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:
parent
85d55ea522
commit
5c56c1f0e3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user