1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

Update yt_dlp/extractor/dzsecurity.py

Co-authored-by: D Trombett <d@trombett.org>
This commit is contained in:
CasperMcFadden95 2025-06-18 18:59:41 +00:00 committed by GitHub
parent 0c6506c966
commit 85d55ea522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,9 +75,6 @@ def _real_extract(self, url):
return {
'id': stream_id,
'title': title,
'formats': self._extract_m3u8_formats(
m3u8_url, stream_id, ext='mp4', entry_protocol='m3u8',
m3u8_id='hls', fatal=True,
),
'formats': self._extract_m3u8_formats(m3u8_url, stream_id),
'is_live': True,
}