14 lines
470 B
Markdown
14 lines
470 B
Markdown
# Youtube Web Downloader
|
|
|
|
Download youtube videos via a website interface. Makes it easier for everyone.
|
|
|
|
## Installation / Usage
|
|
1) Install `ffmpeg` and `yt-dlp`. (Make sure they are on `$PATH`)
|
|
2) Clone, build, and run this project.
|
|
|
|
## Notes / TODOs
|
|
* You need to be on the nightly channel of rust, at least for right now.
|
|
* Make sure you open the firewall for the http connections to the selected port (default `3000`)
|
|
|
|
![Screenshot](./screenshot.png "Screenshot")
|