Skip to content

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

Notifications You must be signed in to change notification settings

NotJoeMartinez/bootleg-youtube-premium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootleg-Youtube-Premium

img

https://youtu.be/hxSG5vPsVnA

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 yt-dlp
systemctl start apache2
systemctl enable apache2
ufw allow 80
ufw allow 443
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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published