mikf / gallery-dl

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

[kemonoparty] Comments metadata #1980

Closed God-damnit-all closed 2 years ago

God-damnit-all commented 2 years ago

Back when yiff.party was a thing, some artists would post download URLs as the first comment, since those weren't scraped. That's probably the main reason kemono.party bothers with them with its scraper, but currently, gallery-dl doesn't retrieve them.

mikf commented 2 years ago

kemono.party doesn't include any comments in its API responses (example), otherwise they would already be included in gallery-dl's metadata, and I do not know if it is possible or how to enable them.

I also don't want to start scraping kemono's HTML pages. We should ask the kemono devs to add this functionality to their API or how to use it if it's already there.