1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

Update dzsecurity.py

This commit is contained in:
CasperMcFadden95 2025-06-18 20:02:25 +00:00 committed by GitHub
parent 85d55ea522
commit 5c56c1f0e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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