sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
561 stars 54 forks source link

Deal with purchased content from creators who no longer have an account. #406

Closed thatcoderguy closed 2 weeks ago

thatcoderguy commented 2 weeks ago

When a content creator no longer has an account, the purchased content still exists, but GetUserInfoById() cannot retrieve their info. So this fix just treats them the same as way as if you no longer have an active subscription... create the "Deleted User" folder.

If you want, I'll add an extra config setting to allow people to bypass content from creators who no longer have an account.

thatcoderguy commented 2 weeks ago

Bah - sorry, a bunch of changes got rolled up into 1 PR... I should have created a new branch to separate them out >_<