Providers and sources for sudo-flix
Find a file
2023-09-05 20:57:10 +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 unit tests for provider checks, provider listings, utils and provider meta 2023-09-05 20:57:10 +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
package-lock.json Fix build 2023-08-27 20:47:48 +02:00
package.json Fix build 2023-08-27 20:47:48 +02:00
README.md fix flixhq scraper and organize todos 2023-08-27 20:57:24 +02:00
tsconfig.json Fix build 2023-08-27 20:47:48 +02:00
vite.config.js Fix build 2023-08-27 20:47:48 +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 tests (integration, unit tests)
  • running individual scrapers
  • finish fetchers:
    • make baseUrl param work
    • proper serialization (with content-type headers) for standard fetcher
    • automatically parse json
  • error logging for failed scrapers
  • make the lib not compile into one file, keep dependency structure

Future todos:

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