Providers and sources for P-Stream
Find a file
2023-09-10 21:50:26 +02:00
.docs Add documentation 2023-09-05 22:18:59 +02:00
.github doc deployment action 2023-09-05 22:24:45 +02:00
.vscode repo setup 2023-06-21 14:50:06 +02:00
examples add support for full url merging 2023-09-06 14:30:21 +02:00
src Add unit tests for body seralization 2023-09-10 21:50:26 +02:00
test add simply library tests + fix umd and cjs mixup bug + simplify library paths 2023-09-06 21:57:57 +02:00
.editorconfig repo setup 2023-06-21 14:50:06 +02:00
.eslintrc.js add simply library tests + fix umd and cjs mixup bug + simplify library paths 2023-09-06 21:57:57 +02:00
.gitattributes repo setup 2023-06-21 14:50:06 +02:00
.gitignore add test coverage util 2023-09-06 14:32:13 +02:00
.npmrc repo setup 2023-06-21 14:50:06 +02:00
.prettierrc repo setup 2023-06-21 14:50:06 +02:00
package-lock.json bump version and fix package types 2023-09-10 19:45:20 +02:00
package.json bump version and fix package types 2023-09-10 19:45:20 +02:00
README.md Add unit tests for body seralization 2023-09-10 21:50:26 +02:00
tsconfig.json fix build? 2023-09-06 19:43:45 +02:00
vite.config.js bump version and fix package types 2023-09-10 19:45:20 +02:00

@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 server-side

This package is still WIP

Todos:

  • add all real providers
  • make default fetcher maker thing work with both undici and node-fetch

Future todos:

  • docs: examples for nodejs + browser
  • docs: how to use + usecases
  • docs: examples for custom fetcher
  • docs: example with tmdb search
  • feature: choose an output environment (for browser or for native)
  • feature: flixhq show support