diff options
| author | Will Sewell <me@willsewell.name> | 2014-11-21 22:23:39 +0000 | 
|---|---|---|
| committer | Will Sewell <me@willsewell.name> | 2014-11-21 23:00:17 +0000 | 
| commit | 42e1ff8665ceb6eddb6b2067f57239be3a8ab209 (patch) | |
| tree | 258195a91133176b5337b78933579f0036ffc5eb | |
| parent | 02a12f9fe69508525c9cad06782151f5cf950671 (diff) | |
[vk.com] Added upload_date variable to the test cases that still work.
| -rw-r--r-- | youtube_dl/extractor/vk.py | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py index deaad6c3e..de87bee1f 100644 --- a/youtube_dl/extractor/vk.py +++ b/youtube_dl/extractor/vk.py @@ -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',          },  | 
