onlyfans-dl-2 icon indicating copy to clipboard operation
onlyfans-dl-2 copied to clipboard

Large Number of Stories Breaks Script

Open ArchDirty opened this issue 8 months ago • 0 comments

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!

ArchDirty avatar Jun 26 '24 10:06 ArchDirty