mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-16 15:56:39 +00:00
disable gomovies
This commit is contained in:
parent
32e8bd39fa
commit
ecdc3a670e
1 changed files with 1 additions and 0 deletions
|
|
@ -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, '-')}`, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue