Go to file
mrjvs ac3dfb98e1
Update src/runners/runner.ts
Co-authored-by: Jip Frijlink <jipfrijlink@gmail.com>
2023-12-29 21:01:18 +01:00
.docs Update docs 2023-12-29 20:46:03 +01:00
.github Merge branch 'dev' into better-int-testing 2023-09-28 18:54:12 +01: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 Update src/runners/runner.ts 2023-12-29 21:01:18 +01:00
tests Fix browser integration test 2023-12-25 01:18:05 +01:00
.editorconfig repo setup 2023-06-21 14:50:06 +02:00
.eslintrc.js Add builder for adding custom sources 2023-12-25 01:00:19 +01:00
.gitattributes repo setup 2023-06-21 14:50:06 +02:00
.gitignore Added source testing script 2023-09-25 18:50:56 -04:00
.npmrc repo setup 2023-06-21 14:50:06 +02:00
.prettierrc repo setup 2023-06-21 14:50:06 +02:00
LICENSE Create LICENSE 2023-12-23 23:24:29 +01:00
README.md Update readme 2023-12-29 17:24:34 +01:00
package-lock.json Check browser compile compatibility in integration tests 2023-12-24 18:02:56 +01:00
package.json Fix 4k for febbox 2023-12-29 20:32:24 +01:00
tsconfig.json Add type checking in build step 2023-12-24 19:45:43 +01: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

Visit documentation here: https://providers.docs.movie-web.app/

How to run locally or test my changes

These topics are also covered in the documentation, read about it here.