Gradle Update + Animeworld

This commit is contained in:
mobby45 2024-07-09 18:53:33 +02:00
parent fa96db1cea
commit bc51c10ac4
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'ANIMEWORLD.tv'
extClass = '.ANIMEWORLD'
extVersionCode = 39
extVersionCode = 38
}
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)