Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pypy-vrc/a2ec2c870e8974e5d8d95850a304cf6d to your computer and use it in GitHub Desktop.
Save pypy-vrc/a2ec2c870e8974e5d8d95850a304cf6d to your computer and use it in GitHub Desktop.
build youtube-dl
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