Voldrix / onlyfans-dl-2

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

Filenames of stories now #147

Open waswosi opened 2 months ago

waswosi commented 2 months ago

Thank you voldrix for fixing the script.

I don't want to be petty. But the filenames of stories pics and vids have postid_postid format now not date_postid.

Voldrix commented 2 months ago

This is because the OF API no longer includes the date on stories. The only alternative would be to estimate the creation date by using the scraping date.

ArchDirty commented 2 months ago

This does break downloading however if you use latest set to 0.

I had it break today since a story had a postid starting with 2099. I changed it to just check if there was a hyphen at index 4 for now.