IRovedOut: fix regex
This commit is contained in:
parent
d65dce62ae
commit
932ce83b1c
|
@ -30,7 +30,7 @@ class IRovedOut : HttpSource() {
|
||||||
It updates in chunks anywhere between 3 and 30 pages long at least once a month.
|
It updates in chunks anywhere between 3 and 30 pages long at least once a month.
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
private val dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.US)
|
private val dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.US)
|
||||||
private val titleRegex = Regex("Book (\\d+): (?.+)")
|
private val titleRegex = Regex("Book (\\d+): (.+)")
|
||||||
|
|
||||||
override fun chapterListRequest(manga: SManga): Request = throw UnsupportedOperationException()
|
override fun chapterListRequest(manga: SManga): Request = throw UnsupportedOperationException()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue