Update yt_dlp/extractor/tvplay.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
pull/10398/head
Lukas Šupienis 1 year ago committed by GitHub
parent cb648ccd6d
commit 7bad952c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -271,7 +271,7 @@ class TVPlayHomeIE(InfoExtractor):
}] }]
def _real_extract(self, url): 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 = { api_path = {
'live': 'lives', 'live': 'lives',

Loading…
Cancel
Save