mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
10.77k stars 889 forks source link

pixiv ) download from a specific page number #5064

Open zenitsu2020 opened 5 months ago

zenitsu2020 commented 5 months ago

Hello, open a way so that gallery does not download from the beginning in pixiv, for example, it starts on a specific page instead of starting on page 1, it starts downloading on page 80 and for that style it would be a great help, thank you

the-blank-x commented 5 months ago

gallery-dl --range 80- https://www.pixiv.net/artworks/<id>

mikf commented 5 months ago

--range 80- will start downloading from file number 80, not page 80. It will also still have to go through files 1-79 first and ignore them.

zenitsu2020 commented 5 months ago

So there is no way to download from specific pages???

mikf commented 5 months ago

There isn't, at least not for Pixiv.