Closes #3173
This commit is contained in:
pukkandan 2022-03-24 06:53:11 +05:30
parent 700ccbe3f1
commit 231025c463
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
3 changed files with 5 additions and 5 deletions

View file

@ -469,6 +469,7 @@ class InfoExtractor(object):
_GEO_IP_BLOCKS = None
_WORKING = True
_NETRC_MACHINE = None
IE_DESC = None
_LOGIN_HINTS = {
'any': 'Use --cookies, --cookies-from-browser, --username and --password, or --netrc to provide account credentials',