[vice] Do not capture unused groups in _VALID_URL

master
Sergey M․ 9 years ago
parent f8d0745e27
commit 772acaf31f

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

Loading…
Cancel
Save