mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Fix W504 and disable W503 (closes #20863)
This commit is contained in:
		| @@ -155,8 +155,8 @@ class HeiseIE(InfoExtractor): | ||||
|             'id': video_id, | ||||
|             'title': title, | ||||
|             'description': description, | ||||
|             'thumbnail': (xpath_text(doc, './/{http://rss.jwpcdn.com/}image') or | ||||
|                           self._og_search_thumbnail(webpage)), | ||||
|             'thumbnail': (xpath_text(doc, './/{http://rss.jwpcdn.com/}image') | ||||
|                           or self._og_search_thumbnail(webpage)), | ||||
|             'timestamp': parse_iso8601( | ||||
|                 self._html_search_meta('date', webpage)), | ||||
|             'formats': formats, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․