An open API service indexing awesome lists of open source software.

https://github.com/rainmark/simplemediadownloader

Simple Media Downloader
https://github.com/rainmark/simplemediadownloader

Last synced: about 1 year ago
JSON representation

Simple Media Downloader

Awesome Lists containing this project

README

          

## Simple Media Downloader

- Install

```bash
$ git clone https://github.com/RainMark/SimpleMediaDownloader.git
$ cd SimpleMediaDownloader/docker/
$ ./build.sh
```

- Running

```bash
$ docker run -dt --rm --name dl -p 10086:80 simple-media-dl entry.sh --server localhost
```

- [http://127.0.0.1:10086](http://127.0.0.1:10086)

---