From 1da415c1607a2fd048af38f074ebe3da30eb3f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 30 Aug 2022 16:30:19 +0200 Subject: [PATCH] update chapter filter section in README (#2864) - use -o lang0fr for mangadex - update URL --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: