[vk.com] Added upload_date variable to the test cases that still work.
authorWill Sewell <me@willsewell.name>
Fri, 21 Nov 2014 22:23:39 +0000 (22:23 +0000)
committerWill Sewell <me@willsewell.name>
Fri, 21 Nov 2014 23:00:17 +0000 (23:00 +0000)
youtube_dl/extractor/vk.py

index deaad6c3e14ad25947795414fd3a619dceb1e89b..de87bee1fa45cf3f84db88bcf16c7493b4dfebb5 100644 (file)
@@ -29,6 +29,7 @@ class VKIE(InfoExtractor):
                 'title': 'ProtivoGunz - Хуёвая песня',
                 'uploader': 're:Noize MC.*',
                 'duration': 195,
+                'upload_date': '20120212',
             },
         },
         {
@@ -52,6 +53,7 @@ class VKIE(InfoExtractor):
                 'uploader': 'Vladimir Gavrin',
                 'title': 'Lin Dan',
                 'duration': 101,
+                'upload_date': '20120730',
             }
         },
         {
@@ -88,6 +90,7 @@ class VKIE(InfoExtractor):
                 'uploader': 'Киномания - лучшее из мира кино',
                 'title': ' ',
                 'duration': 7291,
+                'upload_date': '20140328',
             },
             'skip': 'Requires vk account credentials',
         },
@@ -100,6 +103,7 @@ class VKIE(InfoExtractor):
                 'ext': 'mp4',
                 'title': 'Книга Илая',
                 'duration': 6771,
+                'upload_date': '20140626',
             },
             'skip': 'Only works from Russia',
         },