[ivi] Ask for pycryptodomex instead of pycryptodome
[youtube-dl] / youtube_dl / extractor / ivi.py
index 0db023622dc0ce7287eb49682ee67c60835451c9..52b53bfebdeebc4e3526e332665f83785c36caad 100644 (file)
@@ -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