mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-04 10:02:48 +01:00
[rtvnh] Make SMIL not fatal
This commit is contained in:
parent
f196047832
commit
60231c65b9
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user