aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/ivi.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/ivi.py')
-rw-r--r--hypervideo_dl/extractor/ivi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/ivi.py b/hypervideo_dl/extractor/ivi.py
index 5f8a046..098ab66 100644
--- a/hypervideo_dl/extractor/ivi.py
+++ b/hypervideo_dl/extractor/ivi.py
@@ -141,7 +141,7 @@ class IviIE(InfoExtractor):
elif site == 353:
continue
elif not pycryptodome_found:
- raise ExtractorError('pycryptodomex not found. Please install', expected=True)
+ raise ExtractorError('pycryptodome not found. Please install', expected=True)
elif message:
extractor_msg += ': ' + message
raise ExtractorError(extractor_msg % video_id, expected=True)