youtube-dl

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

commit 772acaf31f4614d390a445fe4c0d4e533c165774
parent f8d0745e27aed161687a1c809de87bc6b59d96ae
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 20 Jul 2015 00:39:55 +0600

[vice] Do not capture unused groups in _VALID_URL

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

diff --git a/youtube_dl/extractor/vice.py b/youtube_dl/extractor/vice.py @@ -7,7 +7,7 @@ from ..utils import ExtractorError class ViceIE(InfoExtractor): - _VALID_URL = r'https?://(.+?\.)?vice\.com/.*?/(?P<name>.+)' + _VALID_URL = r'https?://(?:.+?\.)?vice\.com/.*?/(?P<name>.+)' _TESTS = [ {