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

Upgrading python will make youtube-dl faster ? #3729

Closed
TheGr33k opened this issue Sep 12, 2014 · 1 comment
Closed

Upgrading python will make youtube-dl faster ? #3729

TheGr33k opened this issue Sep 12, 2014 · 1 comment

Comments

@TheGr33k
Copy link

@TheGr33k TheGr33k commented Sep 12, 2014

I am using centos 6 on by server and it ships with python 2.6.6 by default.I was wondering whether upgrading the python to the latest version(3.4.1) would have some performance benefits as far as youtube-dl is concerned

It would be nice if you could refer me to some good tutorial so that i can update python to latest version and make youtube-dl use it without breaking yum .

@phihag
Copy link
Contributor

@phihag phihag commented Sep 12, 2014

No, in general using a more modern version of Python will not bring major speed increases.

youtube-dl will have to jump through more hoops if the version is older, but that code shouldn't impact performance too much either.

How you install Python is out of scope for youtube-dl. As always, you are free to download and compile it yourself. You can then simply install it - say, to /usr/local/bin/python3.4 and run youtube-dl with /usr/local/bin/python3.4 $(which youtube-dl) (in order to not have to type that every time, you can define an alias).

@phihag phihag closed this Sep 12, 2014
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.