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

[mangadex] Fails to download mangas with more than 100 chapters #84

Closed
HelpSeeker opened this issue May 6, 2018 · 1 comment
Closed

Comments

@HelpSeeker
Copy link

I noticed that I'm unable to download mangas with more than 100 chapters. It happens once the chapters start being categorized in pages (e.i. mangadex.org/manga/13318/dagashi-kashi/chapters/1/, mangadex.org/manga/13318/dagashi-kashi/chapters/2/, ...).

$ gallery-dl -K https://mangadex.org/manga/13318/dagashi-kashi -v
[gallery-dl][debug] Version 1.3.5
[gallery-dl][debug] Python 3.6.5 - Linux-4.16.5-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight
[gallery-dl][debug] requests 2.18.4 - urllib3 1.22
[gallery-dl][debug] Starting KeywordJob for 'https://mangadex.org/manga/13318/dagashi-kashi'
[mangadex][debug] Using MangadexMangaExtractor for 'https://mangadex.org/manga/13318/dagashi-kashi'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): mangadex.org
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318/_/2/ HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318/_/3/ HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318/_/4/ HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318/_/5/ HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318/_/6/ HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318/_/7/ HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318/_/8/ HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318/_/9/ HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /manga/13318/_/10/ HTTP/1.1" 200 None
[ ... ]

This continues until my IP gets blocked for making too many requests.
I tried it with several mangas. Always the same result.

@mikf
Copy link
Owner

mikf commented May 6, 2018

Thanks for reporting this.

Seem like they changed their page URL scheme from
/manga/13318/dagashi-kashi/2/ to
/manga/13318/dagashi-kashi/chapters/2/.

@mikf mikf closed this as completed in e2157f5 May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants