[ytdl] add 'generic' option (#1680)
This commit is contained in:
@@ -1977,6 +1977,19 @@ Description
|
||||
directly passed to youtube-dl.
|
||||
|
||||
|
||||
extractor.ytdl.generic
|
||||
----------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
Controls the use of youtube-dl's generic extractor.
|
||||
|
||||
Set this option to ``"force"`` for the same effect as youtube-dl's
|
||||
``--force-generic-extractor``.
|
||||
|
||||
|
||||
extractor.ytdl.logging
|
||||
----------------------
|
||||
Type
|
||||
|
||||
@@ -291,6 +291,7 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"format": null,
|
||||
"generic": true,
|
||||
"logging": true,
|
||||
"module": "youtube_dl",
|
||||
"raw-options": null
|
||||
|
||||
Reference in New Issue
Block a user