mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed some providers
This commit is contained in:
parent
6a68f2213a
commit
9d0175ff0f
8 changed files with 114 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.ArrayList
|
|||
|
||||
|
||||
class Gomunimeis : MainAPI() {
|
||||
override var mainUrl = "https://gomunime.is"
|
||||
override var mainUrl = "https://anoboy.life"
|
||||
override var name = "Gomunime.is"
|
||||
override val hasMainPage = true
|
||||
override var lang = "id"
|
||||
|
@ -66,7 +66,7 @@ class Gomunimeis : MainAPI() {
|
|||
|
||||
return newAnimeSearchResponse(
|
||||
postTitle ?: return null,
|
||||
"$mainUrl/anime/$postName.$salt",
|
||||
"$mainUrl/anime/$postName",
|
||||
TvType.TvSeries,
|
||||
) {
|
||||
this.posterUrl = "$mainImageUrl/$image"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue