logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 56fc078da84a7f26d8290b2b425cc2da66a5975a
parent 0842b8241d9f8984dd70266b59aa68241259401f
Author: Andre Walker <andre.walker@booking.com>
Date:   Sat, 28 Jan 2017 16:19:38 +0100

[npo] Update subtitles url

NPO websites changed the domain they used for subtitles, from
e.omroep.nl to tt888.omroep.nl.

Diffstat:

Myoutube_dl/extractor/npo.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/npo.py b/youtube_dl/extractor/npo.py @@ -241,7 +241,7 @@ class NPOIE(NPOBaseIE): if metadata.get('tt888') == 'ja': subtitles['nl'] = [{ 'ext': 'vtt', - 'url': 'http://e.omroep.nl/tt888/%s' % video_id, + 'url': 'http://tt888.omroep.nl/tt888/%s' % video_id, }] return {