]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/fancode.py
[cleanup] Misc cleanup
[yt-dlp.git] / yt_dlp / extractor / fancode.py
index f6733b1245f64d049eadc7d2203d63d44d4ec6bb..978df31fff6d1690b78d6cf9aea30608d05b4e1b 100644 (file)
@@ -41,7 +41,7 @@ class FancodeVodIE(InfoExtractor):
     _ACCESS_TOKEN = None
     _NETRC_MACHINE = 'fancode'
 
-    _LOGIN_HINT = 'Use "--user refresh --password <refresh_token>" to login using a refresh token'
+    _LOGIN_HINT = 'Use "--username refresh --password <refresh_token>" to login using a refresh token'
 
     headers = {
         'content-type': 'application/json',