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.
 
 
 
 
Adphi 1fd24d0536 refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
cmd/ytsflix refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
engine refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
handler refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
images Fix logging level, improved README.md 5 years ago
static Improved annimations 5 years ago
templates Improved annimations 5 years ago
youtube refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
ytsclient refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
.gitignore refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
Dockerfile refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
Makefile refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
README.md Fix logging level, improved README.md 5 years ago
go.mod refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
go.sum refactor, bypass dns filtering using google dns, yts host resolution using qwant 3 years ago
ytsflix.iml init 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.

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