aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-09-04 21:49:25 +0600
committerSergey M. <dstftw@gmail.com>2015-09-04 21:49:25 +0600
commit2e2575e2135a22e62cb4148f7424df54d59efb2a (patch)
tree33d5bb10bf48f4c667d233bff2372942e0cfa9b6
parent725d1c58aa25da8640eef8d62b9451cbd6762169 (diff)
parent26c61e080908b20f3c6707789bb42933bbbb42a0 (diff)
downloadyoutube-dl-2e2575e2135a22e62cb4148f7424df54d59efb2a.tar.xz
Merge pull request #6760 from ferama/master
Added ec extension to nowvideo extractor
-rw-r--r--youtube_dl/extractor/nowvideo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nowvideo.py b/youtube_dl/extractor/nowvideo.py
index dec09cdfe..17baa9679 100644
--- a/youtube_dl/extractor/nowvideo.py
+++ b/youtube_dl/extractor/nowvideo.py
@@ -7,7 +7,7 @@ class NowVideoIE(NovaMovIE):
IE_NAME = 'nowvideo'
IE_DESC = 'NowVideo'
- _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'nowvideo\.(?:ch|sx|eu|at|ag|co|li)'}
+ _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'nowvideo\.(?:ch|ec|sx|eu|at|ag|co|li)'}
_HOST = 'www.nowvideo.ch'