k0rnh0li0 / onlyfans-dl

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

Doesn't seem to be picking up new subs #251

Closed hoppalotta2 closed 8 months ago

hoppalotta2 commented 10 months ago

Is anyone else seeing that new subscriptions are not populating in the list available to download?

Is there a reason for this?

MiMmmmiiii commented 10 months ago

same here ... lol!

peddanet commented 10 months ago

yes me too! Is there a known update time before it is available (so maybe sth like wrong database table which is later updated?)

peddanet commented 9 months ago

Ok it has nothing to do with updates, still missing! Maybe the tool does not get an updated list, so that of is fooling the tool? Or is it that some accoiunts are completely under DRM?

@junobite solution is nice , but I am working from linux! Unfortunately....this is a .Net7 windows app..

peddanet commented 9 months ago

@junobite @MiMmmmiiii @hoppalotta2 @forsakendaemon

Dotnet 7.0 console app I have managed to download dotnet-sdk-7.0 and the bento4 tools and installed it on Ubuntu. It worked straightforward and I could save time using the auth.json of this project!:

And voila, it worked perfectly! It was my first port of a c# app to Ubuntu and I was scared, it worked so straight forward, out of the box. So starting the process from publish folder: $ ./OF\ DL

puckslane commented 8 months ago

This isn't a OF issue - it is a script issue.

The latest sub is being truncated from the list. If you are facing this, after you subscribe to anyone you want to DL, subscribe to someone free after it. The one you want will now be listed last. You can then unsub the free one, add another one, then resub to a free one to get the list correct

I expect its an issue with the array being shown, but I am not in the headspace to debug code. If someone can but that would be great :D