k0rnh0li0 / onlyfans-dl

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

Not all subscriptions showing up #249

Closed svxnsvxnsvxn closed 11 months ago

svxnsvxnsvxn commented 11 months ago

Only older Subscriptions (before August) showing up in the downloadable list.

RubenZafraCactus commented 11 months ago

Yes please, can someone share some light? Happened to me today

RubenZafraCactus commented 11 months ago

@svxnsvxnsvxn Looking at the script I managed to fix it. Looks like the limit is not correct. For instance I added a +2 in this line

SUB_LIMIT = str(user_me()["subscribesCount"]+2) for me its line 163 in the get_subs function.

That made the suscriptions appear. You can try that.

svxnsvxnsvxn commented 11 months ago

@RubenZafraCactus wow that fixed it. Thank you so much!