A Stremio addon that aggregates streams from various providers, bringing the capabilities of Nuvio providers to Stremio.
- Multiple stream providers
- Configurable scraper selection
- Support for Movies and TV Shows
-
Clone the repository:
git clone https://github.com/sagarchaulagai/multiscraper.git cd multiscraper -
Install dependencies:
npm install
-
Start the addon:
npm start
The addon will be available at
http://localhost:7000(or the configured port).
You can configure which scrapers to use by visiting the configuration page:
http://localhost:7000/configure
This project uses scrapers adapted from the tapframe/nuvio-providers repository. We gratefully acknowledge the work of the tapframe team and contributors for providing these reliable scraping modules.
GNU General Public License v3.0