Voldrix / onlyfans-dl-2

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

Error Message when downloading big profile #86

Closed waswosi closed 10 months ago

waswosi commented 1 year ago

I get this (of account has 2590 posts):

Traceback (most recent call last): File "F:\o.py", line 240, in get_content("posts", "/users/" + PROFILE_ID + "/posts") File "F:\o.py", line 208, in get_content download_media(media, MEDIATYPE, postdate, album) File "F:\o.py", line 147, in download_media extension = source.split('?')[0].split('.') AttributeError: 'NoneType' object has no attribute 'split

It's not a general problem, smaller profiles work as it seems.

Please help, it had been working with this of profile too, until now.

razzm8 commented 1 year ago

seems to be a new feature of some sort onlyfans have implemented to prevent downloads which is on a toggle for the creator. this thread should be updated soon with a way round it

Voldrix commented 1 year ago

fix pushed. LMK if you still have issues.

Voldrix commented 1 year ago

NVM, DRM still not downloading, but it doesn't crash the script anymore.

Voldrix commented 10 months ago

This issue shouldn't crash the script anymore. If you still run into this issue with the newest version of the script, open a new ticket.