CentOS7.6使用you-get下载视频素材
系统:CentOS7.6.1810
软件:python3.2及以上
[root@localhost ~]# wget http://mirrors.sohu.com/python/3.4.1/Python-3.4.1.tar.xz [root@localhost ~]# tar -xf Python-3.4.1.tar.xz [root@localhost ~]# cd Python-3.4.1/ [root@localhost Python-3.4.1]# ./configure --prefix=/usr/local/python34 [root@localhost Python-3.4.1]# make -j 2 && make install
[root@localhost ~]# cd /usr/local/python34/bin/ [root@localhost bin]# ./pip3 install you-get
[root@localhost ~]# yum install -y git [root@localhost ~]# git clone git://github.com/soimort/you-get.git [root@localhost ~]# cd you-get [root@localhost ~]# /usr/local/python34/bin/python3 ./setup.py install
you-get [OPTION] <URL> 常用选项: -i:查看所有可用画质与格式 -o DIR:指定下载路径 -O FILE:指定输出文件名 -f:强制覆盖已存在的文件 -x:设置HTTP代理 -n:不合并视频 -u:获得页面所有可下载URL列表 例如: you-get "Richard Stallman" #如果不是合法的URL,you-get将在Google查找并下载最相关视频 you-get -o ~/Videos -O zoo.webm 'https://www.youtube.com/watch?v=jNQXAC9IVRw' you-get -x 127.0.0.1:8087 'https://www.youtube.com/watch?v=jNQXAC9IVRw' you-get -u https://v.qq.com/x/page/q3121j7ggua.html2 you-get https://v.qq.com/x/page/q3121j7ggua.html2
支持网站
项目主页:https://github.com/soimort/you-get
You-Get 主页:https://you-get.org/
You-Get 原版中文说明:https://github.com/soimort/you-get/wiki/中文说明/