Go to file
mrjvs de63979e4d add docs 2023-09-27 19:00:40 +02:00
.docs add docs 2023-09-27 19:00:40 +02:00
.github doc deployment workflow 2023-09-14 21:13:44 +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 stream targets 2023-09-10 23:52:51 +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
README.md Add stream targets 2023-09-10 23:52:51 +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
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

README.md

@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:

  • make default fetcher maker thing work with both undici and node-fetch