mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-12 13:26:19 +00:00
Merge 43a19105d78c5c297d91936798d341f89919e9b1 into c5098961b04ce83f4615f2a846c84f803b072639
This commit is contained in:
commit
83f6adb1dd
@ -164,7 +164,11 @@ class TumblrIE(InfoExtractor):
|
|||||||
if iframe_url is None:
|
if iframe_url is None:
|
||||||
return self.url_result(redirect_url, 'Generic')
|
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
|
duration = None
|
||||||
sources = []
|
sources = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user