projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d65d891
)
[iqiyi] Fix typo (#26884)
author
Felix Yan
<felixonmars@archlinux.org>
Sat, 17 Oct 2020 16:02:17 +0000
(
00:02
+0800)
committer
GitHub
<noreply@github.com>
Sat, 17 Oct 2020 16:02:17 +0000
(23:02 +0700)
youtube_dl/extractor/iqiyi.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/iqiyi.py
b/youtube_dl/extractor/iqiyi.py
index cd11aa70f01ea7f1f258be9d9a76eeba1381d525..5df674daf142fa5c8365bc0cb524e28afd248827 100644
(file)
--- 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 func
t
ion %s' % function)
return sdk.target