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
[nbc] Recognize https urls (
fixes
#5300
)
totalwebcasting
Jaime Marquínez Ferrándiz
10 years ago
parent
4747e2183a
commit
cb88671e37
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/nbc.py
+ 1
- 1
youtube_dl/extractor/nbc.py
View File
@ -14,7 +14,7 @@ from ..utils import (
class
NBCIE
(
InfoExtractor
)
:
_VALID_URL
=
r
'
http://www
\
.nbc
\
.com/(?:[^/]+/)+(?P<id>n?
\
d+)
'
_VALID_URL
=
r
'
http
s?
://www
\
.nbc
\
.com/(?:[^/]+/)+(?P<id>n?
\
d+)
'
_TESTS
=
[
{
Write
Preview
Loading…
Cancel
Save