Voldrix / onlyfans-dl-2

OnlyFans content downloader v2
GNU General Public License v3.0
148 stars 24 forks source link

Large Number of Stories Breaks Script #130

Open ArchDirty opened 2 weeks ago

ArchDirty commented 2 weeks ago

Ran into a user that has 50+ stories posted (apparently a spam account I didn't realize I followed).

Looks like the stories API returns all stories in a single call, but the loop logic in the api request will call to make another call if it's larger than 50 posts.

I just added a check if the apiType was stories and just returned the list as is in the pagination section, but if you have something more creative, go for it!