diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-24 06:53:11 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-24 07:28:10 +0530 |
commit | 231025c4632d7a48540b18997c715a8df8a6ff8e (patch) | |
tree | f54cf4035bf86dfd383e910594bca3737155b576 /yt_dlp/extractor/common.py | |
parent | 700ccbe3f14e9b1f3708a562efc57361c14dee68 (diff) | |
download | hypervideo-pre-231025c4632d7a48540b18997c715a8df8a6ff8e.tar.lz hypervideo-pre-231025c4632d7a48540b18997c715a8df8a6ff8e.tar.xz hypervideo-pre-231025c4632d7a48540b18997c715a8df8a6ff8e.zip |
Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0
Closes #3173
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r-- | yt_dlp/extractor/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index e1a661033..a2e41db3b 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -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', |