mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-27 23:41:49 +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({
|
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…
Reference in New Issue
Block a user