This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[vice] Do not capture unused groups in _VALID_URL
totalwebcasting
Sergey M․
9 years ago
parent
f8d0745e27
commit
772acaf31f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/vice.py
+ 1
- 1
youtube_dl/extractor/vice.py
View File
@ -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
=
[
{
Write
Preview
Loading…
Cancel
Save