mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
fix rank error
This commit is contained in:
parent
209f32faac
commit
9e19982c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const referer = 'https://ridomovies.tv/';
|
|||
export const ridooScraper = makeEmbed({
|
||||
id: 'ridoo',
|
||||
name: 'Ridoo',
|
||||
rank: 105,
|
||||
rank: 121,
|
||||
async scrape(ctx) {
|
||||
const res = await ctx.proxiedFetcher<string>(ctx.url, {
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue