Update 9GoalProvider.kt

This commit is contained in:
Zaw 2022-11-28 21:57:13 +03:00 committed by GitHub
parent 66193de869
commit 312bb6eced
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(" \(.*".toRegex(), "") ?: ""
val language = it.name?.replace(""" \(.*""", "") ?: ""
val brokenDomain = "canyou.letmestreamyou.net"
if(it.url.toString().startsWith("https://$brokenDomain")) {
mapOf(