[iqiyi] Fix typo (#26884)
authorFelix Yan <felixonmars@archlinux.org>
Sat, 17 Oct 2020 16:02:17 +0000 (00:02 +0800)
committerGitHub <noreply@github.com>
Sat, 17 Oct 2020 16:02:17 +0000 (23:02 +0700)
youtube_dl/extractor/iqiyi.py

index cd11aa70f01ea7f1f258be9d9a76eeba1381d525..5df674daf142fa5c8365bc0cb524e28afd248827 100644 (file)
@@ -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