[puhutv] removing fatal=false

This commit is contained in:
Enes 2018-05-01 20:58:03 +03:00
parent 21c1f8d049
commit e257b8dc2d

View File

@ -74,7 +74,7 @@ class PuhuTVIE(InfoExtractor):
# API call
info = self._download_json(
'https://puhutv.com/api/slug/%s-izle' % video_id,
video_id, fatal=False)
video_id)
info = info.get('data')
display_id = compat_str(info.get('id'))