enable gomovies

This commit is contained in:
TPN 2024-04-01 11:40:45 +00:00
parent e58b6b64c2
commit b804af5ab6
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ export const goMoviesScraper = makeSourcerer({
name: 'GOmovies', name: 'GOmovies',
rank: 60, rank: 60,
flags: [flags.CORS_ALLOWED], flags: [flags.CORS_ALLOWED],
disabled: true,
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, '-')}`, {
method: 'GET', method: 'GET',