1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 12:09:32 +00:00

[vk.com] Added upload_date variable to the test cases that still work.

This commit is contained in:
Will Sewell 2014-11-21 22:23:39 +00:00
parent 02a12f9fe6
commit 42e1ff8665

View file

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