A VidSRC extractor addon for Stremio that provides streaming links for movies and TV series.
StremSRC is a Stremio addon that extracts streaming sources from VidSRC, allowing you to watch movies and TV shows directly through Stremio. The addon scrapes available servers and provides playable stream URLs.
- Movie Support: Extract streams for movies using IMDB IDs
- TV Series Support: Extract streams for TV episodes using IMDB IDs with season/episode format
- Stremio Integration: Seamless integration with Stremio's interface
The addon is deployed and available at: https://stremsrc.theditor.xyz
To install in Stremio:
- Open Stremio
- Go to Settings → Addons
- Click "Add Addon"
- Enter:
https://stremsrc.theditor.xyz/manifest.json
- Click "Install"
- Clone this repository:
git clone git@github.com:ThEditor/stremsrc.git
cd stremsrc
- Install dependencies:
pnpm install
- Build the project:
pnpm run build
- Start the addon:
pnpm start
The addon will be available at http://localhost:56245
src/
├── addon.ts # Main addon configuration and stream handler
├── extractor.ts # VidSRC extraction logic and server processing
└── index.ts # HTTP server setup and entry point
The project includes vercel.json configuration for easy deployment to Vercel:
vercel --prod
Build the project and deploy the dist folder to any Node.js hosting platform.
Original extraction logic written by cool-dev-guy
This project is for educational purposes only. Please ensure compliance with applicable laws and terms of service when using streaming sources.