Browse Source

refactor(kissasian): change rank

pull/333/head
Jordaar 3 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";
registerProvider({ registerProvider({
id: "kissasian", id: "kissasian",
displayName: "KissAsian", displayName: "KissAsian",
rank: 10000, rank: 130,
type: [MWMediaType.MOVIE, MWMediaType.SERIES], type: [MWMediaType.MOVIE, MWMediaType.SERIES],
async scrape({ media, episode, progress }) { async scrape({ media, episode, progress }) {
@ -89,8 +89,6 @@ registerProvider({
?.getAttribute("src"); ?.getAttribute("src");
if (!streamsbUrl) throw new Error("Streamsb embed not found"); if (!streamsbUrl) throw new Error("Streamsb embed not found");
console.log(streamsbUrl);
return { return {
embeds: [ embeds: [
{ {

Loading…
Cancel
Save