From b69fd25c25f23a859aefae69a1cc4116896536b8 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 23 Dec 2021 07:12:26 +0530 Subject: [cleanup] Misc cleanup Closes #1942 #1976 #2020 #2058 #1984 --- yt_dlp/extractor/fancode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/extractor/fancode.py') diff --git a/yt_dlp/extractor/fancode.py b/yt_dlp/extractor/fancode.py index f6733b124..978df31ff 100644 --- a/yt_dlp/extractor/fancode.py +++ b/yt_dlp/extractor/fancode.py @@ -41,7 +41,7 @@ class FancodeVodIE(InfoExtractor): _ACCESS_TOKEN = None _NETRC_MACHINE = 'fancode' - _LOGIN_HINT = 'Use "--user refresh --password " to login using a refresh token' + _LOGIN_HINT = 'Use "--username refresh --password " to login using a refresh token' headers = { 'content-type': 'application/json', -- cgit v1.2.3