feat: add Anizone #557

Merged
cuong-tran merged 2 commits from anizone into main 2025-01-17 11:00:10 -06:00
Showing only changes of commit e94d4d508d - Show all commits

View file

@ -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()