mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-16 05:09:57 +00:00
fafd2c8ccc
- now all reels should be possible to download - also added support for youtube embed links
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"audioIgnore": ["vk"],
|
|
"config": {
|
|
"bilibili": {
|
|
"alias": "bilibili (.com only)",
|
|
"patterns": ["video/:id"],
|
|
"enabled": true
|
|
},
|
|
"reddit": {
|
|
"alias": "reddit videos & gifs",
|
|
"patterns": ["r/:sub/comments/:id/:title"],
|
|
"enabled": true
|
|
},
|
|
"twitter": {
|
|
"alias": "twitter posts & voice",
|
|
"patterns": [":user/status/:id", ":user/status/:id/video/:v", "i/spaces/:spaceId"],
|
|
"enabled": true
|
|
},
|
|
"vk": {
|
|
"alias": "vk video & clips",
|
|
"patterns": ["video:userId_:videoId", "clip:userId_:videoId", "clips:duplicate?z=clip:userId_:videoId"],
|
|
"enabled": true
|
|
},
|
|
"youtube": {
|
|
"alias": "youtube videos & shorts & music",
|
|
"patterns": ["watch?v=:id", "embed/:id"],
|
|
"bestAudio": "opus",
|
|
"enabled": true
|
|
},
|
|
"tumblr": {
|
|
"patterns": ["post/:id", "blog/view/:user/:id", ":user/:id", ":user/:id/:trackingId"],
|
|
"enabled": true
|
|
},
|
|
"tiktok": {
|
|
"alias": "tiktok videos & photos & audio",
|
|
"patterns": [":user/video/:postId", ":id", "t/:id"],
|
|
"audioFormats": ["best", "m4a", "mp3"],
|
|
"enabled": true
|
|
},
|
|
"douyin": {
|
|
"alias": "douyin videos & audio",
|
|
"patterns": ["video/:postId", ":id"],
|
|
"enabled": false
|
|
},
|
|
"vimeo": {
|
|
"patterns": [":id"],
|
|
"enabled": true,
|
|
"bestAudio": "mp3"
|
|
},
|
|
"soundcloud": {
|
|
"patterns": [":author/:song/s-:accessKey", ":author/:song", ":shortLink"],
|
|
"bestAudio": "none",
|
|
"enabled": true
|
|
},
|
|
"instagram": {
|
|
"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
|
|
},
|
|
"pinterest": {
|
|
"alias": "pinterest videos & stories",
|
|
"patterns": ["pin/:id"],
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|