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
co-authored by bashonly
parent 2156f3da0e
commit af61db38f3
+1 -1
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 {