yt-dlp升级

4 年 ago jony yt-dlp升级已关闭评论

yt-dlp查看当前版本:

#yt-dlp -U

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

用python3安装的参考:

https://github.com/yt-dlp/yt-dlp/wiki/Installation#with-pip

#python3 -m pip install --no-deps -U yt-dlp

用pip安装的:

# pip install --no-deps -U yt-dlp
Requirement already satisfied: yt-dlp in /usr/local/lib/python3.8/site-packages (2023.1.6)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip available: 22.2.2 -> 23.0
[notice] To update, run: pip install --upgrade pip