mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:27:07 -05:00 
			
		
		
		
	[eagleplatform] Use http scheme for thumbnail
This commit is contained in:
		@@ -73,7 +73,7 @@ class EaglePlatformIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
        title = media['title']
 | 
			
		||||
        description = media.get('description')
 | 
			
		||||
        thumbnail = self._proto_relative_url(media.get('snapshot'))
 | 
			
		||||
        thumbnail = self._proto_relative_url(media.get('snapshot'), 'http:')
 | 
			
		||||
        duration = int_or_none(media.get('duration'))
 | 
			
		||||
        view_count = int_or_none(media.get('views'))
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user