From e0bb7d5a3010a0b2e8da699a02019b431be6a05a Mon Sep 17 00:00:00 2001 From: Screeching Bagel Date: Mon, 26 Feb 2024 01:02:48 -0800 Subject: [PATCH 1/4] Update 0.usage-on-x.md another mention --- .docs/content/2.essentials/0.usage-on-x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/content/2.essentials/0.usage-on-x.md b/.docs/content/2.essentials/0.usage-on-x.md index 5294be4..0c7443d 100644 --- a/.docs/content/2.essentials/0.usage-on-x.md +++ b/.docs/content/2.essentials/0.usage-on-x.md @@ -17,7 +17,7 @@ import { makeProviders, makeStandardFetcher, targets } from '@movie-web/provider const providers = makeProviders({ fetcher: makeStandardFetcher(fetch), - target: chooseYourself, // check out https://providers.docs.movie-web.app/essentials/targets + target: chooseYourself, // check out https://movie-web.github.io/providers/essentials/targets }) ``` From ad2ee21c00ac3993cf47a1641aa59bd1224235b0 Mon Sep 17 00:00:00 2001 From: Screeching Bagel Date: Mon, 26 Feb 2024 01:17:28 -0800 Subject: [PATCH 2/4] Update SECURITY.md (#1) updated the discord link, but the rest needs more thought --- .github/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index c8ee568..11b0a2a 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -11,4 +11,4 @@ Support is not provided for any forks or mirrors of movie-web. There are two ways you can contact the movie-web maintainers to report a vulnerability: - Email [security@movie-web.app](mailto:security@movie-web.app) - - Report the vulnerability in the [movie-web Discord server](https://discord.movie-web.app) + - Report the vulnerability in the [movie-web Discord server](https://discord.gg/gQYB6fGArX) From b5dcd7d1339333133fee8b7ee558b6e1b5cb1711 Mon Sep 17 00:00:00 2001 From: Screeching Bagel Date: Mon, 26 Feb 2024 01:18:53 -0800 Subject: [PATCH 3/4] Update 0.introduction.md (#2) another mention but i did take some liberty with that one --- .docs/content/1.get-started/0.introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/content/1.get-started/0.introduction.md b/.docs/content/1.get-started/0.introduction.md index eb21056..6807b20 100644 --- a/.docs/content/1.get-started/0.introduction.md +++ b/.docs/content/1.get-started/0.introduction.md @@ -2,7 +2,7 @@ ## What is `@movie-web/providers`? -`@movie-web/providers` is the soul of [movie-web.app](https://movie-web.app). It's a collection of scrapers of various streaming sites. It extracts the raw streams from those sites, so you can watch them without any extra fluff from the original sites. +`@movie-web/providers` is the soul of [movie-web](https://github.com/movie-web/movie-web). It's a collection of scrapers of various streaming sites. It extracts the raw streams from those sites, so you can watch them without any extra fluff from the original sites. ## What can I use this on? From 5df9123edb518c26bb3dc0315a2b1c0c1740ba70 Mon Sep 17 00:00:00 2001 From: Screeching Bagel Date: Mon, 26 Feb 2024 01:19:48 -0800 Subject: [PATCH 4/4] Update package.json (#3) anotherr mention --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b71320..df4367e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "bugs": { "url": "https://github.com/movie-web/providers/issues" }, - "homepage": "https://providers.docs.movie-web.app/", + "homepage": "https://movie-web.github.io/providers/", "scripts": { "build": "vite build && tsc --noEmit", "cli": "ts-node ./src/dev-cli/index.ts",