Skip to content

Commit

Permalink
fu
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjohn committed Nov 30, 2023
1 parent 05bf61a commit b9fd6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KuramanimeProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 25
version = 26


cloudstream {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9fd6d8

Please sign in to comment.