mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 02:27:11 -05:00 
			
		
		
		
	Unused variable
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user