mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 09:33:25 +00:00
disable gomovies
This commit is contained in:
@@ -18,6 +18,7 @@ export const goMoviesScraper = makeSourcerer({
|
||||
id: 'gomovies',
|
||||
name: 'GOmovies',
|
||||
rank: 60,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
async scrapeShow(ctx) {
|
||||
const search = await ctx.proxiedFetcher(`/search/${ctx.media.title.replaceAll(/[^a-z0-9A-Z]/g, '-')}`, {
|
||||
|
Reference in New Issue
Block a user