you-get的安装与使用教程

1 安装python

1.1 下载python

Python Release Python 3.8.2 | Python.org​www.python.org/downloads/release/python-382/

选择Windows x86-64 executable installer下载

embeddable zip file(压缩包安装,直接解压就可以)
executable installer(应用程序安装,推荐!!)
web-based installer(网络安装,安装的时候需要网络)

1.2 打开下载的安装软件

1.3 选择install now并勾选Add Python 3.8 to PATH(重要!!!)

1.4 安装成功点击close

1.5 在cmd窗口中输入python -V检查是否安装成功

1.6 更新pip

python -m pip install --upgrade pip

2 安装you-get

2.1 用pip安装you-get

pip install you-get

2.2 查看you-get是否安装成功

you-get -V

3 you-get使用方法

3.1 直接下载视频

you-get+url(url为视频链接)

3.2 显示视频可供选择的清晰度、大小与格式等信息

you-get -i+url(url为视频链接)

3.3 批量下载视频列表

you-get  --playlist++url(url为视频链接)