https://github.com/rainmark/simplemediadownloader
Simple Media Downloader
https://github.com/rainmark/simplemediadownloader
Last synced: about 1 year ago
JSON representation
Simple Media Downloader
- Host: GitHub
- URL: https://github.com/rainmark/simplemediadownloader
- Owner: RainMark
- License: mit
- Archived: true
- Created: 2017-10-11T07:21:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T03:32:36.000Z (over 2 years ago)
- Last Synced: 2025-03-30T12:23:02.388Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://localhost:10086/
- Size: 660 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
---
