diff options
author | bashonly <bashonly@bashonly.com> | 2023-06-21 03:24:24 -0500 |
---|---|---|
committer | bashonly <bashonly@bashonly.com> | 2023-06-21 03:24:24 -0500 |
commit | 7f9c6a63b16e145495479e9f666f5b9e2ee69e2f (patch) | |
tree | e6af0f4f1c9a8b35fd8e409be0f939b64e6cfe2d /yt_dlp/extractor/twitch.py | |
parent | db22142f6f817ff673d417b4b78e8db497bf8ab3 (diff) |
[cleanup] Misc
Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/twitch.py')
-rw-r--r-- | yt_dlp/extractor/twitch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/twitch.py b/yt_dlp/extractor/twitch.py index 31b349bc6..c8ee52014 100644 --- a/yt_dlp/extractor/twitch.py +++ b/yt_dlp/extractor/twitch.py @@ -60,7 +60,7 @@ class TwitchBaseIE(InfoExtractor): @property def _CLIENT_ID(self): return self._configuration_arg( - 'client_id', ['ue6666qo983tsx6so1t0vnawi233wa'], ie_key=TwitchStreamIE, casesense=True)[0] + 'client_id', ['ue6666qo983tsx6so1t0vnawi233wa'], ie_key='Twitch', casesense=True)[0] def _perform_login(self, username, password): def fail(message): |