bbolli / tumblr-utils

Utilities for dealing with Tumblr blogs, Tumblr backup
GNU General Public License v3.0
668 stars 124 forks source link

--save-video does not work #150

Closed pilaco closed 5 years ago

pilaco commented 5 years ago

I have youtube-dl installed, but when I try to download only the videos I get an error message.

tumblr_backup.py --save-video unknown Usage: tumblr_backup.py [options] blog-name ...

tumblr_backup.py: error: --save-video/-audio: module 'youtube_dl' is not installed

Hrxn commented 5 years ago

youtube-dl installed for Python 2 or Python 3?

mcscope commented 5 years ago

you need to install the python youtube_dl package from pip , not the command line program youtube-dl

mcscope commented 5 years ago

https://github.com/bbolli/tumblr-utils/issues/134

pilaco commented 5 years ago

youtube-dl installed for Python 2 or Python 3?

Python 3

you need to install the python youtube_dl package from pip , not the command line program youtube-dl

Thanks.

Hrxn commented 5 years ago

Make sure to use the Python 2 pip as well...

mcscope commented 5 years ago

@pilaco this is a python 2 only project I believe.

pilaco commented 5 years ago

I installed youtube-dl from the pip2 and it worked. Thanks.