fix(tr/hdfilmcehennemi): Update baseUrl + add a new extractor (#2884)

This commit is contained in:
Claudemirovsky
2024-02-08 10:46:14 -03:00
committed by GitHub
parent 6486f5c9b8
commit 5d62c958cf
9 changed files with 82 additions and 79 deletions

View File

@ -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