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 bc51c10ac4 - Show all commits

View file

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

View file

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