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