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
- Host: GitHub
- URL: https://github.com/esaum10/savetube
- Owner: EsauM10
- Created: 2024-10-28T00:42:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T21:55:26.000Z (over 1 year ago)
- Last Synced: 2025-02-09T22:28:31.879Z (over 1 year ago)
- Topics: downloader, electron, ffmpeg, react, youtube
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.python.org/downloads/release/python-31013/)
# 
This is a Python + React + Vite desktop app made with [Oxygenio](https://github.com/EsauM10/oxygenio).

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