1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05: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 @@ 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']