mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	@@ -1666,7 +1666,7 @@ class YoutubeDL(object):
 | 
				
			|||||||
                    return []
 | 
					                    return []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            elif selector.type == SINGLE:  # atom
 | 
					            elif selector.type == SINGLE:  # atom
 | 
				
			||||||
                format_spec = (selector.selector or 'best').lower()
 | 
					                format_spec = selector.selector or 'best'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                # TODO: Add allvideo, allaudio etc by generalizing the code with best/worst selector
 | 
					                # TODO: Add allvideo, allaudio etc by generalizing the code with best/worst selector
 | 
				
			||||||
                if format_spec == 'all':
 | 
					                if format_spec == 'all':
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user