mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 17:38:35 +00:00
Update yt_dlp/extractor/dzsecurity.py
Co-authored-by: D Trombett <d@trombett.org>
This commit is contained in:
parent
94f815f2a9
commit
bd8498acda
@ -43,7 +43,7 @@ class DzsecurityLiveIE(InfoExtractor):
|
|||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
webpage = self._download_webpage(url, url)
|
webpage = self._download_webpage(url, url, impersonate=True)
|
||||||
|
|
||||||
title = self._html_extract_title(webpage, default='Live Stream')
|
title = self._html_extract_title(webpage, default='Live Stream')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user