VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 3 of 3
  1. Hi.
    I have a very simple bat script to download videos.
    I want to modify it so that each time I run the script, it will ask me to type filename of the file I'm about to download.

    Code:
    @ECHO OFF
    SET /P URL="Enter video URL: "
    ECHO.
    youtube-dl -o %%(title)s.%%(ext)s -i --ignore-config --hls-prefer-native %URL%
    ECHO.
    PAUSE
    EXIT

    This %%(title)s parameter works only with YouTube video but doesn't work with other sites so I want to put my own filename each time I paste a link to download
    Quote Quote  
  2. I figured it out. Solved.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!