mirror of
https://github.com/p-stream/providers.git
synced 2026-04-21 06:12:24 +00:00
update domains
This commit is contained in:
parent
7ace80fc20
commit
e248b7b7ee
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# @p-stream/providers
|
# @p-stream/providers
|
||||||
|
|
||||||
READ: Most sources marked with 🔥 or 🤝 are only avaliable on https://pstream.org
|
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.
|
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.
|
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.
|
||||||
|
|
@ -12,7 +12,7 @@ features:
|
||||||
- scrape popular streaming websites
|
- scrape popular streaming websites
|
||||||
- works in both browser and server-side
|
- works in both browser and server-side
|
||||||
|
|
||||||
Visit documentation here: https://sussy-code.github.io/providers/
|
Visit documentation here: https://providers.pstream.mov/
|
||||||
|
|
||||||
## How to run locally or test my changes
|
## How to run locally or test my changes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import { Stream } from '@/providers/streams';
|
||||||
// Default proxy URL for general purpose proxying
|
// Default proxy URL for general purpose proxying
|
||||||
const DEFAULT_PROXY_URL = 'https://proxy.nsbx.ru/proxy';
|
const DEFAULT_PROXY_URL = 'https://proxy.nsbx.ru/proxy';
|
||||||
// Default M3U8 proxy URL for HLS stream proxying
|
// Default M3U8 proxy URL for HLS stream proxying
|
||||||
let CONFIGURED_M3U8_PROXY_URL = 'https://proxy2.pstream.org';
|
let CONFIGURED_M3U8_PROXY_URL = 'https://proxy2.pstream.mov';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set a custom M3U8 proxy URL to use for all M3U8 proxy requests
|
* Set a custom M3U8 proxy URL to use for all M3U8 proxy requests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue