mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 00:35:23 +02:00
gallery-dl: add page (#10160)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
3170ce5c39
commit
a34783d2e9
1 changed files with 16 additions and 0 deletions
16
pages/common/gallery-dl.md
Normal file
16
pages/common/gallery-dl.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# gallery-dl
|
||||
|
||||
> Download image galleries and collections from several image hosting sites.
|
||||
> More information: <https://github.com/mikf/gallery-dl>.
|
||||
|
||||
- Download images from the specified URL:
|
||||
|
||||
`gallery-dl "{{url}}"`
|
||||
|
||||
- Get the direct URL of an image from a site supporting authentication with username and password:
|
||||
|
||||
`gallery-dl --get-urls --username {{username}} --password {{password}} "{{url}}"`
|
||||
|
||||
- Filter manga chapters by chapter number and language:
|
||||
|
||||
`gallery-dl --chapter-filter "{{10 <= chapter < 20}}" --option "lang={{language_code}}" "{{url}}`
|
Loading…
Add table
Reference in a new issue