-
Notifications
You must be signed in to change notification settings - Fork 123
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
Documentation: Explain how to install youtube_dl (module 'youtube_dl' is not installed) #89
Comments
Well, either try to install youtube-dl via pip, i.e.
>>> import youtube_dl
>>> youtube_dl.YoutubeDL
<class 'youtube_dl.YoutubeDL.YoutubeDL'>
>>> |
Bless you! Thanks, it worked right away. |
Reopening as a documentation issue. Many people are having this problem. |
In this case, it is the source release of youtube-dl as provided by the project. It can be found here, for example. But please note that this shouldn't be necessary, unless you want to "install" youtube-dl manually. All you probably want is a normal Python 2.x setup, by installing via the proper method for your OS. |
In what directory do you type "pip install youtube-dl"? I keep getting the "'pip' is not recognized as an internal or external command" error mentioned before. |
@Soundsgoood Try |
I tried installing Python on the same drive as my OS and tumblr_backup folder and now "pip --version" returns a version number. So that's solved. |
hello, i tried this. i've unpacked the archive to the site-packages folder. but. how do I get a python shell? to type above into? |
Why is anybody extracting archives to install Python packages? |
BTW, once #185 is merged we can close this. I'm just waiting on confirmation from bbolli. |
Hi there - I'm a newbie and I got a GitHub account just to ask this, so I'm sorry if this is a really obvious question.
I was able to backup my entire blog with this program - thank you! But now I'm making a second pass and trying to download videos from this year.
I installed youtube-dl and put the files in the tumblr-utils directory, and I'm able to run the program as admin and download Tumblr videos.
However, when I run the command "tumblr_backup.py -k --save-video [myblogname]" as admin, I get the error "tumblr_backup.py: error --save-video/-audio: module 'youtube_dl' is not installed"
Can you shed any light on this? Am I making a dumb newb mistake, or is there a problem in the program for Windows?
Thanks!
The text was updated successfully, but these errors were encountered: