Correct a typo in iqiyi.py

This commit is contained in:
Felix Yan 2020-10-14 23:05:46 +08:00 committed by GitHub
parent d65d89183f
commit ac07d8cac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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