Go to file
lonelil 92db2c1c3f
remove removeBadUrlParams
2024-03-31 16:43:28 +08:00
.docs Bump version, add changelog and reordered providers 2024-03-29 16:51:57 +01:00
.github Update discord link in SECURITY.MD 2024-02-29 23:04:31 +00: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 remove removeBadUrlParams 2024-03-31 16:43:28 +08: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 Merge branch 'movie-web:dev' into primewire 2024-03-26 16:15:55 -05: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 docs links in README.md 2024-02-25 17:33:53 -08:00
package-lock.json Bump version, add changelog and reordered providers 2024-03-29 16:51:57 +01:00
package.json Bump version, add changelog and reordered providers 2024-03-29 16:51:57 +01:00
tsconfig.json Add type checking in build step 2023-12-24 19:45:43 +01:00
vite.config.js add basic categories to tests 2024-01-17 17:18:12 +01: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://movie-web.github.io/providers/

How to run locally or test my changes

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