This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[iqiyi] Fix typo (
#26884
)
master
Felix Yan
4 years ago
committed by
GitHub
parent
d65d89183f
commit
1050e0d09f
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/iqiyi.py
+ 1
- 1
youtube_dl/extractor/iqiyi.py
View File
@ -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
Loading…
Cancel
Save