Skip to content

Commit 49fefb0

Browse files
authored
Update kimcartoon.li.js
1 parent 804dc97 commit 49fefb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repo/kimcartoon.li.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==MiruExtension==
22
// @name KimCartoon
3-
// @version v0.0.1
3+
// @version v0.0.2
44
// @author OshekharO
55
// @lang en
66
// @license MIT
@@ -79,7 +79,7 @@ export default class extends Extension {
7979

8080
episodes.push({
8181
name,
82-
url: "https://kimcartoon.li" + url + "&s=sw",
82+
url: "https://kimcartoon.li" + url + "&s=vm",
8383
});
8484
}
8585

@@ -103,7 +103,7 @@ export default class extends Extension {
103103
},
104104
});
105105

106-
const dwishLink = res.match(/https:\/\/kswplayer\.info\/e\/[^\s'"]+/);
106+
const dwishLink = res.match(/https:\/\/vidmoly\.to\/[^\s'"]+/);
107107

108108
const dwishLinkRes = await this.request("", {
109109
headers: {

0 commit comments

Comments
 (0)