hareku / fanbox-dl

Pixiv Fanbox Downloader
MIT License
151 stars 20 forks source link

fanbox listCreator api limit param max is 300 #34

Closed xiao-e-yun closed 5 months ago

xiao-e-yun commented 5 months ago

can we change default listCreator limit param to 300? or over 50 will be crash easy?

https://github.com/hareku/fanbox-dl/blob/24a4e87718549472abecfcd9cdb1c71e89fef090/pkg/fanbox/client.go#L25-L31

hareku commented 5 months ago

fanbox-dl retrieves all following or supporting creators using pagination, and I don't think changing limit value will make anything faster.

xiao-e-yun commented 5 months ago

Oh, okay