mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-09 11:10:48 +00:00
fix ranking
This commit is contained in:
parent
f34580978b
commit
394d740fa0
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue