diff --git a/README.rst b/README.rst index 861d8a7f..1f9cc5f1 100644 --- a/README.rst +++ b/README.rst @@ -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 =============