mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:33:25 +00:00
disable gomovies
This commit is contained in:
@@ -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, '-')}`, {
|
||||||
|
Reference in New Issue
Block a user