Go to file
Adphi 1fd24d0536 refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
cmd/ytsflix refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
engine refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
handler refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
images Fix logging level, improved README.md 2018-11-04 16:39:38 +01:00
static Improved annimations 2018-11-04 19:00:15 +01:00
templates Improved annimations 2018-11-04 19:00:15 +01:00
youtube refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
ytsclient refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
.gitignore refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
Dockerfile refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
Makefile refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
README.md Fix logging level, improved README.md 2018-11-04 16:39:38 +01:00
go.mod refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
go.sum refactor, bypass dns filtering using google dns, yts host resolution using qwant 2020-05-31 15:54:24 +02:00
ytsflix.iml init 2018-11-04 15:58:15 +01:00

README.md

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