fix: code style

This commit is contained in:
ChocoLZS 2024-08-28 22:48:42 +08:00
parent 841a557c0e
commit 83f4c5a98e

View File

@ -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))