[downloader:ytdl] change 'forward-cookies' default to 'false'

There are currently no situations where forwarding gallery-dl's cookies
to youtube-dl is necessary, and it only causes problems when forcing
youtube-dl for Twitter video downloads while logged in.
This commit is contained in:
Mike Fährmann
2020-05-12 20:13:04 +02:00
parent 09cc9dbec0
commit dba87ca99e
3 changed files with 4 additions and 4 deletions

View File

@@ -196,7 +196,7 @@
"ytdl":
{
"format": null,
"forward-cookies": true,
"forward-cookies": false,
"mtime": true,
"outtmpl": null,
"rate": null,