sim0n00ps / OF-DRM

C# console app to download DRM protected videos from Onlyfans accounts
81 stars 11 forks source link

How to specify a download path? #6

Closed harrcc31 closed 1 year ago

harrcc31 commented 1 year ago

I want to specify a specific folder for downloaded videos. How can I do this?

sim0n00ps commented 1 year ago

You can't, this is mainly made for integrating with the same file structure digitalcriminals used in his script, you can tell the scraper where your __user_data__ folder is so it doesn't download in the same directory as the program.

harrcc31 commented 1 year ago

So, I can move the _userdata folder to another directory, and tell scrapper where it's located? How do I do this? Write a new line in the auth.json file?

sim0n00ps commented 1 year ago

Well I'll rephrase what I said. To make it easier download the latest release and make sure the auth.json has the same fields. You should have a DownloadPath that is empty, for example if you set that to "S:/", when you come to download a user it will create the folder like this, "S:/abigailratchford". So if you set it to "S:/Onlyfans" then the result would be "S:/Onlyfans/abigailratchford"

harrcc31 commented 1 year ago

Yes, this is exactly what I was looking for. Thanks!