update chapter filter section in README (#2864)

- use -o lang0fr for mangadex
- update URL
master
Mike Fährmann 2022-08-30 16:30:19 +02:00
parent f16fbe9f93
commit 1da415c160
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
1 changed files with 2 additions and 2 deletions

View File

@ -133,11 +133,11 @@ Get the direct URL of an image from a site supporting authentication with userna
gallery-dl -g -u "<username>" -p "<password>" "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: