1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[vice] Do not capture unused groups in _VALID_URL

This commit is contained in:
Sergey M․ 2015-07-20 00:39:55 +06:00
parent f8d0745e27
commit 772acaf31f

View file

@ -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 = [
{