Merge pull request #99 from TheScreechingBagel/patch-1

More old domain mentions
This commit is contained in:
William Oldham
2024-02-26 09:24:43 +00:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
## What is `@movie-web/providers`? ## 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? ## What can I use this on?

View File

@@ -17,7 +17,7 @@ import { makeProviders, makeStandardFetcher, targets } from '@movie-web/provider
const providers = makeProviders({ const providers = makeProviders({
fetcher: makeStandardFetcher(fetch), 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
}) })
``` ```

2
.github/SECURITY.md vendored
View File

@@ -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: 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) - 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)

View File

@@ -32,7 +32,7 @@
"bugs": { "bugs": {
"url": "https://github.com/movie-web/providers/issues" "url": "https://github.com/movie-web/providers/issues"
}, },
"homepage": "https://providers.docs.movie-web.app/", "homepage": "https://movie-web.github.io/providers/",
"scripts": { "scripts": {
"build": "vite build && tsc --noEmit", "build": "vite build && tsc --noEmit",
"cli": "ts-node ./src/dev-cli/index.ts", "cli": "ts-node ./src/dev-cli/index.ts",