From 43a19105d78c5c297d91936798d341f89919e9b1 Mon Sep 17 00:00:00 2001 From: rafinetiz Date: Fri, 18 Oct 2019 21:45:12 +0700 Subject: [PATCH] Fix coding style --- youtube_dl/extractor/tumblr.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/tumblr.py b/youtube_dl/extractor/tumblr.py index 71ced8018..61b0c1db6 100644 --- a/youtube_dl/extractor/tumblr.py +++ b/youtube_dl/extractor/tumblr.py @@ -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