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
[vgtv] Fix _VALID_URL (
Closes
#5578
)
totalwebcasting
Sergey M․
10 years ago
parent
0669c89c55
commit
0a64aa7355
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/vgtv.py
+ 1
- 1
youtube_dl/extractor/vgtv.py
View File
@ -8,7 +8,7 @@ from ..utils import float_or_none
class
VGTVIE
(
InfoExtractor
)
:
_VALID_URL
=
r
'
http://(?:www
\
.)?vgtv
\
.no/#!/
(?:.*)
/(?P<id>[0-9]+)
'
_VALID_URL
=
r
'
http://(?:www
\
.)?vgtv
\
.no/#!/
[^/]+
/(?P<id>[0-9]+)
'
_TESTS
=
[
{
# streamType: vod
Write
Preview
Loading…
Cancel
Save