Forked from pypy-vrc/gist:a2ec2c870e8974e5d8d95850a304cf6d
Created
May 28, 2023 03:54
-
-
Save goofwear/fa8a366b74ef2dcdea873b21cc088d14 to your computer and use it in GitHub Desktop.
build youtube-dl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/ytdl-org/youtube-dl/issues/10014#issuecomment-472695214 | |
python.exe -m pip install pyinstaller | |
pyinstaller.exe youtube_dl\__main__.py --onefile --name youtube-dl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment