Closed Onedshow closed 3 months ago
It seems that instead of post.listCreator
returning "body": {"items": [...], "nextUrl": "..."}
the API now just returns "body": [...]
with up to 50 posts
Fanbox has changed its API specifications. I'm working on it.
New version is here: https://github.com/hareku/fanbox-dl/releases/tag/v0.23.0
The version is v0.22.1. Error when GET
https://api.fanbox.cc/post.listCreator?creatorId=<creator-id>&limit=50
. The log is listed as below:I have tried
curl
and find the with the following minimal header the GET request could be accepted:Also, I find that the response is
gzip
compressed by default when accessing using Firefox. I wonder if thegzip
encoding crashes the downloader or the header.