AllAnime: New server (#1510)

This commit is contained in:
Secozzi
2023-04-18 12:40:28 +02:00
committed by GitHub
parent 216bdf6ae9
commit beb84f33b8
5 changed files with 51 additions and 18 deletions

View File

@ -9,6 +9,8 @@ class OkruExtractor(private val client: OkHttpClient) {
private fun fixQuality(quality: String): String {
val qualities = listOf(
Pair("ultra", "2160p"),
Pair("quad", "1440p"),
Pair("full", "1080p"),
Pair("hd", "720p"),
Pair("sd", "480p"),