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. I'm trying to download several Not protected mpd files using Yt-dlp from a text file
    like this
    Code:
    yt-dlp -f "bestvideo+bestaudio" --external-downloader aria2c --merge-output-format mkv -a text.txt
    the first file will download no problem but for the second file i get an error with mpd has already being downloaded
    i thing because the first file was already the same name as mpd.mkv

    how to fix this and tell Yt-dlp to name the files as for example mpd1 mpd2 etc
    Quote Quote  
  2. Read this and experiment: https://github.com/yt-dlp/yt-dlp#output-template

    This will specifically add a number to each download, like mpd00001, mpd0002, mpd00004:

    Code:
    yt-dlp -f "bestvideo+bestaudio" --external-downloader aria2c --merge-output-format mkv -o "mpd%(autonumber)s" -a text.txt
    Quote Quote  
  3. Thank you it works
    Quote Quote  



Similar Threads

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