diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-06-29 04:51:47 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-06-29 04:51:47 +0700 | 
| commit | 01ba178097d08b1337f9343029ee4eedb1b512a7 (patch) | |
| tree | 3658648d69acf0f5f12081f99abbb81d88fded24 | |
| parent | 78ff59d052ba1f6763d1e2e7f3d1f72765325d9d (diff) | |
[vk] Update test
| -rw-r--r-- | youtube_dl/extractor/vk.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py index fb082f364..66fe1dd3e 100644 --- a/youtube_dl/extractor/vk.py +++ b/youtube_dl/extractor/vk.py @@ -27,7 +27,7 @@ class VKIE(InfoExtractor):                  'id': '162222515',                  'ext': 'flv',                  'title': 'ProtivoGunz - Хуёвая песня', -                'uploader': 'Noize MC', +                'uploader': 're:Noize MC.*',                  'duration': 195,              },          },  | 
