浏览代码

[ivi] Ask for pycryptodomex instead of pycryptodome

See discussion at https://github.com/ytdl-org/youtube-dl/commit/1bba88efc7e1f82095f7ae38348e56026db4bf3c#r35982110
Sergey M․ 5 年之前
父节点
当前提交
25d3f770e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/ivi.py

+ 1 - 1
youtube_dl/extractor/ivi.py

@@ -137,7 +137,7 @@ class IviIE(InfoExtractor):
                     continue
                     continue
                 elif not pycryptodomex_found:
                 elif not pycryptodomex_found:
                     raise ExtractorError(
                     raise ExtractorError(
-                        'pycryptodome not found. Please install it.',
+                        'pycryptodomex not found. Please install it.',
                         expected=True)
                         expected=True)
                 elif message:
                 elif message:
                     extractor_msg += ': ' + message
                     extractor_msg += ': ' + message