This commit is contained in:
Angger Rafi Akbar 2024-08-21 22:21:18 -04:00 committed by GitHub
commit 83f6adb1dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = []