aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorWill Sewell <me@willsewell.name>2014-11-21 23:03:31 +0000
committerWill Sewell <me@willsewell.name>2014-11-21 23:03:31 +0000
commit53d1cd1f779201af426548fc77e1724b6c70abd9 (patch)
treee40da2d646ad86173e071985e1453370936032b0 /youtube_dl
parentcad985ab4d78ef00a77932e87cee5aba8a1e3320 (diff)
downloadyoutube-dl-53d1cd1f779201af426548fc77e1724b6c70abd9.tar.xz
[vk.com] Updated the _VALID_URL regex for the playlist IE. Removed optional m, and named the id group.
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/vk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py
index d96abd16e..7136a0cb2 100644
--- a/youtube_dl/extractor/vk.py
+++ b/youtube_dl/extractor/vk.py
@@ -209,7 +209,7 @@ class VKIE(InfoExtractor):
class VKUserVideosIE(InfoExtractor):
IE_NAME = 'vk.com:user-videos'
IE_DESC = 'vk.com:All of a user\'s videos'
- _VALID_URL = r'https?://(?:m\.)?vk\.com/videos([0-9]+)(?:m\?.*)?'
+ _VALID_URL = r'https?://vk\.com/videos(?P<id>[0-9]+)(?:m\?.*)?'
_TEMPLATE_URL = 'https://vk.com/videos'
_TEST = {
'url': 'http://vk.com/videos205387401',