Default youtube downloader switched back to youtube-dl after testing

Fixed bug that caused some non-youtube downloads from failing
This commit is contained in:
Isaac Abadi
2020-11-01 20:21:36 -05:00
parent 3a049a99ac
commit 9e4b328f91
4 changed files with 11 additions and 2 deletions

View File

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