logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 1050e0d09f02209cc5c6f45da46c2b79f73d96f4
parent d65d89183f645a0e95910c3861491a75c26000eb
Author: Felix Yan <felixonmars@archlinux.org>
Date:   Sun, 18 Oct 2020 00:02:17 +0800

[iqiyi] Fix typo (#26884)


Diffstat:

Myoutube_dl/extractor/iqiyi.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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