Browse Source

refactor(kissasian): change rank

pull/333/head
Jordaar 2 years ago
parent
commit
58ca372a49
  1. 4
      src/backend/providers/kissasian.ts

4
src/backend/providers/kissasian.ts

@ -8,7 +8,7 @@ const kissasianBase = "https://kissasian.li"; @@ -8,7 +8,7 @@ const kissasianBase = "https://kissasian.li";
registerProvider({
id: "kissasian",
displayName: "KissAsian",
rank: 10000,
rank: 130,
type: [MWMediaType.MOVIE, MWMediaType.SERIES],
async scrape({ media, episode, progress }) {
@ -89,8 +89,6 @@ registerProvider({ @@ -89,8 +89,6 @@ registerProvider({
?.getAttribute("src");
if (!streamsbUrl) throw new Error("Streamsb embed not found");
console.log(streamsbUrl);
return {
embeds: [
{

Loading…
Cancel
Save