1
0
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:
Mike Fährmann 2021-12-29 22:45:07 +01:00
parent 96fcff182c
commit fa7d92f7a9
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -269,6 +269,7 @@ IGNORE_LIST = (
"recursive",
"test",
"ytdl",
"generic",
)