Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 678 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 678 Bytes

Youtube-Downloader

Huzzah! Here's a simple electron app for downloading youtube videos as mp3's and performing bulk edits on mp3 metadata.

It's served me well so far. Cat Empire, The Happy Fits, and Vampire Weekend now get to be a little bit closer to my heart.

See my writeup for notes on the development process.

Instructions

  • Download repo
  • Have node js installed and npm installed
  • install ffmpeg on your computer (with linux, that's sudo apt-get install ffmpeg)
  • run npm install in the main folder
  • run npm start to launch
  • stop complaining that it's not packaged into a native app. Give it time