mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-18 20:27:52 +00:00
[arte] PEP 8
This commit is contained in:
parent
5d6e1011df
commit
1d00a8823e
@ -129,7 +129,6 @@ def find_iframe_url(webpage, default=NO_DEFAULT):
|
||||
webpage, 'embed url', group='url')
|
||||
return self.url_result(embed_url)
|
||||
|
||||
|
||||
def _extract_from_json_url(self, json_url, video_id, lang):
|
||||
info = self._download_json(json_url, video_id)
|
||||
player_info = info['videoJsonPlayer']
|
||||
|
Loading…
Reference in New Issue
Block a user