mirror of
https://github.com/p-stream/providers.git
synced 2026-04-21 03:32:31 +00:00
disable gomovies
This commit is contained in:
parent
32e8bd39fa
commit
ecdc3a670e
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ export const goMoviesScraper = makeSourcerer({
|
||||||
id: 'gomovies',
|
id: 'gomovies',
|
||||||
name: 'GOmovies',
|
name: 'GOmovies',
|
||||||
rank: 60,
|
rank: 60,
|
||||||
|
disabled: true,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
async scrapeShow(ctx) {
|
async scrapeShow(ctx) {
|
||||||
const search = await ctx.proxiedFetcher(`/search/${ctx.media.title.replaceAll(/[^a-z0-9A-Z]/g, '-')}`, {
|
const search = await ctx.proxiedFetcher(`/search/${ctx.media.title.replaceAll(/[^a-z0-9A-Z]/g, '-')}`, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue