mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00: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:
parent
da749f6403
commit
ac537153a5
2 changed files with 3 additions and 4 deletions
|
@ -18,8 +18,7 @@ this list is not final and keeps expanding over time. if support for a service y
|
|||
| :-------- | :-----------: | :--------: | :--------: | :------: | :-------------: |
|
||||
| bilibili.com & bilibili.tv | ✅ | ✅ | ✅ | ➖ | ➖ |
|
||||
| dailymotion | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| instagram posts & stories | ✅ | ✅ | ✅ | ➖ | ➖ |
|
||||
| instagram reels | ✅ | ✅ | ✅ | ➖ | ➖ |
|
||||
| instagram posts & reels | ✅ | ✅ | ✅ | ➖ | ➖ |
|
||||
| ok video | ✅ | ❌ | ❌ | ✅ | ✅ |
|
||||
| pinterest | ✅ | ✅ | ✅ | ➖ | ➖ |
|
||||
| reddit | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||||
|
@ -44,7 +43,7 @@ this list is not final and keeps expanding over time. if support for a service y
|
|||
### additional notes or features (per service)
|
||||
| service | notes or features |
|
||||
| :-------- | :----- |
|
||||
| instagram | supports photos, videos, and stories. lets you pick what to save from multi-media posts. |
|
||||
| instagram | supports reels, photos, and videos. lets you pick what to save from multi-media posts. |
|
||||
| pinterest | supports photos, gifs, videos and stories. |
|
||||
| reddit | supports gifs and videos. |
|
||||
| soundcloud | supports private links. |
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue