[downloader.ytdl] add 'forward-cookies' option (#352)
The "long" name is necessary because just calling it 'cookies' would clash with how the lookup for '--cookies' is implemented.
This commit is contained in:
@@ -1108,6 +1108,15 @@ Description Video `format selection
|
||||
=========== =====
|
||||
|
||||
|
||||
downloader.ytdl.forward-cookies
|
||||
-------------------------------
|
||||
=========== =====
|
||||
Type ``bool``
|
||||
Default ``true``
|
||||
Description Forward cookies to youtube-dl.
|
||||
=========== =====
|
||||
|
||||
|
||||
downloader.ytdl.logging
|
||||
-----------------------
|
||||
=========== =====
|
||||
|
||||
@@ -164,6 +164,7 @@
|
||||
"ytdl":
|
||||
{
|
||||
"format": null,
|
||||
"forward-cookies": true,
|
||||
"mtime": true,
|
||||
"rate": null,
|
||||
"retries": 4,
|
||||
|
||||
Reference in New Issue
Block a user