mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	PEP8: applied even more rules
This commit is contained in:
		| @@ -96,7 +96,7 @@ class ScreencastIE(InfoExtractor): | ||||
|         if title is None: | ||||
|             title = self._html_search_regex( | ||||
|                 [r'<b>Title:</b> ([^<]*)</div>', | ||||
|                 r'class="tabSeperator">></span><span class="tabText">(.*?)<'], | ||||
|                  r'class="tabSeperator">></span><span class="tabText">(.*?)<'], | ||||
|                 webpage, 'title') | ||||
|         thumbnail = self._og_search_thumbnail(webpage) | ||||
|         description = self._og_search_description(webpage, default=None) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jouke Waleson
					Jouke Waleson