Skip to content

Commit

Permalink
more readme stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJoeMartinez committed May 10, 2021
1 parent 951ead2 commit c08895b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 32 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ I don't like paying $15 a month to listen to youtube videos with my phone locked
## Server-Side installation

```bash
apt install youtube-dl nginx php

https://github.com/NotJoeMartinez/bootleg-youtube-Premium

rm /var/www/html/*.html
mkdir /var/www/html/movies/

mv bootleg-youtube-Premium/html/index.php /var/www/html/

systemctl start nginx
sudo apt install apache2 youtube-dl
git clone https://github.com/NotJoeMartinez/bootleg-youtube-premium
cd bootleg-youtube-premium
pip3 install -r requirements.txt
sudo mkdir /var/www/html/videos
```

## iOS installation
Expand Down
20 changes: 0 additions & 20 deletions dl_script.sh

This file was deleted.

13 changes: 13 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo apt update
sudo apt upgrade
sudo apt install apache2 youtube-dl

cd ~
git clone https://github.com/NotJoeMartinez/bootleg-youtube-premium
cd bootleg-youtube-premium

pip3 install -r requirements.txt

sudo mkdir /var/www/html/videos


4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
click==7.1.2
Flask==1.1.2
itsdangerous==1.1.0
Jinja2==2.11.3
MarkupSafe==1.1.1
numpy==1.20.2
pandas==1.2.4
python-dateutil==2.8.1
pytz==2021.1
six==1.16.0
Werkzeug==1.0.1
youtube-dl==2021.4.26
4 changes: 2 additions & 2 deletions sync.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mv webapp/videos/*.mp4 /var/www/webapp/videos/
mv webapp/index.html /var/www/webapp/
mv webapp/videos/*.mp4 /var/www/html/videos/
mv webapp/*.html /var/www/html/
systemctl reload apache2

0 comments on commit c08895b

Please sign in to comment.