Voldrix / onlyfans-dl-2

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

Non-purchased videos in messages not being downloaded #69

Closed bnied closed 1 year ago

bnied commented 1 year ago

Seconding the issue seen in https://github.com/Voldrix/onlyfans-dl-2/issues/55.

Using the latest script with Python 3.8.

I have two people I'm following where their non-purchased videos are not being downloaded.

Please let me know what other information you need to debug this.

projectzero commented 1 year ago

I'm having the same issue with an additional challenge: if the messages directory already existed then the script runs but doesn't download videos in messages. If the messages directory does not exist, then I get the error from the screenshot. Manually adding the messages/videos directory doesn't get rid of the error either.

Screenshot 2022-12-01 at 7 18 44 PM
Voldrix commented 1 year ago

I switched the messages pagination from ascending to descending order, and that seems to work much better for some reason. Try the new code and let me know.

bnied commented 1 year ago

Seems to work well for me, thanks!

I would assume this means that OnlyFans' API may not be handing back a complete list?

blmatthews commented 1 year ago

Works for me as well, but man is it slow. I switched the limit to 100 and it still works and is much faster (although I only subscribe to one account, so that's not much of a test).

Voldrix commented 1 year ago

I noticed the slowness as well, but it's not the script, OF messages API responds that slowly even on their website.