mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update
This commit is contained in:
parent
3d6520cdef
commit
d69d3c9893
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 29
|
version = 30
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -241,7 +241,7 @@ class KuramanimeProvider : MainAPI() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun fetchAuth(url: String) : AuthParams {
|
private suspend fun fetchAuth(url: String) : AuthParams {
|
||||||
val regex = Regex("""$mainUrl/(?!anime|assets|images|misc|cf-fonts)\w+""")
|
val regex = Regex("""$mainUrl/(?!anime/|assets/|images/|misc/|cf-fonts/)\w+""")
|
||||||
val found = WebViewResolver(
|
val found = WebViewResolver(
|
||||||
Regex("""$url(?!\?page=)\?"""),
|
Regex("""$url(?!\?page=)\?"""),
|
||||||
additionalUrls = listOf(regex)
|
additionalUrls = listOf(regex)
|
||||||
|
|
Loading…
Reference in a new issue