diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-04-23 18:51:32 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-04-23 18:51:32 +0300 |
| commit | 6c8ce0dacde97db00d29b1b481e58fc938edf334 (patch) | |
| tree | f39fd1049a70d813e292bcac32f9acfc021600cf | |
| parent | c07c1b8416f7656e88c1671610cbbb0de51f2918 (diff) | |
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -4,9 +4,16 @@ POC for youtube-dl-as-a-Service ## Usage -Probably want to run this in a virtualenv: +Install the requirements, ideally inside a virtualenv: ```bash $ pip install -r requirements.txt +``` + +Run the server: + +```bash $ python yaas.py ``` + +Enjoy at [http://127.0.0.1:5000/](http://127.0.0.1:5000/). Files are saved locally on disk at `static/vids`. Totally unsecure; prone to abuse; use wisely. |
