Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save goofwear/fa8a366b74ef2dcdea873b21cc088d14 to your computer and use it in GitHub Desktop.
Save goofwear/fa8a366b74ef2dcdea873b21cc088d14 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