diff --git a/yt_dlp/extractor/dzsecurity.py b/yt_dlp/extractor/dzsecurity.py index 8b3f55e8e5..926518948f 100644 --- a/yt_dlp/extractor/dzsecurity.py +++ b/yt_dlp/extractor/dzsecurity.py @@ -43,7 +43,7 @@ class DzsecurityLiveIE(InfoExtractor): }] 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')