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

@ -148,7 +148,9 @@ class NimeGami : ParsedAnimeHttpSource() {
if (url.contains("bunga.nimegami")) {
if (usedBunga) {
return@mapNotNull null
} else usedBunga = true
} else {
usedBunga = true
}
}
runCatching {
extractVideos(url, quality, episodeIndex)