feat: add twitch vod/clip support

This commit is contained in:
Snazzah
2023-04-29 14:33:36 -05:00
parent a25615982c
commit fa7af1bf44
7 changed files with 303 additions and 2 deletions

View File

@@ -62,6 +62,12 @@
"tld": "co",
"patterns": ["v/:id"],
"enabled": true
},
"twitch": {
"alias": "twitch vods & videos & clips",
"tld": "tv",
"patterns": ["videos/:video", ":channel/clip/:clip"],
"enabled": true
}
}
}