mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	steamIE remove the HTMLparser object
This commit is contained in:
		| @@ -3697,7 +3697,6 @@ class SteamIE(InfoExtractor): | ||||
|         namesRE = r'<span class="title">(?P<videoName>.+?)</span>' | ||||
|         titles = re.finditer(namesRE, webpage) | ||||
|         videos = [] | ||||
|         unescaper = compat_html_parser.HTMLParser() | ||||
|         for vid,vtitle in zip(mweb,titles): | ||||
|             video_id = vid.group('videoID') | ||||
|             title = vtitle.group('videoName') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz