不要看这个文档
install
brew install youtube-dl
-F 查看类型
youtube-dl -F https://www.youtube.com/playlist?list=PL54cajc78e_S8g1Ow2r3epz9GfDLu6iKT
-h 下载, 22在上一个命令得到
youtube-dl -f 22 https://www.youtube.com/playlist?list=PL54cajc78e_S8g1Ow2r3epz9GfDLu6iKT
如果URL是一个列表,那-f会下载整个列表
代理
youtube-dl -F --proxy 127.0.0.1:1087 https://www.youtube.com/playlist\?list\=PL54cajc78e_S8g1Ow2r3epz9GfDLu6iKTa
m3u8下载
youtube-dl https://mooc2vod.stu.126.net/nos/hls/2018/09/01/1010470543_afa270559b4a48b9be0642560db474f1_hd.m3u8
重命名
youtube-dl -o"%(playlist_index)s-%(title)s.%(ext)s" <playlist_link>