possibly added mal sync

This commit is contained in:
KillerDogeEmpire 2023-02-04 18:09:25 -08:00
parent 127f77131b
commit 1f255e555f
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 4
version = 5
cloudstream {

View File

@ -223,7 +223,6 @@ class AllAnimeProvider : MainAPI() {
val script = soup.select("script").firstOrNull {
it.html().contains("window.__NUXT__")
} ?: return null
val js = """
const window = {}
${script.html()}