mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[xhamster] flake8
This commit is contained in:
		@@ -81,7 +81,7 @@ class XHamsterIE(InfoExtractor):
 | 
				
			|||||||
        thumbnail = self._search_regex(
 | 
					        thumbnail = self._search_regex(
 | 
				
			||||||
            [r'''thumb\s*:\s*(?P<q>["'])(?P<thumbnail>.+?)(?P=q)''',
 | 
					            [r'''thumb\s*:\s*(?P<q>["'])(?P<thumbnail>.+?)(?P=q)''',
 | 
				
			||||||
             r'''<video[^>]+poster=(?P<q>["'])(?P<thumbnail>.+?)(?P=q)[^>]*>'''],
 | 
					             r'''<video[^>]+poster=(?P<q>["'])(?P<thumbnail>.+?)(?P=q)[^>]*>'''],
 | 
				
			||||||
             webpage, 'thumbnail', fatal=False, group='thumbnail')
 | 
					            webpage, 'thumbnail', fatal=False, group='thumbnail')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        duration = parse_duration(self._html_search_regex(r'<span>Runtime:</span> (\d+:\d+)</div>',
 | 
					        duration = parse_duration(self._html_search_regex(r'<span>Runtime:</span> (\d+:\d+)</div>',
 | 
				
			||||||
                                                          webpage, 'duration', fatal=False))
 | 
					                                                          webpage, 'duration', fatal=False))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user