steamIE remove the HTMLparser object

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-01-03 23:56:02 +01:00
parent 5e9d042d8f
commit 26714799c9
1 changed files with 0 additions and 1 deletions

View File

@ -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')