youtube-dl

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

commit 1b969041d701e2fb7ff106476b91084dbc67332a
parent e302f9ce324c13e24a717027eaa7a918658b4e8a
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 22 Dec 2013 07:43:54 +0100

[blinkx] Support mobile URLs (Closes #2022)

Diffstat:
Myoutube_dl/extractor/blinkx.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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