mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 19:37:25 +00:00
[arte] PEP 8
This commit is contained in:
parent
5d6e1011df
commit
1d00a8823e
@ -129,7 +129,6 @@ class ArteTVPlus7IE(InfoExtractor):
|
||||
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