This commit is contained in:
jack 2023-11-30 23:49:59 +07:00
parent 05bf61a9bb
commit b9fd6d8a02
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -230,7 +230,7 @@ class KuramanimeProvider : MainAPI() {
private suspend fun fetchAuth(url: String) : Pair<String?,String?> {
val found = WebViewResolver(
Regex("""$mainUrl/\w{24,36}""")
Regex("""$mainUrl/(?!anime|assets|images)\w+""")
).resolveUsingWebView(
requestCreator(
"GET", url