projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f6a7e
)
[ivi] Ask for pycryptodomex instead of pycryptodome
author
Sergey M․
<dstftw@gmail.com>
Thu, 21 Nov 2019 16:22:59 +0000
(23:22 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 21 Nov 2019 16:22:59 +0000
(23:22 +0700)
See discussion at https://github.com/ytdl-org/youtube-dl/commit/
1bba88efc7e1f82095f7ae38348e56026db4bf3c
#r35982110
youtube_dl/extractor/ivi.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ivi.py
b/youtube_dl/extractor/ivi.py
index 0db023622dc0ce7287eb49682ee67c60835451c9..52b53bfebdeebc4e3526e332665f83785c36caad 100644
(file)
--- a/
youtube_dl/extractor/ivi.py
+++ b/
youtube_dl/extractor/ivi.py
@@
-137,7
+137,7
@@
class IviIE(InfoExtractor):
continue
elif not pycryptodomex_found:
raise ExtractorError(
- 'pycryptodome not found. Please install it.',
+ 'pycryptodome
x
not found. Please install it.',
expected=True)
elif message:
extractor_msg += ': ' + message