disable gomovies

This commit is contained in:
Ciarands 2024-03-28 21:51:12 +00:00
parent 4f490dd8f1
commit d5d735d089

View file

@ -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<string>(`/ajax/search`, {
method: 'POST',