fix(tr/hdfilmcehennemi): Update baseUrl + add a new extractor (#2884)
This commit is contained in:
@ -58,7 +58,7 @@ object Unpacker {
|
||||
}
|
||||
}
|
||||
|
||||
private val wordRegex by lazy { Regex("""\w+""") }
|
||||
private val wordRegex by lazy { Regex("""[0-9A-Za-z]+""") }
|
||||
|
||||
private fun parseRadix62(str: String): Int {
|
||||
var result = 0
|
||||
|
Reference in New Issue
Block a user