mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-30 07:28:19 +01:00
Update yt_dlp/extractor/tvplay.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
cb648ccd6d
commit
7bad952c71
|
@ -271,7 +271,7 @@ class TVPlayHomeIE(InfoExtractor):
|
|||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
country, category, video_id = self._match_valid_url(url).groups()
|
||||
country, category, video_id = self._match_valid_url(url).group('country', 'category', 'id')
|
||||
|
||||
api_path = {
|
||||
'live': 'lives',
|
||||
|
|
Loading…
Reference in New Issue
Block a user