diff options
author | Pierre Rudloff <contact@rudloff.pro> | 2013-10-04 01:07:24 +0200 |
---|---|---|
committer | Pierre Rudloff <contact@rudloff.pro> | 2013-10-04 01:07:24 +0200 |
commit | b039775057abf6005ceef2819a746c9f3b671cd3 (patch) | |
tree | dee66ed0d19c9c98b8e3afa59d59fff1cc7fb8ad /youtube_dl/extractor/websurg.py | |
parent | 5c1d63b73737bb23885ae6079e2004b5f084eb9c (diff) |
Unused variable
Diffstat (limited to 'youtube_dl/extractor/websurg.py')
-rw-r--r-- | youtube_dl/extractor/websurg.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/websurg.py b/youtube_dl/extractor/websurg.py index 849334aa0..96a1bb852 100644 --- a/youtube_dl/extractor/websurg.py +++ b/youtube_dl/extractor/websurg.py @@ -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) |