From fa7d92f7a9bb526c5683c46978a8586ce9ef2c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 29 Dec 2021 22:45:07 +0100 Subject: [PATCH] add docs for 'extractor.generic.enabled' --- docs/configuration.rst | 11 +++++++++++ scripts/supportedsites.py | 1 + 2 files changed, 12 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index b90ed95b..f9aca468 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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 diff --git a/scripts/supportedsites.py b/scripts/supportedsites.py index 0fdc69be..2e31becd 100755 --- a/scripts/supportedsites.py +++ b/scripts/supportedsites.py @@ -269,6 +269,7 @@ IGNORE_LIST = ( "recursive", "test", "ytdl", + "generic", )