[iqiyi] Fix typo (#26884)

This commit is contained in:
Felix Yan
2020-10-18 00:02:17 +08:00
committed by GitHub
parent d65d89183f
commit 1050e0d09f

View 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