Providers and sources for P-Stream
Find a file
mrjvs 9ad12286ae
Update .docs/content/2.essentials/4.using-streams.md
Co-authored-by: Jip Frijlink <jipfrijlink@gmail.com>
2023-12-29 17:41:29 +01:00
.docs Update .docs/content/2.essentials/4.using-streams.md 2023-12-29 17:41:29 +01:00
.github Merge branch 'dev' into better-int-testing 2023-09-28 18:54:12 +01:00
.vscode
examples
src Write more documentation 2023-12-29 16:59:30 +01:00
tests Fix browser integration test 2023-12-25 01:18:05 +01:00
.editorconfig
.eslintrc.js Add builder for adding custom sources 2023-12-25 01:00:19 +01:00
.gitattributes
.gitignore Added source testing script 2023-09-25 18:50:56 -04:00
.npmrc
.prettierrc
LICENSE Create LICENSE 2023-12-23 23:24:29 +01:00
package-lock.json Check browser compile compatibility in integration tests 2023-12-24 18:02:56 +01:00
package.json Bump version 2023-12-29 17:34:25 +01:00
README.md Update readme 2023-12-29 17:24:34 +01:00
tsconfig.json Add type checking in build step 2023-12-24 19:45:43 +01:00
vite.config.js

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