You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
cmd/ytsflix | 3 years ago | |
engine | 3 years ago | |
handler | 3 years ago | |
images | 5 years ago | |
static | 5 years ago | |
templates | 5 years ago | |
youtube | 3 years ago | |
ytsclient | 3 years ago | |
.gitignore | 3 years ago | |
Dockerfile | 3 years ago | |
Makefile | 3 years ago | |
README.md | 5 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
ytsflix.iml | 5 years ago |
README.md
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