sim0n00ps / OF-DL

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

fix: ffmpeg always overwrite existing if it exists #436

Closed ddirty830 closed 5 days ago

ddirty830 commented 6 days ago

I had a stray file, and it got all the way to FFMpeg to download the media, but the program got stuck. FFMpeg was waiting for a input response to overwrite an existing file.

This just adds the -y command line parameter to signal the yes.