JonnoFTW / bootleg-youtube-premium

I don't like paying $15 a month to listen to youtube videos with my phone locked

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootleg-Youtube-Premium

I don't like paying $15 a month to listen to youtube videos with my phone locked. Bootleg-Youtube-Premium integrates iOS shortcuts, a remote apache server and the python youtube-dl library to give you "most" of the youtube premium features at a fraction of the price.

Server-Side installation

sudo apt install apache2 youtube-dl 
git clone https://github.com/NotJoeMartinez/bootleg-youtube-premium
cd bootleg-youtube-premium 
chmod +x dl_script.py sync.sh
pip3 install -r requirements.txt
sudo mkdir /var/www/html/videos

iOS installation

You'll need to use the shortcuts app for this. It has a feature that allows you to run scripts over ssh.

im1

About

I don't like paying $15 a month to listen to youtube videos with my phone locked


Languages

Language:Python 77.3%Language:HTML 20.6%Language:Shell 2.1%