mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-18 15:22:01 +00:00
enable gomovies
This commit is contained in:
parent
e58b6b64c2
commit
b804af5ab6
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ export const goMoviesScraper = makeSourcerer({
|
|||
name: 'GOmovies',
|
||||
rank: 60,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
disabled: true,
|
||||
async scrapeShow(ctx) {
|
||||
const search = await ctx.proxiedFetcher(`/search/${ctx.media.title.replaceAll(/[^a-z0-9A-Z]/g, '-')}`, {
|
||||
method: 'GET',
|
||||
|
|
|
|||
Loading…
Reference in a new issue