[vk] Remove superfluous code
authorSergey M․ <dstftw@gmail.com>
Fri, 27 May 2016 16:19:10 +0000 (22:19 +0600)
committerSergey M․ <dstftw@gmail.com>
Fri, 27 May 2016 16:19:10 +0000 (22:19 +0600)
youtube_dl/extractor/vk.py

index 041d936299b848996f1ae157f753fecb9009fcce..79c819bc389a09b2cd5186f64feb49d3e474d189 100644 (file)
@@ -217,7 +217,6 @@ class VKIE(InfoExtractor):
         mobj = re.match(self._VALID_URL, url)
         video_id = mobj.group('videoid')
 
-        info_url = url
         if video_id:
             info_url = 'https://vk.com/al_video.php?act=show&al=1&module=video&video=%s' % video_id
             # Some videos (removed?) can only be downloaded with list id specified