diff --git a/yt_dlp/extractor/vimeo.py b/yt_dlp/extractor/vimeo.py index 6e0e94a75e..7ffe89f227 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