kendoodoo / tuberepair-python

Custom backend server written in python, for the TubeRepair tweak by bag.xml
GNU General Public License v3.0
10 stars 6 forks source link
invidious tuberepair youtube

TubeRepair server, using Flask and Jinja2.

Current servers (Thanks for the hosting!):

Features

In the future

Setup

Make sure you have Python (3.8 minimum) and virtualenv (optional) installed.

# Download
git clone https://github.com/kendoodoo/tuberepair-python
cd tuberepair-python

# Preparing virtualenv
# You can just skip to pip, but for good measures.
virtualenv tuberepair
source tuberepair/bin/activate
pip install -r requirements.txt

# Running
python main.py

Credits

Contributors

Code

I will not copy code that explicitly states "do not modify".