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

Update yt_dlp/extractor/pandavideo.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
Iuri Campos 2025-06-01 20:41:32 +01:00 committed by GitHub
parent 2156f3da0e
commit af61db38f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ class PandaVideoIE(InfoExtractor):
}]
def _real_extract(self, url: str) -> dict:
server, video_id = self._match_valid_url(url).groups()
server, video_id = self._match_valid_url(url).group('server', 'id')
webpage = self._download_webpage(url, video_id)
return {