mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
instagram: don't advertise stories support
current implementation is extremely rate limited (getting about 2 stories gets the account rate limited) and therefore it's not viable to advertise stories as supported tiny cobalt instances, however, might have SOME sort of downloading success, so i'm not removing the functionality completely
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
"enabled": true
|
||||
},
|
||||
"instagram": {
|
||||
"alias": "instagram reels, posts & stories",
|
||||
"alias": "instagram posts & reels",
|
||||
"altDomains": ["ddinstagram.com"],
|
||||
"patterns": [
|
||||
"reels/:postId", ":username/reel/:postId", "reel/:postId", "p/:postId", ":username/p/:postId",
|
||||
|
Reference in New Issue
Block a user