Unrud / video-downloader

Download videos from websites like YouTube and many others (based on yt-dlp)
GNU General Public License v3.0
792 stars 97 forks source link

Video not downloaded when file already exists #297

Open todoneunl opened 2 months ago

todoneunl commented 2 months ago

When downloading a video and the file already exists in the download directory, the video is not downloaded (I tested it using Instagram). There are two possible solutions:

  1. automatically rename it using a number as a prefix.
  2. ask the user what do with the file; overwrite or rename.

Thanks.