All Projects → develon2015 → Youtube Dl Rest

develon2015 / Youtube Dl Rest

Youtube & BiliBili 视频在线解析下载 -- Website for download the Youtube & BiliBili videos.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Youtube Dl Rest

Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+6664.05%)
Mutual labels:  bilibili, youtube, download
Alltube
Web GUI for youtube-dl
Stars: ✭ 1,925 (+695.45%)
Mutual labels:  download, youtube
Bilibiliupload
Stream download and upload, not only for bilibili.
Stars: ✭ 232 (-4.13%)
Mutual labels:  bilibili, download
Mediaunlock test
流媒体解锁检测
Stars: ✭ 121 (-50%)
Mutual labels:  bilibili, youtube
Essential Youtube
An experimental UI for YouTube.
Stars: ✭ 99 (-59.09%)
Mutual labels:  youtube, website
Youtubedownloader
Downloads videos and playlists from YouTube
Stars: ✭ 2,202 (+809.92%)
Mutual labels:  download, youtube
Android Youtubemp3
Download videos as mp3 directly from Youtube Android App
Stars: ✭ 124 (-48.76%)
Mutual labels:  download, youtube
Firedm
python open source (Internet Download Manager) with multi-connections, high speed engine, based on python, LibCurl, and youtube_dl https://github.com/firedm/FireDM
Stars: ✭ 977 (+303.72%)
Mutual labels:  download, youtube
Downline
Free cross-platform desktop app to download videos and music from YouTube and many other sites
Stars: ✭ 146 (-39.67%)
Mutual labels:  download, youtube
Java Youtube Downloader
Simple, almost zero-dependency java parser for retrieving youtube video metadata
Stars: ✭ 160 (-33.88%)
Mutual labels:  download, youtube
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (-30.17%)
Mutual labels:  download, youtube
Youtube explode dart
Port of YoutubeExplode to dart
Stars: ✭ 76 (-68.6%)
Mutual labels:  download, youtube
Spotify Onthego
Download Spotify playlists by searching for audio files on YouTube
Stars: ✭ 66 (-72.73%)
Mutual labels:  download, youtube
Anydlbot
An Open Source GPLv3 All-In-One Telegram Bot
Stars: ✭ 236 (-2.48%)
Mutual labels:  download, youtube
Yaydl
yet another youtube down loader (Git mirror)
Stars: ✭ 45 (-81.4%)
Mutual labels:  download, youtube
Youtubeexplode
The ultimate dirty YouTube library
Stars: ✭ 1,775 (+633.47%)
Mutual labels:  download, youtube
Comen
📺直播用弹幕栏【原bilichat】
Stars: ✭ 581 (+140.08%)
Mutual labels:  bilibili, youtube
Alltomp3 App
Download and Convert YouTube, SoundCloud & Spotify in MP3 with full tags (title, artist, genre, cover, lyrics 🔥)
Stars: ✭ 920 (+280.17%)
Mutual labels:  download, youtube
Youtube Projects
This repository contains all the code I use in my YouTube tutorials.
Stars: ✭ 144 (-40.5%)
Mutual labels:  youtube, website
Ytdl
Get youtube video download url
Stars: ✭ 185 (-23.55%)
Mutual labels:  download, youtube

Youtube-dl-REST

通过本项目,您可以搭建一个网页,快速下载您中意的Youtube视频。 在线地址:https://y2b.123345.xyz

安装

1.安装Node.js

以Ubuntu为例,使用snapd安装:

sudo apt install -y snapd

sudo snap install core
sudo snap install node --classic --channel=14

node -v

2.安装youtube-dlFFmpeg

确保youtube-dl命令和ffmpeg命令可用:

sudo youtube-dl -U
ffmpeg -version

3.克隆本项目

克隆之后使用npm安装依赖模块:

git clone https://github.com/develon2015/Youtube-dl-REST.git
cd Youtube-dl-REST
npm install

4.启动项目

您最好在screen或tmux中运行:

npm start

更新记录

展开
很久之前
  1. 使用Kotlin实现了master分支
过了一段时间
  1. 使用Node.js重构

  2. 自动清理空间

  3. 支持视频标题作为文件名

  4. 添加黑名单, 以及Cookies, 避免Youtube 429响应

后来
  1. 添加外挂字幕下载功能
  2. 支持解析BiliBili
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].