Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ralf
youtube-dl
Commits
1050e0d0
Unverified
Commit
1050e0d0
authored
Oct 18, 2020
by
Felix Yan
Committed by
GitHub
Oct 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[iqiyi] Fix typo (#26884)
parent
d65d8918
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
youtube_dl/extractor/iqiyi.py
youtube_dl/extractor/iqiyi.py
+1
-1
No files found.
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
Markdown
is supported
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