-
-
Notifications
You must be signed in to change notification settings - Fork 975
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] Ability to download whole author page #6372
Comments
Not sure if 0fd98f6 grabs all manga when there are more than a certain number, but it gets all 6 from kotoyama. |
It appears to be limited to 10 entries, not sure in what order, but that also applies to https://mangadex.org/authors (anyone with 10+ entries still just list 10) Example author with 16 entries: https://mangadex.org/author/254efca2-0ac0-432c-a3a3-55b7e207e87d/flipflops Entirely understandable if this can't (or shouldn't) be worked around, but should probably be documented :P |
Using the general |
allows for more than 10 manga to be returned
Thanks for the mega quick solution! |
Oh no, it appears it doesn't like when you have set extractor.mangadex.lang with that last commit, I just now had a chance to try the commit out.
config: "mangadex": {
"path-restrict": "windows",
"image-filter": "extension != 'gif'",
"chapter-reverse": true,
"page-reverse": true,
"lang": "en",
"directory": [
"{category}",
"{manga} {group}",
"{manga} {volume:?v/ />02}{group}",
"c{chapter:>03}{chapter_minor:R./x/}{title:? //}"
]
}, |
For the time being, unset "lang": "en",
"author": {
"lang": null
}, |
I'd like the ability to download everything from an author, if that's possible through the API.
Example URL: https://mangadex.org/author/7222d0d5-836c-4bf3-9174-72bceade8c87/kotoyama
The text was updated successfully, but these errors were encountered: