https://github.com/lucascompython/downtube
This is Tauri App with NextJs that downloads (and or convert) Youtube videos
https://github.com/lucascompython/downtube
rust tauri
Last synced: 9 months ago
JSON representation
This is Tauri App with NextJs that downloads (and or convert) Youtube videos
- Host: GitHub
- URL: https://github.com/lucascompython/downtube
- Owner: lucascompython
- License: gpl-3.0
- Created: 2023-02-20T00:44:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T17:25:47.000Z (about 3 years ago)
- Last Synced: 2025-01-05T09:28:28.301Z (about 1 year ago)
- Topics: rust, tauri
- Language: Python
- Homepage:
- Size: 1.09 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](client/src-tauri-local/src/main.rs) dependencies that takes approximately 160mb of space and another that works with a [SERVER](client/src-tauri-server/src/main.rs) that has the dependencies, so no depencies in the client, approximately 3mb of space.
The [server](server/main.py) was only tested on Linux, but it should work on Windows and Mac too.
Didn't test anything on Mac.
## Preview

## Build It
```bash
git clone https://github.com/lucascompython/downtube.git
cd downtube
python3 build.py -h
```
## TODO
- [X] 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