aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-11-05 17:09:57 +0700
committerSergey M․ <dstftw@gmail.com>2018-11-05 17:09:57 +0700
commit2004e2210bc74aa950feba0f22df4d5a8980b3e8 (patch)
tree85063e4fc481a24350e779b8da9e7bb59e525ded
parent16d896b2a74e2b9989fc0483728f8009876fc4cf (diff)
downloadyoutube-dl-2004e2210bc74aa950feba0f22df4d5a8980b3e8.tar.xz
[osnateltv] Update host
-rw-r--r--youtube_dl/extractor/zattoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/zattoo.py b/youtube_dl/extractor/zattoo.py
index cb1bac3a3..896276301 100644
--- a/youtube_dl/extractor/zattoo.py
+++ b/youtube_dl/extractor/zattoo.py
@@ -401,7 +401,7 @@ class QuantumTVIE(ZattooIE):
class OsnatelTVIE(ZattooIE):
_NETRC_MACHINE = 'osnateltv'
- _HOST = 'onlinetv.osnatel.de'
+ _HOST = 'tvonline.osnatel.de'
_VALID_URL = _make_valid_url(ZattooIE._VALID_URL_TEMPLATE, _HOST)
_TESTS = [{