Update 9GoalProvider.kt

This commit is contained in:
Zaw 2022-11-28 21:57:40 +03:00 committed by GitHub
parent 312bb6eced
commit 2061b4c55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class NineGoal : MainAPI() {
else -> Qualities.Unknown.value
}
}
val language = it.name?.replace(""" \(.*""", "") ?: ""
val language = it.name?.replace(""" \(.*""".toRegex(), "") ?: ""
val brokenDomain = "canyou.letmestreamyou.net"
if(it.url.toString().startsWith("https://$brokenDomain")) {
mapOf(