[puhutv] removing fatal=false
This commit is contained in:
parent
21c1f8d049
commit
e257b8dc2d
@ -74,7 +74,7 @@ class PuhuTVIE(InfoExtractor):
|
|||||||
# API call
|
# API call
|
||||||
info = self._download_json(
|
info = self._download_json(
|
||||||
'https://puhutv.com/api/slug/%s-izle' % video_id,
|
'https://puhutv.com/api/slug/%s-izle' % video_id,
|
||||||
video_id, fatal=False)
|
video_id)
|
||||||
|
|
||||||
info = info.get('data')
|
info = info.get('data')
|
||||||
display_id = compat_str(info.get('id'))
|
display_id = compat_str(info.get('id'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user