summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-10-18 00:02:17 +0800
committerGitHub <noreply@github.com>2020-10-17 23:02:17 +0700
commit1050e0d09f02209cc5c6f45da46c2b79f73d96f4 (patch)
tree5203e821587965a324db26307f63eb605c827850
parentd65d89183f645a0e95910c3861491a75c26000eb (diff)
[iqiyi] Fix typo (#26884)
-rw-r--r--youtube_dl/extractor/iqiyi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py
index cd11aa70f..5df674daf 100644
--- a/youtube_dl/extractor/iqiyi.py
+++ b/youtube_dl/extractor/iqiyi.py
@@ -150,7 +150,7 @@ class IqiyiSDKInterpreter(object):
elif function in other_functions:
other_functions[function]()
else:
- raise ExtractorError('Unknown funcion %s' % function)
+ raise ExtractorError('Unknown function %s' % function)
return sdk.target