fix ranking

This commit is contained in:
Exodus-MW 2024-04-17 19:46:28 +05:30
parent f34580978b
commit 394d740fa0
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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);