youtube-dl

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

commit 106c8c3edbc5b7e95cfba79ddc6252fad0adb859
parent 500a86a52ee46a3a1acc864b602b74d141afdc24
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 29 Apr 2018 19:04:40 +0700

[nrktv] Update API host (closes #16324)

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

diff --git a/youtube_dl/extractor/nrk.py b/youtube_dl/extractor/nrk.py @@ -237,7 +237,7 @@ class NRKTVIE(NRKBaseIE): (?:/\d{2}-\d{2}-\d{4})? (?:\#del=(?P<part_id>\d+))? ''' % _EPISODE_RE - _API_HOST = 'psapi-ne.nrk.no' + _API_HOST = 'psapi-we.nrk.no' _TESTS = [{ 'url': 'https://tv.nrk.no/serie/20-spoersmaal-tv/MUHH48000314/23-05-2014',