mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-04-07 03:14:14 +00:00
[vice] Do not capture unused groups in _VALID_URL
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user