Unused variable

This commit is contained in:
Pierre Rudloff 2013-10-04 01:07:24 +02:00
parent 5c1d63b737
commit b039775057
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class WeBSurgIE(InfoExtractor):
def _real_extract(self, url):
video_id = re.match(self._VALID_URL, url).group(1)
request = compat_urllib_request.Request(url)
webpage = self._download_webpage(url, video_id)
url_info = re.search(r'streamer="(.*?)" src="(.*?)"', webpage)