Skip to content

Youtube视频在线解析下载 -- Youtube download website, download Youtube videos online.

Notifications You must be signed in to change notification settings

10362227/Youtube-dl-REST

 
 

Repository files navigation

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/10362227/Youtube-dl-REST.git
cd Youtube-dl-REST
npm install

4.启动项目

您最好在screen或tmux中运行:

npm start

About

Youtube视频在线解析下载 -- Youtube download website, download Youtube videos online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • HTML 32.0%
  • CSS 3.4%