Spaces:
Paused
Paused
File size: 595 Bytes
ed280e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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 },
};
|