Voldrix / onlyfans-dl-2

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

Downloader can only find 50 posts #54

Closed Houkannis closed 2 years ago

Houkannis commented 2 years ago

Hi. As the title says. Downloader can only find 50 posts. I have used downloader multiple times and never had this issue before. I tried to download content from multiple OF accounts and the same problem persists. I even installed olden version of python to see if that would fix the issue but it didint work. Please help

Voldrix commented 2 years ago

Looks like OF just changed the API limit from 100 to 50. I changed the limit in the code, it's just a single value on line 72 if you want to just change it in your file instead of re-downloading. Seems to work now. Let's leave this issue open for a couple days for everyone else to see.

Houkannis commented 2 years ago

Yea that did the trick! Thank you!