1
0
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:
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:
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 = []