diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-11-05 17:09:57 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-11-05 17:09:57 +0700 |
commit | 2004e2210bc74aa950feba0f22df4d5a8980b3e8 (patch) | |
tree | 85063e4fc481a24350e779b8da9e7bb59e525ded /youtube_dl | |
parent | 16d896b2a74e2b9989fc0483728f8009876fc4cf (diff) |
[osnateltv] Update host
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/zattoo.py | 2 |
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 = [{ |