youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

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.py | 2+-
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