mikf / gallery-dl

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

rule34xxx issues #2853

Closed 0lm closed 2 years ago

0lm commented 2 years ago

im not sure if this is a bug or if i am doing something wrong. tried to download a pool from rule34.xxx with multiple pages (lets say 10 pages). but it always only downloads the first page. then i tried to list all pages in a txt file for input command ( -i ). the page patterns wer elike this: pid=0, pid=45, pid=90 etc. basically, not in pages, but in "45 images per page" steps. still, only first page was downloaded (45 images only) to check if it correctly reads the urls, i printed them into a txt and surprisingly it turned out that all urls were duplicate of the first 45 images. so, it only properly read the first page of the pool, and the others were duplicates of the first page.

mikf commented 2 years ago

You are not doing anything wrong. This is a bug due to rule34xxx changing how it displays pools. Same with gelbooru, by the way.

Back when pool downloads were implemented, it displayed all posts on one page, like here. I do not know when they added pages, but those are currently not supported.

0lm commented 2 years ago

I see, thanks for the info!