1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-29 21:57:50 +00:00
Closes #3173
This commit is contained in:
pukkandan
2022-03-24 06:53:11 +05:30
parent 700ccbe3f1
commit 231025c463
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',