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

the app/window closes itself right after opening #322

Closed mainchart closed 1 month ago

mainchart commented 3 months ago

im on windows 10 Screenshot 2024-04-04 120742 Screenshot 2024-04-04 120814

deadbeatdandylyon commented 3 months ago

first off it seems like the path for your FFMpegPath is a bit not correct for example below is mine

"FFmpegPath": "C:/Users/<username>/Downloads/OF.DL.V1.7.48/Scraper Programs/ffmpeg-6.0-essentials_build/bin/ffmpeg.exe",

I also have the FFmpegPath located in the actual config.json file

As far as the information in your Auth.json File

at the end of your "cookie" path you have an extra comma that shouldn't be there

image

mainchart commented 3 months ago

how should i type the ffmpeg path in my auth.jason file?

deadbeatdandylyon commented 3 months ago

If you have the latest update of the OF.DL

Then when you go into the Config.json file you will see an option for FFmegPath and thats where you would put the path name

you can see in the image below it already has "FFmpegPath": already there then you need to paste the correct path

The steps for that is locate the actual file FFmpeg > hold down left shift and then right click on the ffmpeg file and then select copy as path and then go to the config file and paste it

Screenshot 2024-04-04 065908