mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:17:07 -05:00 
			
		
		
		
	[globo] Improve http formats
This commit is contained in:
		@@ -361,8 +361,8 @@ class GloboIE(InfoExtractor):
 | 
				
			|||||||
            else:
 | 
					            else:
 | 
				
			||||||
                formats.append({
 | 
					                formats.append({
 | 
				
			||||||
                    'url': signed_url,
 | 
					                    'url': signed_url,
 | 
				
			||||||
                    'format_id': resource_id,
 | 
					                    'format_id': 'http-%s' % resource_id,
 | 
				
			||||||
                    'height': resource.get('height'),
 | 
					                    'height': int_or_none(resource.get('height')),
 | 
				
			||||||
                })
 | 
					                })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self._sort_formats(formats)
 | 
					        self._sort_formats(formats)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user