[osnateltv] Update host
authorSergey M․ <dstftw@gmail.com>
Mon, 5 Nov 2018 10:09:57 +0000 (17:09 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 5 Nov 2018 10:09:57 +0000 (17:09 +0700)
youtube_dl/extractor/zattoo.py

index cb1bac3a38ef603e1a5b2bca046773bc3482d62f..896276301e49a53010bf9b6a07b4ea545b1e64fd 100644 (file)
@@ -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 = [{