Hi, I was trying to download an encrypted stream with yt-dlp, the link contains 1 video track and 2 audio track.
I want all tracks to be downloaded so I added -f "all" but seems it only downloaded one audio track and saying
manifest [manifest].m4a has already been downloaded
How can I solve the problem by , like, rename another track to something like "[manifest] (1).m4a" automatically?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Code:
yt-dlp -f "all" --allow-u "your-url" -o "%(title)s.f%(format_id)s.%(ext)s"
Similar Threads
-
DVDStyler multiple audio track and button color
By Donnje in forum Authoring (DVD)Replies: 6Last Post: 28th Mar 2022, 13:05 -
Removing Audio Track & Adding Subtitle for Multiple Files at Once
By MohamedYousri in forum EditingReplies: 4Last Post: 25th Feb 2022, 17:18 -
Removing Audio Track & Adding Subtitle for Multiple Files at Once
By MohamedYousri in forum EditingReplies: 1Last Post: 20th Feb 2022, 18:47 -
Recording and Downloading issues with yt-dlp
By Alan2154 in forum Video Streaming DownloadingReplies: 12Last Post: 9th Nov 2021, 07:38 -
yt-dlp error "HTTP Error 403: Forbidden". MPD downloading [ABC.com site]
By nikshell29 in forum Video Streaming DownloadingReplies: 5Last Post: 26th Aug 2021, 15:18