2023-11-20 15:49:51 -06:00
|
|
|
# Univerter
|
2023-08-15 09:01:25 -05:00
|
|
|
|
2024-07-29 21:33:02 -05:00
|
|
|
A web downloader for Youtube videos. It can be found at https://univerter.dev
|
2023-08-15 09:01:25 -05:00
|
|
|
|
2024-07-29 21:59:18 -05:00
|
|
|
Currently only supporting Youtube, and not many formats. For old Univerter, which supports a variety of sites, visit https://legacy.univerter.dev.
|
2024-01-11 11:33:16 -06:00
|
|
|
|
2023-11-20 15:49:51 -06:00
|
|
|
# Installation
|
2023-08-21 11:46:48 -05:00
|
|
|
|
2024-01-29 08:41:14 -06:00
|
|
|
## Node
|
2023-08-24 11:00:33 -05:00
|
|
|
|
2024-07-29 21:33:02 -05:00
|
|
|
### 1. Install Dependancies
|
|
|
|
Always make sure your dependencies are up to date! Univerter's dependencies may change from time to time.
|
2023-11-30 13:33:41 -06:00
|
|
|
- [ffmpeg](https://github.com/FFmpeg/FFmpeg)
|
|
|
|
- [node](https://github.com/nodejs/node)
|
|
|
|
- [npm](https://github.com/npm/cli)
|
2023-11-20 15:49:51 -06:00
|
|
|
|
2024-07-29 21:33:02 -05:00
|
|
|
### 2. Clone the repository
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git clone https://git.viois.gay/violet/Univerter
|
|
|
|
cd Univerter
|
|
|
|
```
|
|
|
|
|
|
|
|
### 3. Download NodeJS Dependencies
|
2023-08-24 11:00:33 -05:00
|
|
|
|
|
|
|
```bash
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
2023-11-20 15:52:23 -06:00
|
|
|
## Starting it
|
2023-08-24 11:00:33 -05:00
|
|
|
|
|
|
|
```bash
|
|
|
|
npm start
|
|
|
|
```
|
|
|
|
|
|
|
|
# Environment Variables
|
2023-08-23 11:35:10 -05:00
|
|
|
|
2024-07-29 21:33:02 -05:00
|
|
|
`PORT`= [Preffered Port] (Default is port 8080)
|
2024-01-29 10:43:28 -06:00
|
|
|
|
|
|
|
# To-Do
|
2024-02-01 13:17:02 -06:00
|
|
|
- [ ] Save settings (per session)
|
2024-01-29 11:06:44 -06:00
|
|
|
- [ ] Advanced options menu
|
2024-02-01 13:17:02 -06:00
|
|
|
- [ ] Add option for subtitles to file
|
2024-01-29 11:06:44 -06:00
|
|
|
- [ ] Video Searching
|