Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/p410n3/YDL-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
p410n3 committed May 3, 2018
2 parents 748ee84 + f8c921e commit 90a0c1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ So use with care!
# Todo

Before the next big update drops (v1.5) I have following things on my todo list:
- A fully working progress bar
- ~~A fully working progress bar~~ substituded with liveExec() ✔ done
- Download as .zip
- More specific file types
- FE fixes and navbar ✔ done
- better password hashing

# Installation

You need:
- Linux / Unix Webserver with PHP (windows not tested)
- The command ~~popen~~ ``` exec ``` cant be blacklisted (Apache does this by default IIRC)
- The command ```popen``` and / or ``` exec ``` cant be blacklisted (Apache does this by default IIRC)
- youtube-dl installed:
```
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
Expand Down

0 comments on commit 90a0c1f

Please sign in to comment.