add instagram stories support
+ some code cleanup and deduplication
This commit is contained in:
@@ -53,8 +53,11 @@
|
||||
"enabled": true
|
||||
},
|
||||
"instagram": {
|
||||
"alias": "instagram reels & posts",
|
||||
"patterns": ["reels/:id", "reel/:id", "p/:id"],
|
||||
"alias": "instagram reels, posts & stories",
|
||||
"patterns": [
|
||||
"reels/:postId", "reel/:postId", "p/:postId",
|
||||
"stories/:username/:storyId"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
"vine": {
|
||||
|
||||
Reference in New Issue
Block a user