From d5aaf59fb5825ab171b4888a3166cdfcfc68f625 Mon Sep 17 00:00:00 2001 From: bashonly Date: Sun, 13 Jul 2025 15:55:35 -0500 Subject: [PATCH] d'oh Authored by: bashonly --- yt_dlp/extractor/vimeo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/vimeo.py b/yt_dlp/extractor/vimeo.py index 6e0e94a75..7ffe89f22 100644 --- a/yt_dlp/extractor/vimeo.py +++ b/yt_dlp/extractor/vimeo.py @@ -1142,7 +1142,7 @@ def _extract_from_api(self, video_id, unlisted_hash=None): 'Authentication may be needed due to your location.', 'If your IP address is located in Europe you could try using a VPN/proxy,', f'or else u{self._login_hint()[1:]}', - delim=' ')) + delim=' '), method=None) else: raise