You-Get--基于Python3的开源网络视频下载工具

    xiaoxiao2021-03-25  71

    GitHubYou-Get–基于Python3的开源网络视频下载工具AderXCoding/system/tools/you-get

    本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可, 转载请注明出处, 谢谢合作

    1 You-Get 介绍


    You-Get 是一个基于 Python 3 的下载工具. 使用 You-Get 可以很轻松的下载到网络上的视频、图片及音乐

    目前 You-Get 支持的站点达到了71个, 囊括了国外的 Youtube、 Vimeo 、 Tumblr 、 Instagram 等以及国内的爱奇艺、优酷、乐视、哔哩哔哩等.

    项目主页 : https://github.com/soimort/you-get

    You-Get主页 : https://you-get.org/

    2 You-Get 安装


    安装 You-Get 需要安装如下依赖包

    Python 3FFmpeg (强烈推荐) or Libav(可选) RTMPDump

    2.1 通过pip安装


    you-get 可从 PyPI 镜像中通过 pip 包管理器安装.

    pip3 install you-get

    2.2 使用预装包(仅供Windows)


    从https://github.com/soimort/you-get/releases/latest 下载对应版本的二进制包来安装

    #Windows wget https://github.com/soimort/you-get/releases/download/v0.4.652/you-get-0.4.652-win32.exe

    2.3 通过GitHub下载源码安装


    您可选择稳定版 (与PyPI最新版等同) 或 开发版 (更多的热补丁与不稳定功能)的you-get. 解压并将含有you-get的目录加入PATH.

    #直接下载源码 wget https://github.com/soimort/you-get/archive/master.zip

    或者, 运行

    git clone git://github.com/soimort/you-get.git

    然后编译安装

    将目录加入 PATH, 或运行 make install 以安装you-get 于永久路径.

    make install

    3 升级


    考虑到 you-get 安装方法之差异, 请使 :

    pip3 install --upgrade you-get

    或下载最新更新:

    you-get https://github.com/soimort/you-get/archive/master.zip

    4 You-Get 使用


    使用方法很简单, 只需要输入

    you-get 视频--URL

    据官方介绍, You-Get支持下载包括Youtube在内的70余家视频网站, 其中还有有丰富技术视频教程的Khan Academy、InfoQ.

    MPV 使用 you-get 在线看视频

    you-get -p mpv http://www.bilibili.com/video/av3458634/

    下载的视频可以使用 ffmpeg 来合并视频, 参见使用 you-get 或 youtube-dl 下载优酷/土豆/爱奇艺高清视频,FFmpeg 合并视频

    5 参考内容


    You-Get 中文说明 Wiki

    使用 you-get 或 youtube-dl 下载优酷/土豆/爱奇艺高清视频,FFmpeg 合并视频

    mpv + you-get 是在线看视频的神器

    You-Get 官网

    (侵删)转载

    转载请注明原文地址: https://ju.6miu.com/read-35634.html

    最新回复(0)