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

https://github.com/esaum10/savetube

Oxygenio desktop app for downloading youtube videos
https://github.com/esaum10/savetube

downloader electron ffmpeg react youtube

Last synced: 3 months ago
JSON representation

Oxygenio desktop app for downloading youtube videos

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-31013/)

# ![savetube](https://github.com/user-attachments/assets/c83dcf60-8a7c-427d-8e9e-1c144565a1a8)
This is a Python + React + Vite desktop app made with [Oxygenio](https://github.com/EsauM10/oxygenio).

![app](https://github.com/user-attachments/assets/e92d9916-6e5b-4e7c-a1fa-e13a24d2b1a3)

## Requirements
> [!IMPORTANT]
> Before using SaveTube, FFmpeg must be installed and accessible via the $PATH environment variable.

* [FFmpeg](https://www.ffmpeg.org/download.html)

## Building (Windows only)
Clone this repository:
```
git clone https://github.com/EsauM10/savetube.git
```

Change the directory to `~/savetube` and install Oxygenio:
```
pip install -r requirements.txt
```

Build the executable with:
```
oxygen build
```

The executable file can be found in the `/dist` folder.