summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-11-11 21:00:23 +0600
committerSergey M․ <dstftw@gmail.com>2015-11-11 21:00:23 +0600
commit2eb99a4b98ecece86a8d0c692066644a855f8524 (patch)
tree8a6171562bee819902a038c0f1c477b619ca5bdf
parent6abce58a1226a5c359e4eb0cb228353fa7cb2aaf (diff)
downloadyoutube-dl-2eb99a4b98ecece86a8d0c692066644a855f8524.tar.gz
youtube-dl-2eb99a4b98ecece86a8d0c692066644a855f8524.tar.xz
youtube-dl-2eb99a4b98ecece86a8d0c692066644a855f8524.zip
[nowvideo] Replace main host to resolvable one
-rw-r--r--youtube_dl/extractor/nowvideo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/nowvideo.py b/youtube_dl/extractor/nowvideo.py
index 17baa9679..57ee3d366 100644
--- a/youtube_dl/extractor/nowvideo.py
+++ b/youtube_dl/extractor/nowvideo.py
@@ -7,9 +7,9 @@ class NowVideoIE(NovaMovIE):
     IE_NAME = 'nowvideo'
     IE_DESC = 'NowVideo'
 
-    _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'nowvideo\.(?:ch|ec|sx|eu|at|ag|co|li)'}
+    _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'nowvideo\.(?:to|ch|ec|sx|eu|at|ag|co|li)'}
 
-    _HOST = 'www.nowvideo.ch'
+    _HOST = 'www.nowvideo.to'
 
     _FILE_DELETED_REGEX = r'>This file no longer exists on our servers.<'
     _FILEKEY_REGEX = r'var fkzd="([^"]+)";'