you-get命令行视频下载工具
you-get介绍 一、安装 更多方式请参考you-get GitHub主页 环境依赖 以下为必要配置: Python 3.5 或更高版本 FFmpeg 1.0 或更高版本 (可选) RTMPDump 方法 1: 通过 pip 安装(Mac/Windows) 首先配置python3环境,然后通过pip命令直接安装you-get,如果电脑只有python3一个版本,则使用pip install you-get即可,如果有python2,则使用pip3命令,即pip3 install you-get The official release of you-get is distributed on PyPI, and can be installed easily from a PyPI mirror via the pip package manager. Note that you must use the Python 3 version of pip: pip3 install you-get 方法 2: Homebrew (Mac only) You can install you-get easily via: ...