[npo] Update subtitles url
authorAndre Walker <andre.walker@booking.com>
Sat, 28 Jan 2017 15:19:38 +0000 (16:19 +0100)
committerSergey M <dstftw@gmail.com>
Sat, 28 Jan 2017 19:29:39 +0000 (02:29 +0700)
NPO websites changed the domain they used for subtitles, from
e.omroep.nl to tt888.omroep.nl.

youtube_dl/extractor/npo.py

index c91f5846171be2a720523a4531313703d18920fd..9624371450d0d555a8d843aac84346eae4b236fc 100644 (file)
@@ -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 {