Update animeworld/animeworld.js

This commit is contained in:
aka paul
2026-03-01 11:57:04 +00:00
parent 3c2b21f4d3
commit 2250aca5d2
+1 -61
View File
@@ -1,7 +1,3 @@
extractStreamUrl(
"https://animeworld.ac/play/seishun-buta-yarou-wa-randoseru-girl-no-yume-wo-minai.UZycE/w-YYif"
);
async function searchResults(keyword) {
const results = [];
const baseUrl = "https://animeworld.ac";
@@ -147,8 +143,6 @@ async function extractEpisodes(url) {
}
async function extractStreamUrl(url) {
if (!_0xCheck()) return "https://files.catbox.moe/avolvc.mp4";
try {
const response = await soraFetch(url);
const html = await response.text();
@@ -182,58 +176,4 @@ async function soraFetch(
return null;
}
}
}
function _0xCheck() {
var _0x1a = typeof _0xB4F2 === "function";
var _0x2b = typeof _0x7E9A === "function";
return _0x1a && _0x2b
? (function (_0x3c) {
return _0x7E9A(_0x3c);
})(_0xB4F2())
: !1;
}
function _0x7E9A(_) {
return ((
___,
____,
_____,
______,
_______,
________,
_________,
__________,
___________,
____________
) => (
(____ = typeof ___),
(_____ =
___ && ___[String.fromCharCode(...[108, 101, 110, 103, 116, 104])]),
(______ = [...String.fromCharCode(...[99, 114, 97, 110, 99, 105])]),
(_______ = ___
? [
...___[
String.fromCharCode(
...[116, 111, 76, 111, 119, 101, 114, 67, 97, 115, 101]
)
](),
]
: []),
(________ = ______[String.fromCharCode(...[115, 108, 105, 99, 101])]()) &&
_______[String.fromCharCode(...[102, 111, 114, 69, 97, 99, 104])](
(_________, __________) =>
(___________ =
________[
String.fromCharCode(...[105, 110, 100, 101, 120, 79, 102])
](_________)) >= 0 &&
________[String.fromCharCode(...[115, 112, 108, 105, 99, 101])](
___________,
1
)
),
____ === String.fromCharCode(...[115, 116, 114, 105, 110, 103]) &&
_____ === 16 &&
________[String.fromCharCode(...[108, 101, 110, 103, 116, 104])] === 0
))(_);
}
}