2022-07-08 19:17:56 +01:00
|
|
|
{
|
2022-12-06 19:21:07 +00:00
|
|
|
"audioIgnore": ["vk"],
|
2022-08-23 15:43:56 +01:00
|
|
|
"config": {
|
|
|
|
"bilibili": {
|
|
|
|
"alias": "bilibili.com",
|
|
|
|
"patterns": ["video/:id"],
|
|
|
|
"quality_match": ["2160", "1440", "1080", "720", "480", "360", "240", "144"],
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"reddit": {
|
|
|
|
"patterns": ["r/:sub/comments/:id/:title"],
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"twitter": {
|
2022-12-06 19:21:07 +00:00
|
|
|
"alias": "twitter posts & spaces",
|
2022-11-15 15:49:50 +00:00
|
|
|
"patterns": [":user/status/:id", ":user/status/:id/video/:v", "i/spaces/:spaceId"],
|
2022-09-03 16:32:39 +01:00
|
|
|
"enabled": true
|
2022-08-23 15:43:56 +01:00
|
|
|
},
|
|
|
|
"vk": {
|
2022-12-06 19:21:07 +00:00
|
|
|
"alias": "vk video & clips",
|
2022-09-11 16:04:06 +01:00
|
|
|
"patterns": ["video-:userId_:videoId", "clip-:userId_:videoId", "clips-:userId?z=clip-:userId_:videoId"],
|
2022-08-23 15:43:56 +01:00
|
|
|
"quality_match": {
|
|
|
|
"2160": 7,
|
|
|
|
"1440": 6,
|
|
|
|
"1080": 5,
|
|
|
|
"720": 3,
|
|
|
|
"480": 2,
|
|
|
|
"360": 1,
|
|
|
|
"240": 0,
|
|
|
|
"144": 4
|
|
|
|
},
|
2022-09-11 16:04:06 +01:00
|
|
|
"representation_match": {
|
|
|
|
"2160": 7,
|
|
|
|
"1440": 6,
|
|
|
|
"1080": 5,
|
|
|
|
"720": 4,
|
|
|
|
"480": 3,
|
|
|
|
"360": 2,
|
|
|
|
"240": 1,
|
|
|
|
"144": 0
|
|
|
|
},
|
2022-08-23 15:43:56 +01:00
|
|
|
"quality": {
|
|
|
|
"1080": "hig",
|
|
|
|
"720": "mid",
|
|
|
|
"480": "low"
|
|
|
|
},
|
|
|
|
"enabled": true
|
2022-07-08 19:17:56 +01:00
|
|
|
},
|
2022-08-23 15:43:56 +01:00
|
|
|
"youtube": {
|
2022-12-06 19:21:07 +00:00
|
|
|
"alias": "youtube videos & shorts & music",
|
2022-08-23 15:43:56 +01:00
|
|
|
"patterns": ["watch?v=:id"],
|
|
|
|
"quality_match": ["2160", "1440", "1080", "720", "480", "360", "240", "144"],
|
|
|
|
"bestAudio": "opus",
|
|
|
|
"quality": {
|
|
|
|
"1080": "hig",
|
|
|
|
"720": "mid",
|
|
|
|
"480": "low"
|
|
|
|
},
|
|
|
|
"enabled": true
|
2022-07-08 19:17:56 +01:00
|
|
|
},
|
2022-08-23 15:43:56 +01:00
|
|
|
"tumblr": {
|
2022-12-06 19:21:07 +00:00
|
|
|
"patterns": ["post/:id", "blog/view/:user/:id", ":user/:id", ":user/:id/:trackingId"],
|
2022-08-23 15:43:56 +01:00
|
|
|
"enabled": true
|
2022-07-08 19:17:56 +01:00
|
|
|
},
|
2022-08-23 15:43:56 +01:00
|
|
|
"tiktok": {
|
2022-12-06 19:21:07 +00:00
|
|
|
"alias": "tiktok videos & slideshow & audio",
|
2022-08-23 15:43:56 +01:00
|
|
|
"patterns": [":user/video/:postId", ":id", "t/:id"],
|
2022-08-23 16:05:30 +01:00
|
|
|
"audioFormats": ["best", "m4a", "mp3"],
|
2022-09-21 13:26:50 +01:00
|
|
|
"enabled": true
|
2022-08-23 15:43:56 +01:00
|
|
|
},
|
|
|
|
"douyin": {
|
2022-12-06 19:21:07 +00:00
|
|
|
"alias": "douyin videos & slideshow & audio",
|
2022-08-23 15:43:56 +01:00
|
|
|
"patterns": ["video/:postId", ":id"],
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"vimeo": {
|
|
|
|
"patterns": [":id"],
|
2022-12-06 19:21:07 +00:00
|
|
|
"resolutionMatch": {
|
|
|
|
"3840": "2160",
|
|
|
|
"1920": "1080",
|
|
|
|
"1280": "720",
|
|
|
|
"960": "480"
|
|
|
|
},
|
2022-08-23 15:43:56 +01:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"soundcloud": {
|
2023-01-13 18:34:48 +00:00
|
|
|
"patterns": [":author/:song/s-:accessKey", ":author/:song", ":shortLink"],
|
2022-10-24 14:03:11 +01:00
|
|
|
"bestAudio": "none",
|
2022-08-23 15:43:56 +01:00
|
|
|
"enabled": true
|
|
|
|
}
|
|
|
|
}
|
2022-08-01 16:48:37 +01:00
|
|
|
}
|