mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:33:26 +00:00
enable gomovies
This commit is contained in:
@@ -19,7 +19,6 @@ export const goMoviesScraper = makeSourcerer({
|
|||||||
name: 'GOmovies',
|
name: 'GOmovies',
|
||||||
rank: 60,
|
rank: 60,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
disabled: true,
|
|
||||||
async scrapeShow(ctx) {
|
async scrapeShow(ctx) {
|
||||||
const search = await ctx.proxiedFetcher(`/search/${ctx.media.title.replaceAll(/[^a-z0-9A-Z]/g, '-')}`, {
|
const search = await ctx.proxiedFetcher(`/search/${ctx.media.title.replaceAll(/[^a-z0-9A-Z]/g, '-')}`, {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
|
Reference in New Issue
Block a user