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
[engadget] accept short video urls
totalwebcasting
remitamine
9 years ago
parent
bad84757eb
commit
97d5bfcba6
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/engadget.py
+ 1
- 1
youtube_dl/extractor/engadget.py
View File
@ -10,7 +10,7 @@ from ..utils import (
class
EngadgetIE
(
InfoExtractor
)
:
_VALID_URL
=
r
'''
(?x)https?://www.engadget.com/
(
?
:
video
/
5
min
/
(
?
P
<
id
>
\
d
+
)
|
(
?
:
video
(
?
:
/
5
min
)
?
/
(
?
P
<
id
>
\
d
+
)
|
[
\
d
/
]
+
/
.
*
?
)
'''
Write
Preview
Loading…
Cancel
Save