Browse Source

[ivi] Ask for pycryptodomex instead of pycryptodome

See discussion at 1bba88efc7 (r35982110)
master
Sergey M․ 5 years ago
parent
commit
25d3f770e6
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/ivi.py

+ 1
- 1
youtube_dl/extractor/ivi.py View File

@ -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


Loading…
Cancel
Save