Fix blip.tv regular expression to not match blipXtv
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 18 Aug 2011 07:31:36 +0000 (09:31 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 18 Aug 2011 07:31:36 +0000 (09:31 +0200)
youtube-dl

index 2a1908d3d5e064fc9f03ace8e026d855800b6f65..6a4209222aaa1dd63e08542f715508ad539df8a9 100755 (executable)
@@ -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