mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:53:24 +00:00
enable gomovies
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user