Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
youtube-dl
Commits
1050e0d0
Unverified
Commit
1050e0d0
authored
Oct 18, 2020
by
Felix Yan
Committed by
GitHub
Oct 17, 2020
Browse files
[iqiyi] Fix typo (#26884)
parent
d65d8918
Changes
1
Hide whitespace changes
Inline
Side-by-side
youtube_dl/extractor/iqiyi.py
View file @
1050e0d0
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment