An open API service indexing awesome lists of open source software.

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

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

![Preview](https://cdn.discordapp.com/attachments/626449728988774401/1081980411577651380/image.png)

## 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