Skip to content

Commit

Permalink
installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJoeMartinez committed May 8, 2021
1 parent f99c941 commit cd0572f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# ios-youtube-dl
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

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

rm /var/www/html/*.html

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

systemctl start nginx
```

![im1](imgs/img1.jpg)
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>Bootleg Youtube-Premium </title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}

</style>
</head>
<body>
<h1>Bootleg Youtube-Premium<h1>

<video width="500" height="500" controls>
<source src="movie.mp4" type="video/mp4">
</video>

</body>
</html>

0 comments on commit cd0572f

Please sign in to comment.