From a34783d2e95860d51e34c7fb32e61ec84e7100fb Mon Sep 17 00:00:00 2001 From: Rail Date: Tue, 9 May 2023 04:01:38 +0200 Subject: [PATCH] gallery-dl: add page (#10160) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna --- pages/common/gallery-dl.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/gallery-dl.md diff --git a/pages/common/gallery-dl.md b/pages/common/gallery-dl.md new file mode 100644 index 0000000000..4b99796837 --- /dev/null +++ b/pages/common/gallery-dl.md @@ -0,0 +1,16 @@ +# gallery-dl + +> Download image galleries and collections from several image hosting sites. +> More information: . + +- 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}}`