YTSFlix_Go/README.md

495 B

YTSFlix (WIP)

YTSFlix is web app that allow you to browse YTS.am content, watch trailers and stream Torrent with available subtitles.

Home Movie

Install with Docker

docker pull adphi/ytsflix
docker run -d --name ytsflix -v ytsflix:/downloads -e LOG_LEVEL=DEBUG -p 8080:8080 adphi/ytsflix

The app will be available at http://localhost:8080

Build

make build

Run tests

make tests