Voldrix / onlyfans-dl-2

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

Verbose mode #85

Closed Wolfeman0101 closed 8 months ago

Wolfeman0101 commented 1 year ago

Is there a way to see progress? Sometimes I'm not sure if it's stuck or just got a ton to download.

Voldrix commented 1 year ago

If you set the MAX_AGE flag, it prints every file it downloads, if you want it to also do that when you're downloading an entire profile, just remove the if statement from line 162 (and remove 1 tab indentation from 163).

Voldrix commented 8 months ago

I've added a verbosity setting, so now by default it will show every file being downloaded, so as to avoid this confusion.