mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-23 00:54:31 +01:00
[extractor/generic] Add forgotten return for jwplayer formats
This commit is contained in:
parent
ba448445b8
commit
a309684285
@ -2554,6 +2554,7 @@ class GenericIE(InfoExtractor):
|
|||||||
jwplayer_data, video_id, require_title=False)
|
jwplayer_data, video_id, require_title=False)
|
||||||
if not info.get('title'):
|
if not info.get('title'):
|
||||||
info['title'] = video_title
|
info['title'] = video_title
|
||||||
|
return info
|
||||||
except ExtractorError:
|
except ExtractorError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user