From b18a193211cc74407e6fc5317cd70c243ed230fc Mon Sep 17 00:00:00 2001
From: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Fri, 21 Nov 2025 11:05:29 -0700
Subject: [PATCH] updates
---
pages/client/deploy.mdx | 6 ++++++
pages/client/introduction.mdx | 7 ++++++-
pages/extra/selfhost.mdx | 2 +-
pages/instances.mdx | 2 +-
pages/links/weblate.tsx | 2 +-
5 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/pages/client/deploy.mdx b/pages/client/deploy.mdx
index d7f0c6a..7429435 100644
--- a/pages/client/deploy.mdx
+++ b/pages/client/deploy.mdx
@@ -2,6 +2,12 @@
title: 'Deploy'
---
+
+ Most sources marked with π₯ or π€ are only available on https://pstream.mov
+
+ Selfhosting is only recommended if you use the extension or are experienced in developing your own scrapers!
+
+
# Deploying the client
## Method 1 - Cloudflare Pages (Best host)
diff --git a/pages/client/introduction.mdx b/pages/client/introduction.mdx
index 2b74702..52c60a5 100644
--- a/pages/client/introduction.mdx
+++ b/pages/client/introduction.mdx
@@ -2,12 +2,17 @@
title: 'Introduction'
---
+
### Self Hosters READ:
-Most sources marked with π₯ or π€ are only avaliable on https://pstream.org
+Most sources marked with π₯ or π€ are only available on https://pstream.mov
+
+Selfhosting is only recommended if you use the extension or are experienced in developing your own scrapers!
+
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.
+
# Introduction to the client
diff --git a/pages/extra/selfhost.mdx b/pages/extra/selfhost.mdx
index b13b03c..db61c02 100644
--- a/pages/extra/selfhost.mdx
+++ b/pages/extra/selfhost.mdx
@@ -72,7 +72,7 @@
* Replace `YourPasswordHere` with your secure database password.
* Generate a strong session secret and replace `32CharacterLongStringHere`.
* Replace `TMDBReadAPIKey` with your api key learn more [here](../client/tmdb.mdx).
- * replace `yourDomainHere` with whatever you'll be using to access your main site, like pstream.org
+ * replace `yourDomainHere` with whatever you'll be using to access your main site, like pstream.mov
* replace `meta__name` and `meta__description`
diff --git a/pages/instances.mdx b/pages/instances.mdx
index 2ee3e16..792def1 100644
--- a/pages/instances.mdx
+++ b/pages/instances.mdx
@@ -15,7 +15,7 @@ This page showcases P-Stream instances hosted by the community.
| Site | Host | Stats |
| :------------------------------------------- | :----------------- | :------- |
-| [pstream](https://pstream.org) | Pas | πΎπ±ββ |
+| [pstream](https://pstream.mov) | Pas | πΎπ±ββ |
| [movies.levrx.de](https://movies.levrx.de) | levrx | πΎπ±β |
| [movies.samj.app](https://movies.samj.app) | Samj | πΎπ±β
| [sudo-flix.nl](https://sudo-flix.nl/) | Chargonium | πΎπ± |
diff --git a/pages/links/weblate.tsx b/pages/links/weblate.tsx
index 2206740..2274eea 100644
--- a/pages/links/weblate.tsx
+++ b/pages/links/weblate.tsx
@@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
const redirectTitle = 'Weblate';
-const redirectUrl = 'https://weblate.pstream.org/projects/p-stream/p-stream';
+const redirectUrl = 'https://weblate.pstream.mov/projects/p-stream/p-stream';
export default function WeblateRedirect() {
const [countdown, setCountdown] = useState(5);