From 231025c4632d7a48540b18997c715a8df8a6ff8e Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 24 Mar 2022 06:53:11 +0530 Subject: Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0 Closes #3173 --- yt_dlp/extractor/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'yt_dlp/extractor/common.py') 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', -- cgit v1.2.3