Re: youtube-dl
Tim Chase <[email protected]>
| Newsgroups | gmane.linux.redhat.blinux.general |
|---|---|
| Message-ID | <[email protected]> |
On April 26, 2016, Aldo wrote: > In Ubuntu, I use to do > sudo pip install --user youtube-dl --upgrade > (since the Ubuntu youtube-dl comes under the python-pip package... > I don't undenstand why but this also seem to work as explained Pip is the python package installer, much like Ruby's "gems" or Node's "NPM". A project can specify its requirements and then use Pip to install them all. It's particularly good for tracking a bleeding-edge package like youtube-dl -tim