Providers and sources for P-Stream
Find a file
Pas b3084e8418
Some checks failed
Publish docs / Build (push) Has been cancelled
Publish docs / Deploy (push) Has been cancelled
rip
2026-03-05 13:14:38 -07:00
.docs add MKV feature flag 2026-01-27 12:52:05 -07:00
.github Update docs.yml 2026-03-05 11:15:30 -07: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 rip 2026-03-05 13:14:38 -07:00
tests add top level flags to MakeEmbed and run prettier 2025-12-06 21:37:09 -07:00
.editorconfig repo setup 2023-06-21 14:50:06 +02:00
.eslintrc update deps, migrate to pnpm 2024-03-29 21:23:32 +01:00
.gitattributes repo setup 2023-06-21 14:50:06 +02:00
.gitignore Bring public providers more inline with private providers 2025-12-09 23:30:18 -07:00
.npmrc repo setup 2023-06-21 14:50:06 +02:00
.prettierrc add top level flags to MakeEmbed and run prettier 2025-12-06 21:37:09 -07:00
LICENSE Update LICENSE 2025-10-06 12:54:19 -06:00
package-lock.json Refactoring to try to align to codebase 2025-12-10 03:01:09 +02:00
package.json Add support for HTTPS proxy in fetch requests 2025-12-25 18:02:44 +02:00
pnpm-lock.yaml Add support for HTTPS proxy in fetch requests 2025-12-25 18:02:44 +02:00
README.md Update documentation link in README 2026-03-05 11:35:11 -07:00
tsconfig.json update deps, migrate to pnpm 2024-03-29 21:23:32 +01:00
vite.config.ts fix vercel build 2025-04-29 19:12:42 -06:00

@p-stream/providers

package that holds all providers of P-Stream. Feel free to use for your own projects.

features:

  • scrape popular streaming websites
  • works in both browser and server-side

Visit documentation here: https://p-stream.github.io/providers/

How to run locally or test my changes

These topics are also covered in the documentation