sim0n00ps / OF-DL

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

Feature: Ignore restricted creators. #320

Closed AMGitsKriss closed 2 months ago

AMGitsKriss commented 3 months ago
  1. A quick implementation of a feature to ignore users you've restricted, seeing as you can't unfollow people after your subscription ends.
  2. If the auth and config files don't exist, just make them with default values. Manually making json files is a pain in the butt.
  3. A bunch of whitespace and unused usings that VS automatically tidied up,
whimsical-c4lic0 commented 3 months ago

I haven't tried running the code yet, but looking at the diff, I noticed that the new config value will need to be added to a couple more places:

  1. The interactive configuration (OF DL/Program.cs lines 1483 and 1537)
  2. The default docker config (docker/entrypoint.sh line 31)
AMGitsKriss commented 2 months ago

Just gonna bump this, since I'm not sure if github gives notifications for new commits.

sim0n00ps commented 2 months ago

Sorry been busy with other things, not really been focusing on this much recently, just catching up. Thanks for the changes.