1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 17:25:33 -04:00

[cleanup] Misc

This commit is contained in:
pukkandan
2022-07-31 03:35:16 +05:30
parent daef791100
commit 31b532a1f2
6 changed files with 20 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ try:
except ImportError:
try:
from Crypto.Cipher import AES as Cryptodome_AES
except ImportError:
except (ImportError, SyntaxError): # Old Crypto gives SyntaxError in newer Python
Cryptodome_AES = None
else:
try: