sim0n00ps / OF-DL

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

Scrape posts before downloading #417

Open bezaaas opened 1 week ago

bezaaas commented 1 week ago

Is it possible to scrape posts for all models first and then start downloading

melithine commented 5 days ago

No, outside of scraping the purchased tab.

bezaaas commented 4 days ago

Maybe I was misunderstood. I meant that the downloading would not start until all the posts scraped (for subscribed/choiced models).

melithine commented 4 days ago

Right, that would require some extensive work, I believe. Right now it scrapes a model's content of XYZ type, then downloads, then moves on to the next content type, then the next model. Changing that behavior would not be simple. The exception is the purchased tab scraper which works differently (due to its nature).

I don't think we have the appetite for that change, but if you want to submit a PR, sim0n00ps can consider that. I'll reopen and flag as a feature request, but absent a PR, I think it's unlikely to happen.