5.4: instagram support

This commit is contained in:
wukko
2023-04-25 01:01:25 +06:00
parent b4eddd06fe
commit 0dca373237
17 changed files with 146 additions and 56 deletions

View File

@@ -51,6 +51,11 @@
"patterns": [":author/:song/s-:accessKey", ":author/:song", ":shortLink"],
"bestAudio": "none",
"enabled": true
},
"instagram": {
"alias": "instagram reels & video posts",
"patterns": ["reels/:id", "reel/:id", "p/:id"],
"enabled": true
}
}
}