This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[npo] Update subtitles url
NPO websites changed the domain they used for subtitles, from e.omroep.nl to tt888.omroep.nl.
master-ytdl-org
Andre Walker
8 years ago
committed by
Sergey M
parent
0842b8241d
commit
56fc078da8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/npo.py
+ 1
- 1
youtube_dl/extractor/npo.py
View 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
{
Write
Preview
Loading…
Cancel
Save