projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f196047
)
[rtvnh] Make SMIL not fatal
author
Sergey M․
<dstftw@gmail.com>
Wed, 12 Aug 2015 19:02:50 +0000
(
01:02
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 12 Aug 2015 19:02:50 +0000
(
01:02
+0600)
youtube_dl/extractor/rtvnh.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rtvnh.py
b/youtube_dl/extractor/rtvnh.py
index d576a34106321cedd883014d9eed0d4727faf469..202ea018130a375036d259c199484227ceab9509 100644
(file)
--- a/
youtube_dl/extractor/rtvnh.py
+++ b/
youtube_dl/extractor/rtvnh.py
@@
-23,7
+23,7
@@
class RTVNHIE(InfoExtractor):
meta = self._parse_json(self._download_webpage(
'http://www.rtvnh.nl/video/json?m=' + video_id, video_id), video_id)
formats = self._extract_smil_formats(
- 'http://www.rtvnh.nl/video/smil?m=' + video_id, video_id)
+ 'http://www.rtvnh.nl/video/smil?m=' + video_id, video_id
, fatal=False
)
for item in meta['source']['fb']:
if item.get('type') == 'hls':