mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-18 15:22:01 +00:00
Merge pull request #99 from TheScreechingBagel/patch-1
More old domain mentions
This commit is contained in:
commit
f8f0d4696a
4 changed files with 4 additions and 4 deletions
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
})
|
||||
```
|
||||
|
||||
|
|
|
|||
2
.github/SECURITY.md
vendored
2
.github/SECURITY.md
vendored
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue