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
Correctly set IE_NAME field
totalwebcasting
Philipp Hagemeister
11 years ago
parent
f577e0ce15
commit
0dc13f4c4a
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/blinkx.py
+1
-1
youtube_dl/extractor/defense.py
+1
-1
youtube_dl/extractor/mpora.py
+ 1
- 1
youtube_dl/extractor/blinkx.py
View File
@ -12,7 +12,7 @@ from ..utils import (
class
BlinkxIE
(
InfoExtractor
)
:
_VALID_URL
=
r
'
^(?:https?://(?:www
\
.)blinkx
\
.com/#?ce/|blinkx:)(?P<id>[^?]+)
'
_
IE_NAME
=
'
blinkx
'
IE_NAME
=
'
blinkx
'
_TEST
=
{
'
url
'
:
'
http://www.blinkx.com/ce/8aQUy7GVFYgFzpKhT0oqsilwOGFRVXk3R1ZGWWdGenBLaFQwb3FzaWx3OGFRVXk3R1ZGWWdGenB
'
,
+ 1
- 1
youtube_dl/extractor/defense.py
View File
@ -7,7 +7,7 @@ from .common import InfoExtractor
class
DefenseGouvFrIE
(
InfoExtractor
)
:
_
IE_NAME
=
'
defense.gouv.fr
'
IE_NAME
=
'
defense.gouv.fr
'
_VALID_URL
=
(
r
'
http://.*?
\
.defense
\
.gouv
\
.fr/layout/set/
'
r
'
ligthboxvideo/base-de-medias/webtv/(.*)
'
)
+ 1
- 1
youtube_dl/extractor/mpora.py
View File
@ -11,7 +11,7 @@ from ..utils import (
class
MporaIE
(
InfoExtractor
)
:
_VALID_URL
=
r
'
^https?://(www
\
.)?mpora
\
.(?:com|de)/videos/(?P<id>[^?#/]+)
'
_
IE_NAME
=
'
MPORA
'
IE_NAME
=
'
MPORA
'
_TEST
=
{
'
url
'
:
'
http://mpora.de/videos/AAdo8okx4wiz/embed?locale=de
'
,
Write
Preview
Loading…
Cancel
Save