mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:33:26 +00:00
Merge pull request #99 from TheScreechingBagel/patch-1
More old domain mentions
This commit is contained in:
@@ -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?
|
||||||
|
|
||||||
|
@@ -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
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:
|
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)
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user