I'm trying to download several Not protected mpd files using Yt-dlp from a text file
like this
the first file will download no problem but for the second file i get an error with mpd has already being downloadedCode:yt-dlp -f "bestvideo+bestaudio" --external-downloader aria2c --merge-output-format mkv -a text.txt
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
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 3 of 3
-
-
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
Similar Threads
-
Need help for download with yt-dlp
By sibhus in forum Video Streaming DownloadingReplies: 26Last Post: 19th Feb 2024, 15:02 -
---
By Anonymous84 in forum Video Streaming DownloadingReplies: 2Last Post: 3rd Jan 2023, 01:20 -
yt-dlp - download segmented video?
By ampersand in forum Video Streaming DownloadingReplies: 32Last Post: 26th Dec 2022, 05:57 -
YT-DLP Learning To Batch Download
By Tom Saurus in forum Video Streaming DownloadingReplies: 23Last Post: 16th Jul 2022, 14:36 -
yt-dlp will not download in ts format
By Skaperen in forum Video Streaming DownloadingReplies: 21Last Post: 19th Nov 2021, 19:45