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:
parent
2156f3da0e
commit
af61db38f3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user