Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.23 KB

This is Tauri App with NextJs that downloads (and or convert) Youtube videos

Description

There are two versions of the app, one that has the LOCAL dependencies that takes approximately 160mb of space and another that works with a SERVER that has the dependencies, so no depencies in the client, approximately 3mb of space.
The server was only tested on Linux, but it should work on Windows and Mac too.
Didn't test anything on Mac.

Preview

Preview

Build It

git clone https://github.com/lucascompython/downtube.git
cd downtube
python3 build.py -h

TODO

  • Update the UI with some more information about the video
  • Fix server version information fetching, it's locked when downloading because of Mutex
  • Fix local version terminal opens when downloading and fetching information on Windows
  • Add playlist support
  • Maybe add mobile support with Tauri 2.0