From 8f89e68781c62f1173980dde06cdfefbd3020be5 Mon Sep 17 00:00:00 2001 From: dst Date: Wed, 8 Jan 2014 08:07:11 +0700 Subject: [novamov] Add embedded player support --- youtube_dl/extractor/novamov.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/extractor/novamov.py') diff --git a/youtube_dl/extractor/novamov.py b/youtube_dl/extractor/novamov.py index 50e3233ce..48ee00da3 100644 --- a/youtube_dl/extractor/novamov.py +++ b/youtube_dl/extractor/novamov.py @@ -10,7 +10,7 @@ from ..utils import ( class NovamovIE(InfoExtractor): - _VALID_URL = r'http://(?:www\.novamov\.com/video/|embed\.novamov\.com/embed\.php\?v=)(?P[a-z\d]{13})' + _VALID_URL = r'http://(?:(?:www\.)?novamov\.com/video/|(?:(?:embed|www)\.)novamov\.com/embed\.php\?v=)(?P[a-z\d]{13})' _TEST = { 'url': 'http://www.novamov.com/video/4rurhn9x446jj', -- cgit v1.2.3