youtube-dl安装方法

2019年11月17日

这个方法是官方的安装方法,我这里做下收藏。以便以后有需要的时候使用。

GitHub :
https://github.com/ytdl-org/youtube-dl
https://github.com/FFmpeg/FFmpeg
https://github.com/develon2015/SpringDependent

https://ytdl-org.github.io/youtube-dl/download.html
开发后的程序:https://github.com/develon2015/Youtube-dl-REST https://y2b.githmb.com/

To install it right away for all UNIX users (Linux, OS X, etc.), type:

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

 

If you do not have curl, you can alternatively use a recent wget:

sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

 

You can also use pip:

sudo pip install --upgrade youtube_dl

 

This command will update youtube-dl if you have already installed it. See the pypi page for more information.

You can use Homebrew if you have it:

brew install youtube-dl

 

To check the signature, type:

sudo wget https://yt-dl.org/downloads/latest/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig

 


sicnature ---------------------------------------------------------------------
Your current IP address is: 54.166.223.204
Your IP address location: 美国弗吉尼亚阿什本
Your IP address country and region: 美国 美国
Your current browser is:
Your current system is:
Original content, please indicate the source:
同福客栈论坛 | 蟒蛇科普海南乡情论坛 | JiaYu Blog
sicnature ---------------------------------------------------------------------
Welcome to reprint. Please indicate the source http://www.myzhenai.com.cn/post/2968.html

没有评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注