mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[vice] Do not capture unused groups in _VALID_URL
This commit is contained in:
parent
f8d0745e27
commit
772acaf31f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
|
||||
class ViceIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(.+?\.)?vice\.com/.*?/(?P<name>.+)'
|
||||
_VALID_URL = r'https?://(?:.+?\.)?vice\.com/.*?/(?P<name>.+)'
|
||||
|
||||
_TESTS = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue