Spaces:
Paused
Paused
module.exports = { | |
id: "org.community.YourIPTV", | |
version: "2.0.5", | |
name: "HY EPG IPTV", | |
logo: "./assets/logo.png", // Local logo | |
description: "This addon brings all the Live Streams, VOD streams and Series from your IPTV subscription to your Stremio using Xtream API and supports IMDb IDs.", | |
types: ["movie", "series", "tv", "channel"], | |
background: "./assets/background.jpg", // Local background | |
resources: ["movie", "series", "tv"], | |
catalogs: [], | |
idPrefixes: ["yiptv:", "tt"], | |
behaviorHints: { configurable: true, configurationRequired: true }, | |
}; | |