mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
fixed support for twitter direct video links
This commit is contained in:
parent
7be2b9766e
commit
5bfdce252a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "cobalt",
|
"name": "cobalt",
|
||||||
"description": "save what you love",
|
"description": "save what you love",
|
||||||
"version": "4.3",
|
"version": "4.3.1",
|
||||||
"author": "wukko",
|
"author": "wukko",
|
||||||
"exports": "./src/cobalt.js",
|
"exports": "./src/cobalt.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"twitter": {
|
"twitter": {
|
||||||
"alias": "twitter, twitter spaces",
|
"alias": "twitter, twitter spaces",
|
||||||
"patterns": [":user/status/:id", ":user/status/:id/video/1", "i/spaces/:spaceId"],
|
"patterns": [":user/status/:id", ":user/status/:id/video/:v", "i/spaces/:spaceId"],
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"vk": {
|
"vk": {
|
||||||
|
|
Loading…
Reference in a new issue