From 83f4c5a98e19929c71e960cc8edbbc4cda739d9c Mon Sep 17 00:00:00 2001 From: ChocoLZS Date: Wed, 28 Aug 2024 22:48:42 +0800 Subject: [PATCH] fix: code style --- yt_dlp/extractor/piaulizaportal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yt_dlp/extractor/piaulizaportal.py b/yt_dlp/extractor/piaulizaportal.py index cb652bb323..e8f38f8fc1 100644 --- a/yt_dlp/extractor/piaulizaportal.py +++ b/yt_dlp/extractor/piaulizaportal.py @@ -118,5 +118,4 @@ class PIAULIZAPortalIE(InfoExtractor): webpage, 'player data url') return self.url_result( player_data_url, url_transparent=True, - display_id=video_id, video_title=self._html_extract_title(webpage), - ) + display_id=video_id, video_title=self._html_extract_title(webpage))