Maybe some hits how to download from this site?

Post Reply
kaosnews
Posts: 20
Joined: 21 Sep 2017, 15:38

Maybe some hits how to download from this site?

Post by kaosnews » 22 Jan 2021, 14:24

For some reason I can't download correctly from this site: https://kenzato.uk/booru/category/HS2/? ... seek=C7UxV
I tried different methods but I can't get only the correct files. The correct images are mostly the thumbs (it's correct that the images are small), but some images are in this format: *.md.png and I don't want to download these.

I tried Custom Parsers because the correct downloaded image is in this tag:

<div class="list-item-download" style="float: right;"> <a href="https://kenzato.uk/booru/images/2021/01 ... 245047.png" download="HS2ChaF_20210122031245047.png" class="btn-icon icon-download5" target="_blank"></a></div>

and with the custom parsers I could filter these links.

Is it possible to only use the links from the custom parsers? I could use excluded parts but you will only get the first image. Maybe some tips how to solve this?

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: Maybe some hits how to download from this site?

Post by Maksym » 22 Jan 2021, 15:17

Try adding

\.md\.png
\.th\.png

to the "Excluded URLs" filter.

kaosnews
Posts: 20
Joined: 21 Sep 2017, 15:38

Re: Maybe some hits how to download from this site?

Post by kaosnews » 22 Jan 2021, 16:22

It's still downloading these images.

Excluded URL:

Code: Select all

\.md\.png
\.th\.png
Included URLs:

Code: Select all

https://kenzato.uk/booru/images/\d+/\d+/\d+/[^#]+$
https://kenzato.uk/booru/category/HS2Scene/\?page=\d+&seek=\w+

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: Maybe some hits how to download from this site?

Post by Maksym » 22 Jan 2021, 16:54

Oh, if you have these "Included URLs" then those filters that I suggested are useless. "Included URLs" have the priority. Maybe try adding the following excluded page part:

From: <img
To: >

This will exclude all image tags, but since the links that you need are inside the <a href=...> tag - you should be fine.

kaosnews
Posts: 20
Joined: 21 Sep 2017, 15:38

Re: Maybe some hits how to download from this site?

Post by kaosnews » 22 Jan 2021, 17:24

Ah I understand now why Included overrules excluded.
It's fixed now. It's downloading the correct images. Thanks!

Post Reply