5.5: vine support and bug fixes

- added support for vine archives
- fixed ability to download muted videos from tumblr
- removed extra instagram id testing which i left by mistake
This commit is contained in:
wukko
2023-04-29 22:26:49 +06:00
parent 6e097de2db
commit a25615982c
8 changed files with 64 additions and 4 deletions

View File

@@ -56,6 +56,12 @@
"alias": "instagram reels & video posts",
"patterns": ["reels/:id", "reel/:id", "p/:id"],
"enabled": true
},
"vine": {
"alias": "vine archive",
"tld": "co",
"patterns": ["v/:id"],
"enabled": true
}
}
}