add instagram stories support

+ some code cleanup and deduplication
This commit is contained in:
dumbmoron
2023-08-26 14:58:38 +00:00
parent b54efb968f
commit 395a59a8b1
4 changed files with 96 additions and 23 deletions

View File

@@ -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": {