Providers and sources for P-Stream
Find a file
Pas e6b1a7ada8 Bring public providers more inline with private providers
Adds a few more sources and brings some features and functions over. Of course many sources and embeds have been left our so they don't get patched. But this should make some development eaiser.
2025-12-09 23:30:18 -07:00
.docs fix docs 2025-12-08 10:03:58 -07:00
.github add top level flags to MakeEmbed and run prettier 2025-12-06 21:37:09 -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 Bring public providers more inline with private providers 2025-12-09 23:30:18 -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 Bring public providers more inline with private providers 2025-12-09 23:30:18 -07:00
pnpm-lock.yaml Bring public providers more inline with private providers 2025-12-09 23:30:18 -07:00
README.md add top level flags to MakeEmbed and run prettier 2025-12-06 21:37:09 -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

READ: Most sources marked with 🔥 or 🤝 are only avaliable on https://pstream.mov

Because these scrapers are getting harder and harder to maintain, as they get patched. We need to close-source them. This is unfortunate, but it's the reality of the pirating scene. Sites that we scrape are blocking us, and we keep losing them. Fortunately, P-Stream has partnered with many people who offered their services on the site. You are still free to self-host; several sources are still usable, with more open-source ones coming soon. If you have experience coding, this is a great oppurtunity to develop your own scrapers.

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://providers.pstream.mov/

How to run locally or test my changes

These topics are also covered in the documentation