projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0842b82
)
[npo] Update subtitles url
author
Andre Walker
<andre.walker@booking.com>
Sat, 28 Jan 2017 15:19:38 +0000
(16:19 +0100)
committer
Sergey 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
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/npo.py
b/youtube_dl/extractor/npo.py
index c91f5846171be2a720523a4531313703d18920fd..9624371450d0d555a8d843aac84346eae4b236fc 100644
(file)
--- 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 {