const addon = manifest: id: 'my.stream.addon', version: '1.0.0', name: 'My Static Streams', resources: ['stream'], types: ['movie', 'series'], idPrefixes: ['tt'] // IMDB IDs , async get( type, id ) if (id === 'tt0111161') // The Shawshank Redemption return streams: [ url: 'https://example.com/video.mp4', title: 'HD' ] ;
Stremio provides a template: stremio-addon-sdk . Clone it or run: stremio addons
The most famous (and controversial) addons are the community-driven content providers: const addon = manifest: id: 'my
: You can browse the "Official" tab for standard services or the "Community" tab for third-party extensions. const addon = manifest: id: 'my.stream.addon'
Ознакомиться с условиями отключения рекламы можно здесь