diff --git a/README.rst b/README.rst index 2b45b275..b7b13e5e 100644 --- a/README.rst +++ b/README.rst @@ -133,11 +133,11 @@ Get the direct URL of an image from a site supporting authentication with userna gallery-dl -g -u "" -p "" "https://twitter.com/i/web/status/604341487988576256" -Filter manga chapters by language and chapter number: +Filter manga chapters by chapter number and language: .. code:: bash - gallery-dl --chapter-filter "lang == 'fr' and 10 <= chapter < 20" "https://mangadex.org/title/2354/" + gallery-dl --chapter-filter "10 <= chapter < 20" -o "lang=fr" "https://mangadex.org/title/59793dd0-a2d8-41a2-9758-8197287a8539" | Search a remote resource for URLs and download images from them: