Youtube-dl 的安装和使用
[latexpage] 安装 linux 或者 macos 下 pip3 install youtube-dl 或者 brew install youtube-dl 使用 youtube-dl --proxy socks5://127.0.0.1:1080 -l "https://www.youtube.com/playlist?list=xxxxxxxxxxxxxxxxxxxxxxxx…
[latexpage] 安装 linux 或者 macos 下 pip3 install youtube-dl 或者 brew install youtube-dl 使用 youtube-dl --proxy socks5://127.0.0.1:1080 -l "https://www.youtube.com/playlist?list=xxxxxxxxxxxxxxxxxxxxxxxx…
youtube-dl 的安装和使用 [latexpage] 安装 linux 或者 macos 下 pip3 install youtube-dl 或者 brew install youtube-dl 使用 youtube-dl --proxy socks5://127.0.0.1:1080 -l "https://www.youtube.com/playlist?list=xxxxxx…
安装 #linux 或者 macos 下 pip3 install youtube-dl 使用 youtube-dl --proxy socks5://127.0.0.1:1080 -l "https://www.youtube.com/playlist?list=xxxxxxxxxxxxxxxxxxxxxxxxxxxx" 其中,--proxy 是通过代理,通常采用ss指定的本地sock5端口来…
安装ffmpeg pip3 install ffmpy3 pip3 install you-get 使用you-get you-get -i <url> # 查看可以下载的各种格式 # 推荐下载第一种1080p的格式 更多用法,诸如下载播放列表和通过代理下载等,参考官方网站 https://you-get.org/ 比如代理 you-get -s 127.0.0.1:1080 http…