Stremio Addons

beta
Ytztvio

Ytztvio

Stremio Wrapper for YTS and EZTV Torrents

Documentation

Ytztvio

Ytztvio is a Stremio Add-on that wraps around the APIs of YTS and EZTV to provide torrent streams for movies and TV shows.

Features

  • Fetch movie torrents from YTS by IMDb ID.
  • Fetch TV show torrents from EZTV by IMDb ID, season, and episode.
  • Fully compatible with the Stremio Add-on system.
  • Lightweight and easy to deploy.

📦 Deploy with Docker

[https://hub.docker.com/r/jarvisnexus/ytztvio] (Ytztvio - Docker)

Docker Compose

name: 'ytztvio'
version: '3'
services:
  app:
    build:
      context: .
      dockerfile: Dockerfile
    image: jarvisnexus/ytztvio:latest
    container_name: ytztvio
    ports:
      - "3000:80"
    environment:
      - PORT=80
      - EZTV_API_BASE_URL=https://eztvx.to
      - YTS_API_BASE_URL=https://yts.mx
    restart: always

Docker cli

docker run -d \
  --name ytztvio \
  -p 3000:80 \
  -e PORT=80 \
  -e EZTV_API_BASE_URL=https://eztvx.to \
  -e YTS_API_BASE_URL=https://yts.mx \
  --restart always \
  jarvisnexus/ytztvio:latest

🛠 Environment Variables

Variable Name Default Value Description
YTS_API_BASE_URL https://yts.mx Base URL for the YTS API.
EZTV_API_BASE_URL https://eztvx.to Base URL for the EZTV API.
PORT 3000 Port number for the server.

Additional Information

Submitted By

jarvisnexus

Version

1.0.0

Developed By

Unknown

Language

Multilingual

Submitted On

Last Updated

Status

Checking

We value your privacy

This site uses cookies to improve your browsing experience and show personalized content.

Ytztvio - Stremio Addons