[vk] Remove superfluous code

totalwebcasting
Sergey M․ 8 years ago
parent 77b8b4e696
commit f36532404d
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -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

Loading…
Cancel
Save