1
0
Fork 0

More consistent warning messages (#173)

Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
This commit is contained in:
pukkandan 2021-03-20 08:50:08 +05:30
commit beb4b92a66
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
8 changed files with 21 additions and 16 deletions

View file

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