youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 36300346092937a8320fa4ae7303bc1b746a69ab
parent 4e01501bbf36519ab94dd16ba3486947b2785ee8
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  2 Mar 2015 03:30:18 +0600

[vk] Fix test (Closes #5100)

Diffstat:
Myoutube_dl/extractor/vk.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py @@ -31,7 +31,7 @@ class VKIE(InfoExtractor): 'id': '162222515', 'ext': 'flv', 'title': 'ProtivoGunz - Хуёвая песня', - 'uploader': 're:Noize MC.*', + 'uploader': 're:(?:Noize MC|Alexander Ilyashenko).*', 'duration': 195, 'upload_date': '20120212', },