mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-27 13:15:04 +00:00
fix: code style
This commit is contained in:
parent
841a557c0e
commit
83f4c5a98e
@ -118,5 +118,4 @@ class PIAULIZAPortalIE(InfoExtractor):
|
|||||||
webpage, 'player data url')
|
webpage, 'player data url')
|
||||||
return self.url_result(
|
return self.url_result(
|
||||||
player_data_url, url_transparent=True,
|
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))
|
||||||
)
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user