mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 19:46:00 +02:00
gallery-dl: add --cookies-from-browser example and fix typo (#10489)
Fix unquoted url argument on line 16.
This commit is contained in:
parent
1ed0848f07
commit
9e74294e3d
1 changed files with 5 additions and 1 deletions
|
@ -7,10 +7,14 @@
|
|||
|
||||
`gallery-dl "{{url}}"`
|
||||
|
||||
- Retrieve pre-existing cookies from your web browser (useful for sites that require login):
|
||||
|
||||
`gallery-dl --cookies-from-browser {{browser}} "{{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}}`
|
||||
`gallery-dl --chapter-filter "{{10 <= chapter < 20}}" --option "lang={{language_code}}" "{{url}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue