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.
- Host: GitHub
- URL: https://github.com/marutypes/youtube-downloader
- Owner: marutypes
- Created: 2023-03-25T05:44:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T06:42:24.000Z (about 2 years ago)
- Last Synced: 2025-01-29T21:49:56.029Z (5 months ago)
- Language: JavaScript
- Homepage: https://youtube-downloader-flame.vercel.app
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!