instagram: add stories support

merge pull request #194 from dumbmoron/instagram-stories
This commit is contained in:
wukko
2023-10-14 23:49:43 +06:00
committed by GitHub
4 changed files with 127 additions and 73 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": {