mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
Unused variable
This commit is contained in:
parent
5c1d63b737
commit
b039775057
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user