youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 2004e2210bc74aa950feba0f22df4d5a8980b3e8
parent 16d896b2a74e2b9989fc0483728f8009876fc4cf
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  5 Nov 2018 17:09:57 +0700

[osnateltv] Update host

Diffstat:
Myoutube_dl/extractor/zattoo.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = [{