mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
update chapter filter section in README (#2864)
- use -o lang0fr for mangadex - update URL
This commit is contained in:
parent
f16fbe9f93
commit
1da415c160
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user