mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2026-04-28 00:00:09 -04:00
[ivi] Ask for pycryptodomex instead of pycryptodome
See discussion at https://github.com/ytdl-org/youtube-dl/commit/1bba88efc7e1f82095f7ae38348e56026db4bf3c#r35982110
This commit is contained in:
@@ -137,7 +137,7 @@ class IviIE(InfoExtractor):
|
||||
continue
|
||||
elif not pycryptodomex_found:
|
||||
raise ExtractorError(
|
||||
'pycryptodome not found. Please install it.',
|
||||
'pycryptodomex not found. Please install it.',
|
||||
expected=True)
|
||||
elif message:
|
||||
extractor_msg += ': ' + message
|
||||
|
||||
Reference in New Issue
Block a user