youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 1cab2c6dcf6fae416e08eea368f296b249b2c4bb
parent 86e709d3dee1c0ac6f21edbd11ba92c026bef7bb
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 18 Aug 2011 09:31:36 +0200

Fix blip.tv regular expression to not match blipXtv

Diffstat:
Myoutube-dl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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