Merge branch 'yt-dlp:master' into pr/11485

This commit is contained in:
bashonly
2024-11-09 17:58:59 -06:00
6 changed files with 52 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ try:
from Crypto.Cipher import AES, PKCS1_OAEP, Blowfish, PKCS1_v1_5 # noqa: F401
from Crypto.Hash import CMAC, SHA1 # noqa: F401
from Crypto.PublicKey import RSA # noqa: F401
except ImportError:
except (ImportError, OSError):
__version__ = f'broken {__version__}'.strip()