test ChillxExtractor.kt

This commit is contained in:
Dark25 2024-10-03 02:12:51 +01:00 committed by GitHub
parent 57e54ca357
commit 2140803795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,5 +85,4 @@ class ChillxExtractor(private val client: OkHttpClient, private val headers: Hea
@SerialName("chillx") val keys: List<String>
)
}
class ErrorLoadingException(message: String) : Exception(message)