Added ability to use youtube-dl forks

Downloader now defaults to youtube-dlc because of the recent DMCA requests
This commit is contained in:
Isaac Abadi
2020-11-01 19:16:41 -05:00
parent 568463487f
commit b323b548ca
4 changed files with 68 additions and 20 deletions

View File

@@ -226,6 +226,7 @@ DEFAULT_CONFIG = {
}
},
"Advanced": {
"default_downloader": "youtube-dlc",
"use_default_downloading_agent": true,
"custom_downloading_agent": "",
"multi_user_mode": false,