mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 06:14:05 -07:00
Merge 43a19105d7
into c5098961b0
This commit is contained in:
commit
83f6adb1dd
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue