youtube-dl video download guide

A
list of supported video sites for downloading videos from youtube, bilibili and other sites : https://ytdl-org.github.io/youtube-dl/supportedsites.html

Official website: https://ytdl-org.github.io/youtube-dl/index.html

use

# 安装 # 需要有python
pip install youtube-dl

# 更新
pip install --upgrade youtube-dl

# 用法:
# 打开命令行,输入:“youtube-dl + 链接” 就可以了。
# 例如:视频页面是http://abc.com/xxx
youtube-dl http://abc.com/xxx

Guess you like

Origin blog.csdn.net/rentonhe/article/details/107469319