2024-05-08 20:00:00 +00:00
|
|
|
# Youtube Web Downloader
|
2024-05-08 15:48:05 +00:00
|
|
|
|
2024-05-08 20:00:00 +00:00
|
|
|
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`)
|
2024-05-08 21:16:50 +00:00
|
|
|
2) Clone, build, and run this project.
|
2024-05-08 20:00:00 +00:00
|
|
|
|
|
|
|
## Notes / TODOs
|
2024-05-08 21:16:50 +00:00
|
|
|
* 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`)
|