Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Question
Hello, part of updating a project that uses youtube-dl to alpine 3.11 i noticed that alpine have removed the py-crypto package. Recommendation seems to be to use cryptodome package instead. So to my queston: would it make sense to make youtube-dl fallback to cryptodome if crypto is missing? the only instance of this i can find is
youtube-dl/youtube_dl/downloader/hls.py
Line 6 in c712b16