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

Fixed 'W293 Blank line contains whitespace'

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

View File

@ -107,7 +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'],