refactor: Make extensions use the vudeo-extractor lib (#2173)

This commit is contained in:
Claudemirovsky
2023-09-10 12:47:49 -03:00
committed by GitHub
parent 4596194da4
commit b04ce515bd
18 changed files with 20 additions and 116 deletions

View File

@ -103,7 +103,9 @@ class AnimeWorldIndia(
?: return SAnime.UNKNOWN
if (epParts.first().trim().compareTo(epParts[1].trim()) == 0) {
SAnime.COMPLETED
} else SAnime.ONGOING
} else {
SAnime.ONGOING
}
}
}
}