mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-08 01:41:57 +00:00
[docs] Misc Cleanup (#8977)
Closes #8355, #8944 Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan Co-authored-by: sepro <[email protected]> Co-authored-by: bashonly <[email protected]> Co-authored-by: Arthurszzz <[email protected]> Co-authored-by: Simon Sawicki <[email protected]> Co-authored-by: bashonly <[email protected]>
This commit is contained in:
co-authored by
sepro
bashonly
Arthurszzz
Simon Sawicki
bashonly
parent
0abf2f1f15
commit
47ab66db0f
@@ -10,7 +10,7 @@ def pycryptodome_module():
|
||||
try:
|
||||
import Crypto # noqa: F401
|
||||
print('WARNING: Using Crypto since Cryptodome is not available. '
|
||||
'Install with: pip install pycryptodomex', file=sys.stderr)
|
||||
'Install with: python3 -m pip install pycryptodomex', file=sys.stderr)
|
||||
return 'Crypto'
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user