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