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.
[Question][DEV] Can you please help me build youtube-dl into an EXE locally? #18867
Comments
|
youtube-dl is compatible with Python 2.6+ and with Python 3.2+. |
|
|
|
Understood. Thanks! :) |
Hello there.
I've started working on a couple of new extractors
I'd like to build youtube-dl on my local pc, into an EXE file. I've tried using py2exe, but unfortunately it is not compatibile with Python 3.7.
I'm assuming there are other ways (unless youtube-dl is indeed developped in a previous python version) to compile it successfully. I checked some of them, but I've always encountered a lot of errors.
In the README you mention using MAKE, could you please point me in the right direction? I've never used it.
I'm on Windows by the way.
Thanks!