Fix anime world #39

Merged
mobby45 merged 8 commits from fixAnimeWorld into main 2024-07-09 23:25:30 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cf19761457 - Show all commits

View file

@ -1,7 +1,7 @@
ext {
extName = 'ANIMEWORLD.tv'
extClass = '.ANIMEWORLD'
extVersionCode = 38
extVersionCode = 39
}
apply from: "$rootDir/common.gradle"

View file

@ -151,7 +151,7 @@ class ANIMEWORLD : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
}
url.contains("streamtape") -> {
StreamTapeExtractor(client).videoFromUrl(url.replace("/v/", "/e/"))
?.let(::listOf
?.let(::listOf)
}
url.contains("filemoon") -> {
FilemoonExtractor(client).videosFromUrl(url, prefix = "${server.first} - ", headers = headers)