mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.7k stars 953 forks source link

[mangadex] Ability to download whole author page #6372

Open kattjevfel opened 19 hours ago

kattjevfel commented 19 hours ago

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

mikf commented 18 hours ago

Not sure if https://github.com/mikf/gallery-dl/commit/0fd98f67ba7e1579e97714475ad42ac625e7d491 grabs all manga when there are more than a certain number, but it gets all 6 from kotoyama.

kattjevfel commented 16 hours ago

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

mikf commented 15 hours ago

Using the general /manga endpoint with its authorOrArtist parameter allows fetching all of an artist's manga. Should have tested this a bit more before committing and pushing. Sorry.