Go to file
mrjvs 59b2aa22f7 running sources/embeds + media input 2023-08-25 22:29:50 +02:00
.github Add repo meta files 2023-08-23 17:56:03 +02:00
.vscode repo setup 2023-06-21 14:50:06 +02:00
docs running sources/embeds + media input 2023-08-25 22:29:50 +02:00
src running sources/embeds + media input 2023-08-25 22:29:50 +02:00
.editorconfig repo setup 2023-06-21 14:50:06 +02:00
.eslintrc.js fix some type errors 2023-06-21 15:17:54 +02:00
.gitattributes repo setup 2023-06-21 14:50:06 +02:00
.gitignore repo setup 2023-06-21 14:50:06 +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 running sources/embeds + media input 2023-08-25 22:29:50 +02:00
package-lock.json repo setup 2023-06-21 14:50:06 +02:00
package.json remove tslint 2023-06-21 15:39:20 +02:00
tsconfig.json update more configs and stuff 2023-06-21 15:12:45 +02:00
vite.config.js fix some type errors 2023-06-21 15:17:54 +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 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