From bd8498acdae2f65f043df61edd93238d9b5a8842 Mon Sep 17 00:00:00 2001 From: CasperMcFadden95 <145611964+CasperMcFadden95@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:56:58 +0000 Subject: [PATCH] Update yt_dlp/extractor/dzsecurity.py Co-authored-by: D Trombett --- yt_dlp/extractor/dzsecurity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/dzsecurity.py b/yt_dlp/extractor/dzsecurity.py index 8b3f55e8e..926518948 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')