1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 00:48:28 +00:00

Add empty string before return

This commit is contained in:
Nikolay Fedorov 2025-08-01 22:47:44 +03:00 committed by GitHub
parent c4e22096ad
commit 2b25a20695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,6 +107,7 @@ def _real_extract(self, url):
formats, subtitles = self._extract_m3u8_formats_and_subtitles(
m3u8_url, video_id, 'mp4', m3u8_id='hls',
)
return {
'id': video_id,
'title': json_info['data']['playlist']['medialist'][0]['title'],