mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
add docs for 'extractor.generic.enabled'
This commit is contained in:
parent
96fcff182c
commit
fa7d92f7a9
@ -1235,6 +1235,17 @@ Description
|
||||
You can use ``"all"`` instead of listing all values separately.
|
||||
|
||||
|
||||
extractor.generic.enabled
|
||||
-------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Match **all** URLs not otherwise supported by gallery-dl,
|
||||
even ones without a ``generic:`` prefix.
|
||||
|
||||
|
||||
extractor.gfycat.format
|
||||
-----------------------
|
||||
Type
|
||||
|
@ -269,6 +269,7 @@ IGNORE_LIST = (
|
||||
"recursive",
|
||||
"test",
|
||||
"ytdl",
|
||||
"generic",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user