Skip to content

Commit cdbf8ac

Browse files
AaronDeimosgithub-actions[bot]
authored andcommitted
Manhuarm: fix blank text (#13861)
Manhuarmtl: fix blank text
1 parent 2175cc9 commit cdbf8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/all/manhuarm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
extClass = '.ManhuarmFactory'
44
themePkg = 'madara'
55
baseUrl = 'https://manhuarmtl.com'
6-
overrideVersionCode = 15
6+
overrideVersionCode = 16
77
isNsfw = true
88
}
99

src/all/manhuarm/src/eu/kanade/tachiyomi/extension/all/manhuarm/Manhuarm.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ class Manhuarm(
302302
.add("Cache-Control", "no-cache")
303303
.build()
304304

305-
val ocrData = Regex("""_0xdata\s*=\s*(\{.*?\});""")
305+
val ocrData = Regex("""_0x\w+\s*=\s*(\{.*?\});""")
306306
.find(document.html())
307307
?.groupValues
308308
?.get(1)

0 commit comments

Comments
 (0)