From aedaa455d9874f14662023f21b254168ecd55579 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Wed, 18 May 2022 05:11:47 +0530 Subject: [vimeo] Fix extractors Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360 --- yt_dlp/extractor/dropout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/extractor/dropout.py') diff --git a/yt_dlp/extractor/dropout.py b/yt_dlp/extractor/dropout.py index 475825eb8..096216418 100644 --- a/yt_dlp/extractor/dropout.py +++ b/yt_dlp/extractor/dropout.py @@ -137,7 +137,7 @@ class DropoutIE(InfoExtractor): return { '_type': 'url_transparent', 'ie_key': VHXEmbedIE.ie_key(), - 'url': embed_url, + 'url': VHXEmbedIE._smuggle_referrer(embed_url, 'https://www.dropout.tv'), 'id': self._search_regex(r'embed\.vhx\.tv/videos/(.+?)\?', embed_url, 'id'), 'display_id': display_id, 'title': title, -- cgit v1.2.3