No description
Find a file
2025-06-12 20:56:50 +00:00
.github/workflows
src refactor: separate handlers and extractors 2025-06-12 20:56:50 +00:00
.editorconfig
.gitattributes
.gitignore
.release-please-manifest.json chore(release): release v0.28.0 (#134) 2025-06-11 20:48:00 +00:00
CHANGELOG.md chore(release): release v0.28.0 (#134) 2025-06-11 20:48:00 +00:00
Dockerfile chore(deps): update node.js to v22.16.0 (#72) 2025-05-22 04:47:48 +00:00
eslint.config.mjs
jest.config.ts test: enable new globalsCleanup 2025-06-12 09:27:17 +02:00
jest.setup.ts test: use snapshots, also use fixtures for axios errors 2025-05-21 20:37:35 +00:00
LICENSE.txt
package-lock.json chore(deps): update jest monorepo to v30 2025-06-12 09:27:17 +02:00
package.json chore(deps): update jest monorepo to v30 2025-06-12 09:27:17 +02:00
README.md
release-please-config.json
renovate.json
tsconfig.dev.json chore: use tsconfig base for node 22 2025-06-03 14:54:05 +00:00
tsconfig.json chore: use tsconfig base for node 22 2025-06-03 14:54:05 +00:00

WebStreamr

Tests GitHub release GitHub License

Stremio add-on which provides HTTP URLs from streaming websites.

Public instance

A public instance is available at https://webstreamr.hayd.uk. Hosting infrastructure for this instance is donated by ElfHosted, and independently maintained by Hayduk.

Hosting

Don't want to use the public instance, or concerned about reliability during periods of high use? It's open-source, you can host it yourself!

ElfHosted (easy mode)

Self-hosting to stressful? ElfHosted offer ready-to-go, turn-key WebStreamr instances with $1, 7-day trials. Additionally, 33% of your subscription directly supports your developer! ❤️

(ElfHosted also offer advanced private hosting of the top Stremio Addons, as well as turn-key bundles providing streaming from RealDebrid with Plex, Emby, or Jellyfin)

Self-Hosting

You can build an image using the Dockerfile and run it.

Alternatively, you can also start WebStreamr directly via

npm install
npm run build
npm start