Skip to content

Commit

Permalink
[iqiyi] Fix typo (ytdl-org#26884)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Oct 17, 2020
1 parent d65d891 commit 1050e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/iqiyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def run(self, target, ip, timestamp):
elif function in other_functions:
other_functions[function]()
else:
raise ExtractorError('Unknown funcion %s' % function)
raise ExtractorError('Unknown function %s' % function)

return sdk.target

Expand Down

0 comments on commit 1050e0d

Please sign in to comment.