This commit is contained in:
Angger Rafi Akbar 2024-05-11 02:05:49 +08:00 committed by GitHub
commit 73b576b9f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -164,7 +164,11 @@ 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
sources = []