From e248b7b7eedbf89bc0719558ab97cbe5bb2cc62b Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:56:20 -0600 Subject: [PATCH] update domains --- README.md | 4 ++-- src/utils/proxy.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cb00d6..2e033af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @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. 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 - 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 diff --git a/src/utils/proxy.ts b/src/utils/proxy.ts index f83fe93..facabc6 100644 --- a/src/utils/proxy.ts +++ b/src/utils/proxy.ts @@ -4,7 +4,7 @@ import { Stream } from '@/providers/streams'; // Default proxy URL for general purpose proxying const DEFAULT_PROXY_URL = 'https://proxy.nsbx.ru/proxy'; // 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