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

@@ -130,6 +130,10 @@ let CONFIG_ITEMS = {
},
// Advanced
'ytdl_default_downloader': {
'key': 'ytdl_default_downloader',
'path': 'YoutubeDLMaterial.Advanced.default_downloader'
},
'ytdl_use_default_downloading_agent': {
'key': 'ytdl_use_default_downloading_agent',
'path': 'YoutubeDLMaterial.Advanced.use_default_downloading_agent'