diff --git a/yt_dlp/extractor/dzsecurity.py b/yt_dlp/extractor/dzsecurity.py index 0ac452d2b..8435c41f7 100644 --- a/yt_dlp/extractor/dzsecurity.py +++ b/yt_dlp/extractor/dzsecurity.py @@ -51,7 +51,7 @@ def _real_extract(self, url): r'https://live\.dzsecurity\.net/live/player/([a-zA-Z0-9_-]+)', webpage, 'player URL', - group=(0, 1) + group=(0, 1), ) base_url_match = re.match(r'(https?://[^/]+)', url)