kopia lustrzana https://github.com/yt-dlp/yt-dlp
[vice] Do not capture unused groups in _VALID_URL
rodzic
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 = [
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue