mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-28 22:24:34 +01:00
uploader set explicitly as str
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
be11f5ff7d
commit
7175123c96
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ class GloboIE(InfoExtractor):
|
||||||
formats, subtitles = self._extract_m3u8_formats_and_subtitles(
|
formats, subtitles = self._extract_m3u8_formats_and_subtitles(
|
||||||
main_source['url'], video_id, 'mp4', entry_protocol='m3u8_native', m3u8_id='hls', fatal=False)
|
main_source['url'], video_id, 'mp4', entry_protocol='m3u8_native', m3u8_id='hls', fatal=False)
|
||||||
self._merge_subtitles(traverse_obj(main_source, ('text', ..., {
|
self._merge_subtitles(traverse_obj(main_source, ('text', ..., {
|
||||||
'id': 'por',
|
|
||||||
'url': ('subtitle', 'srt', 'url', {str}),
|
'url': ('subtitle', 'srt', 'url', {str}),
|
||||||
}, all, {subs_list_to_dict(lang='por')})))
|
}, all, {subs_list_to_dict(lang='por')})))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue