Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Portable youtube-dl with separate python executable #12588

Closed
romaincointepas opened this issue Mar 28, 2017 · 1 comment
Closed

[Windows] Portable youtube-dl with separate python executable #12588

romaincointepas opened this issue Mar 28, 2017 · 1 comment

Comments

@romaincointepas
Copy link

@romaincointepas romaincointepas commented Mar 28, 2017

I am trying to embed youtube-dl in a Windows application with youtube-dl-only/frequent auto-update mechanism, so youtube-dl.exe has to be both portable (Windows 7+ compatibility) and easily auto-updatable (faster update frequency than the application itself).

Embedding and updating the official youtube-dl.exe (and putting msvcr100.dll in the same folder) works like a charm. However, because of the fact that python is included in the exe, the auto-update redownload 7MB each time there is a youtube-dl release.

I was wondering if someone could give some advice to separate python and youtube-dl (so only youtube-dl is updated every few days). Again, python has to be entirely shipped with the app and work on Windows 7+, 32 and 64-bit.

I couldn't find portable python 2.7 exe (it only comes as a huge installer), and I'm not sure WinPython is the right way to go (and it's still ~25MB).

Any tips welcome, thanks!

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 28, 2017

Offtopic.

@dstftw dstftw closed this Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.