mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +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',
|
||||
rank: 110,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
disabled: true,
|
||||
async scrapeShow(ctx) {
|
||||
const search = await ctx.proxiedFetcher<string>(`/ajax/search`, {
|
||||
method: 'POST',
|
||||
|
|
|
|||
Loading…
Reference in a new issue