Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Webtoons.com - Manhwa or Webtoon downloading #593

Closed
RitoPls opened this issue Jan 27, 2020 · 1 comment · Fixed by #761
Closed

[Request] Webtoons.com - Manhwa or Webtoon downloading #593

RitoPls opened this issue Jan 27, 2020 · 1 comment · Fixed by #761

Comments

@RitoPls
Copy link

RitoPls commented Jan 27, 2020

I'd like to see support for downloading all chapters from a link like

https://www.webtoons.com/en/thriller/bastard/list?title_no=485&page=1

this comic includes 2 pages of chapters

@iamleot
Copy link
Contributor

iamleot commented May 15, 2020

I'm working on it in a local webtoons branch.

At the moment only single episodes are supported but as soon as entire comics are supported (like the URL you have posted) I will share it via a PR.

@mikf mikf closed this as completed in #761 May 18, 2020
mikf pushed a commit that referenced this issue May 18, 2020
The webtoons extractor can extract episode and entire comic (all
episodes) from webtoons.com.

All the logic of the extractors should be trivial except for a couple
of kludges needed:

 - `ageGatePass' cookie is always set to avoid possible redirect and stop of
    extraction, especially in the comic extractor
 - The image URLs returned by the episode extractor could not be fetched
   directly and the `Referer:' HTTP header needs to be passed to fetch them

Close #593.
mikf added a commit that referenced this issue May 18, 2020
- fix episode listings for french comics
- allow input URLs without explicit scheme
- add 'lang'/'language' metadata
- use str.format() instead of '+' to assemble URLs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants