An open API service indexing awesome lists of open source software.

https://github.com/marutypes/youtube-downloader

Just a little scamp of an app for downloading MP3s from a certain video platform.
https://github.com/marutypes/youtube-downloader

Last synced: 3 months ago
JSON representation

Just a little scamp of an app for downloading MP3s from a certain video platform.

Awesome Lists containing this project

README

        

# Youtube Downloader

This is just a little NextJS app using [ytdl-core](https://www.npmjs.com/package/ytdl-core) and [fluent-ffmpeg](https://www.npmjs.com/package/fluent-ffmpeg) to download youtube videos.

## Prod deployment

You can try it out on the [production deployment](https://youtube-downloader-flame.vercel.app/)

## Running locally

- clone the repo
- `npm install`
- `npm run dev`
- visit `localhost:3000`
- now you can use the service from your own PC!