diff --git a/yt_dlp/extractor/pialive.py b/yt_dlp/extractor/pialive.py index 34529888d..69b484fd5 100644 --- a/yt_dlp/extractor/pialive.py +++ b/yt_dlp/extractor/pialive.py @@ -56,7 +56,9 @@ def _real_extract(self, url): payload, content_type = multipart_encode({ 'play_url': video_key, - 'api_key': self.API_KEY}) + 'api_key': self.API_KEY, + }) + player_tag_list = self._download_json( f'{self.PIA_LIVE_API_URL}/perf/player-tag-list/{program_code}', program_code,