fix episode number parsing
This commit is contained in:
parent
53e2413dd8
commit
e94d4d508d
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ class AniZone : AnimeHttpSource(), ConfigurableAnimeSource {
|
|||
|
||||
return SEpisode.create().apply {
|
||||
setUrlWithoutDomain(url)
|
||||
episode_number = url.substringAfterLast("/").toFloat()
|
||||
name = element.selectFirst("h3")!!.text()
|
||||
date_upload = element.select("div.flex-row > span").getOrNull(1)
|
||||
?.text()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue