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
 
 And the most common usage (although not entirely) is for downloading encrypted content for offline decryption. Hence the terminology - its not playable until it has been decrypted.Code:--allow-u Last edited by codehound; 26th Mar 2022 at 12:14. 
Similar Threads
- 
  Need help for download with yt-dlpBy sibhus in forum Video Streaming DownloadingReplies: 26Last Post: 19th Feb 2024, 16:02
- 
  Help with yt-dlpBy Loryanam2 in forum Video Streaming DownloadingReplies: 1Last Post: 5th Jan 2022, 12:57
- 
  Help with yt-dlp downloadsBy jeffo in forum Video Streaming DownloadingReplies: 3Last Post: 3rd Dec 2021, 18:40
- 
  yt-dlp will not download in ts formatBy Skaperen in forum Video Streaming DownloadingReplies: 21Last Post: 19th Nov 2021, 20:45
- 
  DLP ChipBy biferi in forum Newbie / General discussionsReplies: 1Last Post: 8th Apr 2021, 16:53


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote 
 
			
			 
			
