potatoeggy / mandown

Comic/manga/webtoon downloader and CBZ/EPUB/MOBI/PDF converter
GNU Affero General Public License v3.0
45 stars 7 forks source link

Unable to download from webtoons #73

Closed stanthewizzard closed 2 months ago

stanthewizzard commented 2 months ago

What broke?

Describe the bug Searching sources for https://www.webtoons.com/en/supernatural/im-the-grim-reaper/episode-01/title_no=1697 Could not match URL with available sources.

Steps to reproduce mandown get https://www.webtoons.com/en/supernatural/im-the-grim-reaper/episode-01/title_no=1697&episode_no=1

Additional context unable to download from webtoons

stanthewizzard commented 2 months ago

issue with pip3 installer

on windows pip3 install mandown version is 0.9 not latest after using poetry version is 1.7.0 mandow get https://www.webtoons.com/en/supernatural/im-the-grim-reaper/episode-01/title_no=1697 WORKS _

on mac version is 1.7.0 but Could not match URL with available sources. EDIT: but with mandow get "https://www.webtoons.com/en/supernatural/im-the-grim-reaper/episode-01/title_no=1697" it works

potatoeggy commented 2 months ago

Thanks for reporting an issue!

This Webtoons URL doesn't seem to be valid — clicking it gives me a 404, and running it through Mandown doesn't work for me either. Are you sure this is the correct URL?

EDIT: The following URLs work for me:

stanthewizzard commented 2 months ago

I was able to download it. But very strange pip install gives me 0.9.0 so I used poetry. Thank you