yt-dlp

简介

Command-line program to download videos from YouTube.com and other video sites.

安装

$ apt install yt-dlp ffmpeg
or
$ dnf install yt-dlp

使用

$ yt-dlp [OPTIONS] URL

可选参数:

  • --list-formats:列出可用的视频格式,如:分辨率

  • --cookies-from-browser chrome:加载 chrome 浏览器的 cookies

  • --cookies FILE:加载指定的 cookies

参考

https://github.com/yt-dlp/yt-dlp

Last updated

Was this helpful?