diff --git a/src/providers/sources/gomovies/index.ts b/src/providers/sources/gomovies/index.ts index 5b8fb32..419efba 100644 --- a/src/providers/sources/gomovies/index.ts +++ b/src/providers/sources/gomovies/index.ts @@ -18,6 +18,7 @@ export const goMoviesScraper = makeSourcerer({ id: 'gomovies', name: 'GOmovies', rank: 60, + disabled: true, flags: [flags.CORS_ALLOWED], async scrapeShow(ctx) { const search = await ctx.proxiedFetcher(`/search/${ctx.media.title.replaceAll(/[^a-z0-9A-Z]/g, '-')}`, {