youtube-dl

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

commit 4ddba33f78a11e100653771d10038a7d8e90ec9f
parent e3b7aa8428ba96cd21cfa9824ce8c06df55bfc08
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun,  5 Jan 2014 05:47:47 +0100

[veoh] Add support for mobile URLs

Fixes #2052

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

diff --git a/youtube_dl/extractor/veoh.py b/youtube_dl/extractor/veoh.py @@ -7,7 +7,7 @@ from ..utils import ( ) class VeohIE(InfoExtractor): - _VALID_URL = r'http://www\.veoh\.com/watch/v(?P<id>\d*)' + _VALID_URL = r'http://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/v(?P<id>\d*)' _TEST = { u'url': u'http://www.veoh.com/watch/v56314296nk7Zdmz3',