Fix errors (#898)
* Cleared some text and changed base domain * Fix error (Illegal Escape)
This commit is contained in:
@ -80,7 +80,7 @@ class OtakuDesu : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
|||||||
(epsNum.isNotEmpty()) -> epsNum.toFloat()
|
(epsNum.isNotEmpty()) -> epsNum.toFloat()
|
||||||
else -> 1F
|
else -> 1F
|
||||||
}
|
}
|
||||||
episode.name = element.select("span > a").text().replace(".+?(?=Episode)|\sSubtitle.+".toRegex(), "")
|
episode.name = element.select("span > a").text().replace(".+?(?=Episode)|\\sSubtitle.+".toRegex(), "")
|
||||||
episode.date_upload = reconstructDate(element.select("span.zeebr").text())
|
episode.date_upload = reconstructDate(element.select("span.zeebr").text())
|
||||||
|
|
||||||
return episode
|
return episode
|
||||||
|
Reference in New Issue
Block a user