mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 02:53:25 +00:00
fix ranking
This commit is contained in:
@@ -11,7 +11,7 @@ const fileRegex = /file:"(.*?)"/g;
|
||||
export const fileMoonScraper = makeEmbed({
|
||||
id: 'filemoon',
|
||||
name: 'Filemoon',
|
||||
rank: 400,
|
||||
rank: 300,
|
||||
scrape: async (ctx) => {
|
||||
const embedRes = await ctx.proxiedFetcher<string>(ctx.url, {
|
||||
headers: {
|
||||
|
@@ -7,7 +7,7 @@ import { fileMoonScraper } from './index';
|
||||
export const fileMoonMp4Scraper = makeEmbed({
|
||||
id: 'filemoon-mp4',
|
||||
name: 'Filemoon MP4',
|
||||
rank: 500,
|
||||
rank: 400,
|
||||
scrape: async (ctx) => {
|
||||
const result = await fileMoonScraper.scrape(ctx);
|
||||
|
||||
|
Reference in New Issue
Block a user