[blinkx] Support mobile URLs (Closes #2022)
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 22 Dec 2013 06:43:54 +0000 (07:43 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 22 Dec 2013 06:43:54 +0000 (07:43 +0100)
youtube_dl/extractor/blinkx.py

index e118f2e9f7064ef5880e5589e94e01cd75b16d59..144ce64ccacd35abbbf51392e192dff8a1ca1649 100644 (file)
@@ -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 = {