k0rnh0li0 / onlyfans-dl

OnlyFans content downloader
GNU General Public License v3.0
772 stars 221 forks source link

Only Shows 100 Models #166

Closed Nile42069 closed 8 months ago

Nile42069 commented 2 years ago

I follow over 300 creators and can only choose from the first 100. Any way to increase from 100?

Nile42069 commented 2 years ago

I found an inconvenient work around. added this below line 163. Still only shows 100 results.

    "offset": "99",
    "type": "active",
    "sort": "desc",
    "field": "expire_date",

So if I want to see the next 100, I'd change it to "offset": "199,

Still if anyone can find a way for it to make a full list... I'd be psyched.

Nile42069 commented 2 years ago

Made up new way... make list in onlyfans of profiles you want to dl then change line 170 of onlyfans.py to

return api_request("/lists/111111111/users", getparams=params).json()

The 1's I put is a placeholder for your unique onlyfans list ID which you can get from the browser console.

LeninZapata commented 2 years ago

Hello, I have the same problem, I have put a higher number but I have an error, how can I show more than 100 subscriptions?

image

image

djmarioka commented 2 years ago

Hi,

I'm having the same issue, I have 120 subscriptions aproximately, and it only shows 100, not everything.

Could you fix it?.

Thanks.

ghost commented 2 years ago

Has anyone found an update for this?

Thanks!