mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 11:43:47 +00:00 
			
		
		
		
	[izlesene] Prepend scheme to thumbnails
This commit is contained in:
		
							parent
							
								
									e80f40e5ca
								
							
						
					
					
						commit
						1414df5ce2
					
				@ -63,7 +63,8 @@ class IzleseneIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
        title = self._og_search_title(webpage)
 | 
			
		||||
        description = self._og_search_description(webpage)
 | 
			
		||||
        thumbnail = self._og_search_thumbnail(webpage)
 | 
			
		||||
        thumbnail = self._proto_relative_url(
 | 
			
		||||
            self._og_search_thumbnail(webpage), scheme='http:')
 | 
			
		||||
 | 
			
		||||
        uploader = self._html_search_regex(
 | 
			
		||||
            r"adduserUsername\s*=\s*'([^']+)';",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user