mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
Providers and sources for P-Stream
| .github | ||
| .vscode | ||
| docs | ||
| src | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.js | ||
@movie-web/providers
package that holds all providers of movie-web. Feel free to use for your own projects.
features:
- scrape popular streaming websites
- works in both browser and NodeJS server
- choose between all streams or non-protected stream (for browser use)
This package is still WIP
TODO documentation: examples for nodejs + browser
TODO documentation: how to use + usecases
TODO documentation: examples on how to make a custom fetcher
TODO functionality: running individual scrapers
TODO functionality: running all scrapers
TODO functionality: choose environment (for browser, for native)
TODO functionality: show which types are supported for scraper in meta
TODO content: add all scrapers/providers
TODO tests: add tests