1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 02:14:32 +01:00

Fix coding style

This commit is contained in:
rafinetiz 2019-10-18 21:45:12 +07:00
parent a4a199b4dc
commit 43a19105d7

View File

@ -165,7 +165,10 @@ class TumblrIE(InfoExtractor):
if iframe_url is None:
return self.url_result(redirect_url, 'Generic')
iframe = self._download_webpage(iframe_url, video_id, 'Downloading iframe page',
iframe = self._download_webpage(
iframe_url,
video_id,
'Downloading iframe page',
headers={'Referer': url})
duration = None