Voldrix / onlyfans-dl-2

OnlyFans content downloader v2
GNU General Public License v3.0
151 stars 23 forks source link

Limiting downloads between dates #62

Closed intelati26 closed 9 months ago

intelati26 commented 1 year ago

Say, you have the maximum post date. I have read through the code a few times, there's not check to make sure a post isn't "newer" than a date.

My goal is to be able to break up a download into more manageable parts (25GB or so). To do this, I can manually make sure to pull each post. (0 to 50 days, 50 to 100 days. Etc.)

intelati26 commented 1 year ago

Still leaving this open, but a manual work around.

  1. The program downloads the oldest posts first.
  2. So, when space runs low, transfer to different location.
  3. You are able to either keep the download in progress, or set the "Max age" to skip already downloaded posts.
Voldrix commented 9 months ago

I think this is a rather unique requirement. Having to jump between discs for an individual account seems a bit unusual. As such I'm not going to add a newest date limiter, but if you wanted to add it to the code, I'll merge it.