Document Extractor Prefixing (#892)

This commit is contained in:
Zanny 2020-07-15 15:28:20 -04:00 committed by GitHub
parent 51b49a361d
commit 9339ac0c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,14 @@ Filter manga chapters by language and chapter number:
$ gallery-dl "r:https://pastebin.com/raw/FLwrCYsT"
If a site's address is nonstandard for its extractor, you can prefix the URL with the
extractor's name to force the use of a specific extractor:
.. code:: bash
$ gallery-dl "tumblr:https://sometumblrblog.example"
Configuration
=============