Unused variable
authorPierre Rudloff <contact@rudloff.pro>
Thu, 3 Oct 2013 23:07:24 +0000 (01:07 +0200)
committerPierre Rudloff <contact@rudloff.pro>
Thu, 3 Oct 2013 23:07:24 +0000 (01:07 +0200)
youtube_dl/extractor/websurg.py

index 849334aa0d783947eeed08475beffa35ecc49c43..96a1bb852a01e9026f531f5806027dfc5de55930 100644 (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)