From 41617271501a856e3021349f12e220bda30dd39c Mon Sep 17 00:00:00 2001 From: bashonly Date: Sat, 24 May 2025 14:02:52 -0500 Subject: [PATCH] video => content Authored by: bashonly --- yt_dlp/extractor/weverse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/weverse.py b/yt_dlp/extractor/weverse.py index 6fc6f111e8..5f97215f05 100644 --- a/yt_dlp/extractor/weverse.py +++ b/yt_dlp/extractor/weverse.py @@ -48,7 +48,7 @@ class WeverseBaseIE(InfoExtractor): 'You can add an optional username suffix, e.g. --username "{}" , ' 'if you need to manage multiple accounts. ') _LOGIN_ERRORS_MAP = { - 'login_required': 'This video is only available for logged-in users. ', + 'login_required': 'This content is only available for logged-in users. ', 'invalid_username': '"{}" is not valid login username for this extractor. ', 'invalid_password': ( 'Your password is not a valid refresh token. Make sure that '