All Projects → LussacZheng → Video Downloader Deploy

LussacZheng / Video Downloader Deploy

Video Downloaders (you-get, youtube-dl, annie) One-Click Deployment Batch. || 视频下载器 (you-get, youtube-dl, annie) 一键配置脚本。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Video Downloader Deploy

Preact Habitat
Zero configuration Preact widgets renderer in any host DOM
Stars: ✭ 444 (+149.44%)
Mutual labels:  portable, embed
Crunchyroll Downloader
A little GUI to download crap from crunchyroll.
Stars: ✭ 54 (-69.66%)
Mutual labels:  ffmpeg, youtube-dl
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+214.61%)
Mutual labels:  ffmpeg, youtube-dl
yayd
youtube-dl backend in Rust, aka youtube & co downloader
Stars: ✭ 32 (-82.02%)
Mutual labels:  ffmpeg, youtube-dl
Tagha
Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
Stars: ✭ 79 (-55.62%)
Mutual labels:  portable, embeddable
SharpGrabber
Download from YouTube, Vimeo, PornHub, HLS (M3U8 files) with .NET and JavaScript, Library and desktop app for downloading high quality media
Stars: ✭ 138 (-22.47%)
Mutual labels:  ffmpeg, youtube-dl
Youtube Fetcher
📺 Youtube Podcasting 🎧
Stars: ✭ 31 (-82.58%)
Mutual labels:  ffmpeg, youtube-dl
Gui-Youtube-dl
A cross platform GUI for youtube-dl written entirely in python using the WX library.
Stars: ✭ 60 (-66.29%)
Mutual labels:  ffmpeg, youtube-dl
Youtube Api
A way to host your own API that converts youtube video's to mp3/mp4 and returns a download/stream link and information.
Stars: ✭ 76 (-57.3%)
Mutual labels:  ffmpeg, youtube-dl
Fast Youtube To Mp3 Converter Api
Very Fast YouTube to MP3 & MP4 Converter API
Stars: ✭ 69 (-61.24%)
Mutual labels:  ffmpeg, youtube-dl
JJMumbleBot
A plugin-based All-In-One mumble bot solution in python 3.7+ with extensive features and support for custom plugins.
Stars: ✭ 40 (-77.53%)
Mutual labels:  ffmpeg, youtube-dl
Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+1062.92%)
Mutual labels:  ffmpeg, youtube-dl
yt-interval
Flask app to download YT videos in intervals. Eg. from start to 30 seconds: start-30
Stars: ✭ 47 (-73.6%)
Mutual labels:  ffmpeg, youtube-dl
Boram
🎞 Cross-platform graphical WebM converter
Stars: ✭ 312 (+75.28%)
Mutual labels:  ffmpeg, youtube-dl
youtube-play
🎵 A command-line utility which streams music from YouTube
Stars: ✭ 47 (-73.6%)
Mutual labels:  ffmpeg, youtube-dl
Mpv.net
🎞 mpv.net is a modern media player for Windows that works just like mpv.
Stars: ✭ 737 (+314.04%)
Mutual labels:  ffmpeg, youtube-dl
http
Tiny, embeddable HTTP client with simple API for the browser
Stars: ✭ 21 (-88.2%)
Mutual labels:  embeddable, embed
SponSkrub
Strip advertisements from downloaded YouTube videos
Stars: ✭ 156 (-12.36%)
Mutual labels:  ffmpeg, youtube-dl
Ydls
youtube-dl HTTP download and transcode service
Stars: ✭ 68 (-61.8%)
Mutual labels:  ffmpeg, youtube-dl
Live Dl
Download live streams from YouTube
Stars: ✭ 82 (-53.93%)
Mutual labels:  ffmpeg, youtube-dl

| Traditional Chinese |

视频下载器 一键配置脚本 (Windows)

language platform GitHub repo size version

快速配置和使用 You-Get , Youtube-dl , Annie , 和 FFmpeg 的一键配置脚本。

  • 无需安装 Python ,一键配置绿色便携版的 you-get , youtube-dl 。
  • 此绿色版基于 Python 的 embeddable 版。
  • 除了一键部署,后续 you-get, youtube-dl, annie 的更新同样一键完成。

使用方法

下载 一键配置脚本 (国内用户可以从 蓝奏网盘 下载)。解压并运行 Deploy.bat

演示动画 ( 2 min 52 s ) :
demo.gif

注意

  • 对于 Deploy.bat 所在的文件夹,
    • 只能整体移动或重命名整个文件夹,且文件夹名称和路径不应包含 [email protected]$;%^& 等特殊符号;
    • 配置完成后,你可以自行删除 res\download\ 目录下所有下载的文件,以节省储存空间;
    • 除了 Download\ 目录下所下载的视频文件,请勿随意改变里面的其他文件。
  • 如果脚本运行时出现问题(如 下载速度过慢 / 卡在 0%),请查阅 FAQ提交 Issue

FFmpeg

没有 FFmpeg 不影响视频下载,只影响分段视频的合并。

此绿色版默认不配置 FFmpeg 。若需要配置 FFmpeg ,请重新运行 Deploy.bat 并选择 配置 FFmpeg

别名 / alias

运行 Deploy.bat 并选择 别名管理 即可配置自定义别名。

在新增自定义别名之前,不妨先尝试 导入默认别名 ,然后打开启动脚本 下载视频.bat ,输入 open 并执行。

列举几个可能比较常用的别名作为参考:

别名 作用
open = explorer .\ 打开当前目录,即 Download 文件夹
proxy ≈ set HTTP(S)_PROXY=... 快速为当前 CMD 窗口启用/禁用代理 (proxy help)
yb = youtube-dl -f bestvideo+bestaudio 使用 youtube-dl 下载最佳清晰度
yf = youtube-dl --proxy socks5://127.0.0.1:10808 -F 使用 youtube-dl 查看所有可下载的清晰度,同时启用代理
ac = annie -c cookies.txt 使用 annie 下载并加载 cookies 文件
ygc = you-get -c cookies.txt 使用 you-get 下载并加载 cookies 文件
... ...

注意:自定义别名的命名,最好是英文字母、数字的组合。尽管可以包含横杠、下划线、或中文,但其至少应符合正则表达式 ^[\w\-\u4e00-\u9fa5]+$ ,尤其不应含有空格和上文提及的特殊符号。另外,别名切忌与命令相同,否则会导致无限循环调用。


其他

Git

如果你已经安装了 Git ,建议你通过 git clone 获取脚本文件,因为后续可以通过 git pull 更新脚本文件。

git clone https://github.com/LussacZheng/video-downloader-deploy.git

国内用户可以从 Gitee 镜像仓库 克隆。

git clone https://gitee.com/lussac/video-downloader-deploy.git

只有当你此前是通过 git clone 获取的脚本文件时,才可以通过 git pull 更新。

git pull

Source

  • 7za.exe

    Version:    v19.00
    MD5:        43141e85e7c36e31b52b22ab94d5e574
    Source:     https://sourceforge.net/projects/sevenzip/files/7-Zip/19.00/
    From:       "7z1900-extra.7z" \7za.exe
    
  • wget.exe

    Version:    v1.20.3 , win32
    MD5:        f8247397ae65792524d949c825969391
    Source:     http://www.gnu.org/software/wget/faq.html#download
                https://eternallybored.org/misc/wget/
    From:       "wget-1.20.3-win32.zip" \wget.exe
    
  • get-pip.py

    Version:    v19.2.2 (pip for bootstrap)
    MD5:        7f66b79bf181521f6851a75848aad8b2
    Source:     https://bootstrap.pypa.io/get-pip.py
    

License

Project License
you-get MIT License
youtube-dl The Unlicense
annie MIT License
FFmpeg Builds GPL 3.0
Python PSF LICENSE AGREEMENT

更多信息

查阅 Wiki 以了解更多信息。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].