projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa5172
)
[vk] Fix extraction (Closes #4967, closes #4686)
author
Sergey M․
<dstftw@gmail.com>
Sun, 1 Mar 2015 15:56:30 +0000
(21:56 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 1 Mar 2015 15:56:30 +0000
(21:56 +0600)
youtube_dl/extractor/vk.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vk.py
b/youtube_dl/extractor/vk.py
index 08c3830a2f3fe1828e9025d2431782e7f1eea711..842263f348d88138fbbaaa49963840c98eb79d82 100644
(file)
--- a/
youtube_dl/extractor/vk.py
+++ b/
youtube_dl/extractor/vk.py
@@
-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 = {