Removed subscriptions_use_youtubedl_archive setting, to use youtube-dl archive functionality, there is now just one setting for both subscription and non-subscription videos

This commit is contained in:
Isaac Abadi
2020-08-08 15:58:48 -04:00
parent 68037613d8
commit d7aa39599d
9 changed files with 9 additions and 28 deletions

View File

@@ -12,7 +12,7 @@
"Downloader": {
"path-audio": "audio/",
"path-video": "video/",
"use_youtubedl_archive": false,
"use_youtubedl_archive": true,
"custom_args": "",
"safe_download_override": false
},