mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-05 19:10:10 +09:00
Fix tumblr permission denied #22755
This commit is contained in:
parent
0326bcb6c1
commit
a4a199b4dc
@ -165,7 +165,8 @@ 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…
Reference in New Issue
Block a user