Update MegaCloudExtractor.kt
This commit is contained in:
parent
7b0a463cdc
commit
3433d4a58e
1 changed files with 1 additions and 3 deletions
|
@ -48,8 +48,6 @@ class MegaCloudExtractor(
|
|||
private const val PREF_KEY_KEY = "megacloud_key_"
|
||||
private const val PREF_KEY_DEFAULT = "[[0, 0]]"
|
||||
|
||||
private val FIX_SUBTITLE_REGEX = Regex("""${'$'}(\n{2,})(?!\d+:\d+(?:\.\d+)?\s-+>\s\d+:\d+(?:\.\d+)?)""", RegexOption.MULTILINE)
|
||||
|
||||
private inline fun <reified R> runLocked(crossinline block: () -> R) = runBlocking(Dispatchers.IO) {
|
||||
MUTEX.withLock { block() }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue