mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-02 12:02:49 -05: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