summaryrefslogtreecommitdiff
path: root/README.md
blob: fad6c2d1d48db861d900dbd5ef98e459954934da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Youtube-dl-as-a-Service

POC for youtube-dl-as-a-Service

## Usage

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.