aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/dropout.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/dropout.py')
-rw-r--r--yt_dlp/extractor/dropout.py2
1 files changed, 1 insertions, 1 deletions
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,