mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:17:07 -05:00 
			
		
		
		
	[videoweed]Cleanup
This commit is contained in:
		@@ -37,7 +37,7 @@ class VideoweedIE(InfoExtractor):
 | 
			
		||||
    def _real_extract(self, url):
 | 
			
		||||
        mobj = re.match(self._VALID_URL, url)
 | 
			
		||||
        video_id = mobj.group('id')
 | 
			
		||||
        print "itworks"
 | 
			
		||||
        
 | 
			
		||||
        page = self._download_webpage(
 | 
			
		||||
            'http://%s/file/%s' % (self._HOST, video_id), video_id, 'Downloading video page')
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user