mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-03 16:15:14 +00:00 
			
		
		
		
	[ie/crunchyroll] Extract vo_adaptive_hls formats by default (#9447)
				
					
				
			Closes #9439 Authored by: bashonly
This commit is contained in:
		@@ -136,7 +136,7 @@ class CrunchyrollBaseIE(InfoExtractor):
 | 
				
			|||||||
        return result
 | 
					        return result
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _extract_formats(self, stream_response, display_id=None):
 | 
					    def _extract_formats(self, stream_response, display_id=None):
 | 
				
			||||||
        requested_formats = self._configuration_arg('format') or ['adaptive_hls']
 | 
					        requested_formats = self._configuration_arg('format') or ['vo_adaptive_hls']
 | 
				
			||||||
        available_formats = {}
 | 
					        available_formats = {}
 | 
				
			||||||
        for stream_type, streams in traverse_obj(
 | 
					        for stream_type, streams in traverse_obj(
 | 
				
			||||||
                stream_response, (('streams', ('data', 0)), {dict.items}, ...)):
 | 
					                stream_response, (('streams', ('data', 0)), {dict.items}, ...)):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user