Hi,
WithI found an audio file with the following information:Code:yt-dlp --list-formats https://...
Then I tried this command:ID EXT RESOLUTION FPS | FILESIZE TBR PROTO | VCODEC VBR ACODEC ABR
0 m4a audio only | ~ 3.66MiB 49k https | audio only mp4a.40.2 49kbut the output url is not downloadable. Why?Code:yt-dlp –f 0 –g https://...
+ Reply to Thread
Results 1 to 10 of 10
-
-
Code:
yt-dlp -f 0 --allow-unplayable-formats https://...mpd
-
In some cases the true url of the video can be acquired with the method above, but in other cases it doesn’t work with the second step. Maybe because video resources are implemented differently.
-
DASH is a technique used by many streaming services.
In a DASH stream, you can't get "true URL"/"exact URL" of video or audio, because they are sent as lots of fragments. Not sent as single files.
What you do with yt-dlp is downloading those fragments and merging them.
Always add "--allow-unplayable-formats", to bypass protection warning. -
There is not a line like that.
https://github.com/yt-dlp/yt-dlp#general-options -
Lomero is 100% correct. Since the last 4 releases of yt-dlp...
Code:--allow-unplayable-formats
..is now able to be abbreviated to
Code:--allow-u
Last edited by codehound; 26th Mar 2022 at 11:14.
Similar Threads
-
Need help for download with yt-dlp
By sibhus in forum Video Streaming DownloadingReplies: 26Last Post: 19th Feb 2024, 15:02 -
Help with yt-dlp
By Loryanam2 in forum Video Streaming DownloadingReplies: 1Last Post: 5th Jan 2022, 11:57 -
Help with yt-dlp downloads
By jeffo in forum Video Streaming DownloadingReplies: 3Last Post: 3rd Dec 2021, 17:40 -
yt-dlp will not download in ts format
By Skaperen in forum Video Streaming DownloadingReplies: 21Last Post: 19th Nov 2021, 19:45 -
DLP Chip
By biferi in forum Newbie / General discussionsReplies: 1Last Post: 8th Apr 2021, 15:53