mirror of
https://github.com/p-stream/providers.git
synced 2026-05-06 13:59:46 +00:00
update docs
This commit is contained in:
parent
09a28ebb75
commit
33903e2b00
3 changed files with 4 additions and 12 deletions
5
.github/SECURITY.md
vendored
5
.github/SECURITY.md
vendored
|
|
@ -2,14 +2,11 @@
|
|||
|
||||
## Supported Versions
|
||||
|
||||
The P-Stream maintainers only support the latest version of P-Stream published at https://pstream.mov.
|
||||
This published version is equivalent to the master branch.
|
||||
|
||||
Support is not provided for any forks or mirrors of P-Stream.
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
There are two ways you can contact the p-stream maintainers to report a vulnerability:
|
||||
Report an issue from Github issues or via email on Github.
|
||||
|
||||
- Report the vulnerability in the [p-stream Discord server](https://docs.pstream.mov/links/discord)
|
||||
- ~~Email [security@p-stream.app](mailto:security@p-stream.app)~~
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
# @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.
|
||||
|
||||
|
|
@ -13,7 +8,7 @@ features:
|
|||
- scrape popular streaming websites
|
||||
- works in both browser and server-side
|
||||
|
||||
Visit documentation here: https://providers.pstream.mov/
|
||||
Visit documentation here:
|
||||
|
||||
## How to run locally or test my changes
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ import { FeatureMap, flags } from '@/entrypoint/utils/targets';
|
|||
import { Stream } from '@/providers/streams';
|
||||
|
||||
// Default proxy URL for general purpose proxying
|
||||
const DEFAULT_PROXY_URL = 'https://proxy.nsbx.ru/proxy';
|
||||
const DEFAULT_PROXY_URL = 'https://proxy.example.com';
|
||||
// Default M3U8 proxy URL for HLS stream proxying
|
||||
let CONFIGURED_M3U8_PROXY_URL = 'https://proxy.pstream.mov';
|
||||
let CONFIGURED_M3U8_PROXY_URL = 'https://proxy.example.com';
|
||||
|
||||
/**
|
||||
* Set a custom M3U8 proxy URL to use for all M3U8 proxy requests
|
||||
|
|
|
|||
Loading…
Reference in a new issue