projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3fa5da
)
[vk] Amend playlist test
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 17 Feb 2015 23:33:41 +0000
(
00:33
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 17 Feb 2015 23:33:41 +0000
(
00:33
+0100)
youtube_dl/extractor/vk.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vk.py
b/youtube_dl/extractor/vk.py
index 81e02a6244d83327b05c6b76c490391b97b15f92..7dea8c59d2a30673b93ae181bab128b8ef0a8b58 100644
(file)
--- a/
youtube_dl/extractor/vk.py
+++ b/
youtube_dl/extractor/vk.py
@@
-217,6
+217,9
@@
class VKUserVideosIE(InfoExtractor):
_TEMPLATE_URL = 'https://vk.com/videos'
_TEST = {
'url': 'http://vk.com/videos205387401',
+ 'info_dict': {
+ 'id': '205387401',
+ },
'playlist_mincount': 4,
}