Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 322 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 322 Bytes

Electron Youtube-dl

What you need (On PATH or in same directory)

  • youtube-dl
  • ffmpeg / ffprobe

How to run?

  1. git clone
  2. npm install
  3. npm run dev

Install youtube-dl

pip install -r requirements.txt

or on mac

brew install youtube-dl

Install ffmpeg

on mac

brew install ffmpeg