robinovitch61 / webtoon-dl

A webtoon comic downloader for the command line/terminal
MIT License
19 stars 2 forks source link

No images found with some comics shown with "oz viewer" #3

Closed robinovitch61 closed 8 months ago

robinovitch61 commented 8 months ago

From reddit:

I tried to download "Scroll If You Dare" from this link: https://www.webtoons.com/en/horror/scroll-if-you-dare/list?title_no=4784

After finished "scanning" it downloaded 3 corrupted PDF files. Can't open it with anything :(

image

robinovitch61 commented 8 months ago

I see the issue: data-src vs data-url:

image

Also looks like the DOM layout is different

robinovitch61 commented 8 months ago

So actually seems like some comics use a completely different backend, something called "OZ Viewer"? The way to fetch image links for these is different. Fix incoming.

robinovitch61 commented 8 months ago

Fixed by 2d2c8ea, released in v0.0.6