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:56:58 +00:00 committed by GitHub
parent 94f815f2a9
commit bd8498acda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')