projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e302f9c
)
[blinkx] Support mobile URLs (Closes #2022)
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 22 Dec 2013 06:43:54 +0000
(07:43 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 22 Dec 2013 06:43:54 +0000
(07:43 +0100)
youtube_dl/extractor/blinkx.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/blinkx.py
b/youtube_dl/extractor/blinkx.py
index e118f2e9f7064ef5880e5589e94e01cd75b16d59..144ce64ccacd35abbbf51392e192dff8a1ca1649 100644
(file)
--- a/
youtube_dl/extractor/blinkx.py
+++ b/
youtube_dl/extractor/blinkx.py
@@
-9,7
+9,7
@@
from ..utils import (
class BlinkxIE(InfoExtractor):
- _VALID_URL = r'^(?:https?://(?:www\.)blinkx\.com/ce/|blinkx:)(?P<id>[^?]+)'
+ _VALID_URL = r'^(?:https?://(?:www\.)blinkx\.com/
#?
ce/|blinkx:)(?P<id>[^?]+)'
_IE_NAME = u'blinkx'
_TEST = {