disable gomovies

This commit is contained in:
TPN
2024-04-01 16:13:39 +00:00
parent 32e8bd39fa
commit ecdc3a670e

View File

@@ -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, '-')}`, {