mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-26 16:51:51 +01:00
refactor(kissasian): change rank
This commit is contained in:
parent
f6b830d06d
commit
58ca372a49
@ -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({
|
||||
?.getAttribute("src");
|
||||
if (!streamsbUrl) throw new Error("Streamsb embed not found");
|
||||
|
||||
console.log(streamsbUrl);
|
||||
|
||||
return {
|
||||
embeds: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user