projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e709d
)
Fix blip.tv regular expression to not match blipXtv
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 18 Aug 2011 07:31:36 +0000
(09:31 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 18 Aug 2011 07:31:36 +0000
(09:31 +0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 2a1908d3d5e064fc9f03ace8e026d855800b6f65..6a4209222aaa1dd63e08542f715508ad539df8a9 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-2741,7
+2741,7
@@
class FacebookIE(InfoExtractor):
class BlipTVIE(InfoExtractor):
"""Information extractor for blip.tv"""
- _VALID_URL = r'^(?:https?://)?(?:\w+\.)?blip.tv(/.+)$'
+ _VALID_URL = r'^(?:https?://)?(?:\w+\.)?blip
\
.tv(/.+)$'
_URL_EXT = r'^.*\.([a-z0-9]+)$'
@staticmethod