1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-09-28 21:08:45 +02:00

[arte] PEP 8

This commit is contained in:
Sergey M․ 2016-02-22 01:32:23 +06:00
parent 5d6e1011df
commit 1d00a8823e

View File

@ -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']