mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:57:08 -05:00 
			
		
		
		
	[extractor/common] Improve jwplayer formats extraction (closes #13379)
This commit is contained in:
		@@ -2328,6 +2328,8 @@ class InfoExtractor(object):
 | 
			
		||||
        urls = []
 | 
			
		||||
        formats = []
 | 
			
		||||
        for source in jwplayer_sources_data:
 | 
			
		||||
            if not isinstance(source, dict):
 | 
			
		||||
                continue
 | 
			
		||||
            source_url = self._proto_relative_url(source.get('file'))
 | 
			
		||||
            if not source_url:
 | 
			
		||||
                continue
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user