Update yt_dlp/extractor/tvplay.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
Lukas Šupienis
2024-07-09 19:35:37 +03:00
committed by GitHub
co-authored by bashonly
parent cb648ccd6d
commit 7bad952c71
+1 -1
View File
@@ -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',