about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-11-21 23:22:59 +0700
committerSergey M․ <dstftw@gmail.com>2019-11-21 23:22:59 +0700
commit25d3f770e6ef518a4230ad41bd4ea69dd2e851af (patch)
treee3ff729470973a3d704d4e0873e44bef96756c68
parentf0f6a7e73f55b6227c40af17c6fcab44b5a2df79 (diff)
downloadyoutube-dl-25d3f770e6ef518a4230ad41bd4ea69dd2e851af.tar.gz
youtube-dl-25d3f770e6ef518a4230ad41bd4ea69dd2e851af.tar.xz
youtube-dl-25d3f770e6ef518a4230ad41bd4ea69dd2e851af.zip
[ivi] Ask for pycryptodomex instead of pycryptodome
See discussion at https://github.com/ytdl-org/youtube-dl/commit/1bba88efc7e1f82095f7ae38348e56026db4bf3c#r35982110
-rw-r--r--youtube_dl/extractor/ivi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ivi.py b/youtube_dl/extractor/ivi.py
index 0db023622..52b53bfeb 100644
--- a/youtube_dl/extractor/ivi.py
+++ b/youtube_dl/extractor/ivi.py
@@ -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