cmd | ||
handler | ||
images | ||
static | ||
templates | ||
vendor | ||
youtube | ||
ytsclient | ||
.gitignore | ||
Dockerfile | ||
Makefile | ||
README.md | ||
ytsflix.iml |
YTSFlix (WIP)
YTSFlix is web app that allow you to browse YTS.am content, watch trailers and stream Torrent with available subtitles.
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