Hanime1: Filter ads from search results and more #846

Merged
AlphaBoom merged 4 commits from hanime into main 2025-03-24 13:29:26 -05:00
Showing only changes of commit 42716fecdd - Show all commits

View file

@ -137,7 +137,7 @@ class Hanime1 : AnimeHttpSource(), ConfigurableAnimeSource {
}
}
} else {
jsoup.select(".search-videos").map {
jsoup.select("a:not([target]) > .search-videos").map {
SAnime.create().apply {
setUrlWithoutDomain(it.parent()!!.attr("href"))
thumbnail_url = it.select("img").attr("src")