mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-05 08:32:46 +00:00
video => content
Authored by: bashonly
This commit is contained in:
parent
a449bcf2ae
commit
4161727150
@ -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 '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user