1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[docs,build] Change all pycryptodome references to pycryptodomex

This commit is contained in:
pukkandan
2021-10-06 06:34:10 +05:30
parent 8472674399
commit 49e7e9c3ce
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)