Sibusten / derpibooru-downloader

A downloader for imageboards running Philomena, such as Derpibooru.
MIT License
62 stars 6 forks source link

Include Comments and Include Favorites don't seem to do anything. #11

Open Twi-Hard opened 6 years ago

Twi-Hard commented 6 years ago

What the title says. I can upload the some jsons to prove it if it seems to be working for you.

Sibusten commented 6 years ago

It seems that the API has been changed on Derpibooru's end. Comments are now accessed from a different url (requiring an extra request). Favorites seem to not be available to request at the moment. Unfortunately, this makes it more complicated to add back into this program.

The options were originally there because it was offered as an extra parameter to the search request that was already being made. Adding them back would require at most two extra requests for every image. I will look into this more when favorites become available.

Twi-Hard commented 5 years ago

I talked to a Derpibooru developer and he said the API might be stuck where it is for a while. It didn't sound like a thing that would be fixed soon.

nullforce commented 5 years ago

Comments: https://derpibooru.org/images/1/comments.json

Favorites (user ids?): https://derpibooru.org/images/1/favorites.json

Replace the image id of 1 in either case.