[vk.com] Updated the description to include vk.com.
authorWill Sewell <me@willsewell.name>
Fri, 21 Nov 2014 22:54:11 +0000 (22:54 +0000)
committerWill Sewell <me@willsewell.name>
Fri, 21 Nov 2014 23:00:43 +0000 (23:00 +0000)
youtube_dl/extractor/vk.py

index d6632cbb7527852ce450d3e6a5e4134e9cb884a8..d96abd16ead850cd0976b5927454fa0457316c75 100644 (file)
@@ -208,7 +208,7 @@ class VKIE(InfoExtractor):
 
 class VKUserVideosIE(InfoExtractor):
     IE_NAME = 'vk.com:user-videos'
-    IE_DESC = 'All of a user\'s videos'
+    IE_DESC = 'vk.com:All of a user\'s videos'
     _VALID_URL = r'https?://(?:m\.)?vk\.com/videos([0-9]+)(?:m\?.*)?'
     _TEMPLATE_URL = 'https://vk.com/videos'
     _TEST = {