parent
1aa5172f56
commit
4e01501bbf
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class VKIE(InfoExtractor):
|
|||
if not video_id:
|
||||
video_id = '%s_%s' % (mobj.group('oid'), mobj.group('id'))
|
||||
|
||||
info_url = 'http://vk.com/al_video.php?act=show&al=1&video=%s' % video_id
|
||||
info_url = 'http://vk.com/al_video.php?act=show&al=1&module=video&video=%s' % video_id
|
||||
info_page = self._download_webpage(info_url, video_id)
|
||||
|
||||
ERRORS = {
|
||||
|
|
Loading…
Reference in a new issue