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:
parent
0c6506c966
commit
85d55ea522
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user