mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-24 04:56:55 +01:00
[vice] Do not capture unused groups in _VALID_URL
This commit is contained in:
parent
f8d0745e27
commit
772acaf31f
@ -7,7 +7,7 @@ from ..utils import ExtractorError
|
|||||||
|
|
||||||
|
|
||||||
class ViceIE(InfoExtractor):
|
class ViceIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(.+?\.)?vice\.com/.*?/(?P<name>.+)'
|
_VALID_URL = r'https?://(?:.+?\.)?vice\.com/.*?/(?P<name>.+)'
|
||||||
|
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user