mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[heise] PEP 8
This commit is contained in:
		| @@ -60,8 +60,8 @@ class HeiseIE(InfoExtractor): | ||||
|         title = self._html_search_meta('fulltitle', webpage, default=None) | ||||
|         if not title or title == "c't": | ||||
|             title = self._search_regex( | ||||
|                     r'<div[^>]+class="videoplayerjw"[^>]+data-title="([^"]+)"', | ||||
|                     webpage, 'title') | ||||
|                 r'<div[^>]+class="videoplayerjw"[^>]+data-title="([^"]+)"', | ||||
|                 webpage, 'title') | ||||
|  | ||||
|         yt_urls = YoutubeIE._extract_urls(webpage) | ||||
|         if yt_urls: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․