1
0
Fork 0

[docs,build] Change all pycryptodome references to pycryptodomex

This commit is contained in:
pukkandan 2021-10-06 06:34:10 +05:30
commit 49e7e9c3ce
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
6 changed files with 23 additions and 13 deletions

View file

@ -141,7 +141,7 @@ class IviIE(InfoExtractor):
elif site == 353:
continue
elif not pycryptodome_found:
raise ExtractorError('pycryptodome not found. Please install', expected=True)
raise ExtractorError('pycryptodomex not found. Please install', expected=True)
elif message:
extractor_msg += ': ' + message
raise ExtractorError(extractor_msg % video_id, expected=True)