mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
servicesConfig: add subdomains for twitter and youtube
This commit is contained in:
parent
aaa61cfee9
commit
509d24fd87
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
"twitter": {
|
||||
"alias": "twitter videos & voice",
|
||||
"altDomains": ["x.com", "vxtwitter.com", "fixvx.com"],
|
||||
"subdomains": ["mobile", "www"],
|
||||
"patterns": [":user/status/:id", ":user/status/:id/video/:v"],
|
||||
"enabled": true
|
||||
},
|
||||
|
@ -25,7 +26,7 @@
|
|||
"youtube": {
|
||||
"alias": "youtube videos, shorts & music",
|
||||
"patterns": ["watch?v=:id", "embed/:id", "watch/:id"],
|
||||
"subdomains": ["music"],
|
||||
"subdomains": ["music", "www", "m"],
|
||||
"bestAudio": "opus",
|
||||
"enabled": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue