mirror of
https://github.com/p-stream/providers.git
synced 2026-04-21 03:32:31 +00:00
disable gomovies
This commit is contained in:
parent
4f490dd8f1
commit
d5d735d089
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue