diff --git a/src/providers/sources/gomovies/index.ts b/src/providers/sources/gomovies/index.ts index 9bec3e0..495c548 100644 --- a/src/providers/sources/gomovies/index.ts +++ b/src/providers/sources/gomovies/index.ts @@ -14,6 +14,7 @@ export const goMoviesScraper = makeSourcerer({ name: 'GOmovies', rank: 110, flags: [flags.CORS_ALLOWED], + disabled: true, async scrapeShow(ctx) { const search = await ctx.proxiedFetcher(`/ajax/search`, { method: 'POST',