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:
@@ -14,6 +14,7 @@ export const goMoviesScraper = makeSourcerer({
|
|||||||
name: 'GOmovies',
|
name: 'GOmovies',
|
||||||
rank: 110,
|
rank: 110,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
|
disabled: true,
|
||||||
async scrapeShow(ctx) {
|
async scrapeShow(ctx) {
|
||||||
const search = await ctx.proxiedFetcher<string>(`/ajax/search`, {
|
const search = await ctx.proxiedFetcher<string>(`/ajax/search`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
Reference in New Issue
Block a user