mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d078283b01
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ cloudstream {
|
||||||
* 2: Slow
|
* 2: Slow
|
||||||
* 3: Beta only
|
* 3: Beta only
|
||||||
* */
|
* */
|
||||||
status = 1 // will be 3 if unspecified
|
status = 0 // will be 3 if unspecified
|
||||||
tvTypes = listOf(
|
tvTypes = listOf(
|
||||||
"AnimeMovie",
|
"AnimeMovie",
|
||||||
"Anime",
|
"Anime",
|
||||||
|
@ -25,4 +25,4 @@ cloudstream {
|
||||||
)
|
)
|
||||||
|
|
||||||
iconUrl = "https://www.google.com/s2/favicons?domain=tenshi.moe&sz=%size%"
|
iconUrl = "https://www.google.com/s2/favicons?domain=tenshi.moe&sz=%size%"
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ class TenshiProvider : MainAPI() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override var mainUrl = "https://tenshi.moe"
|
override var mainUrl = "https://marin.moe"
|
||||||
override var name = "Tenshi.moe"
|
override var name = "Tenshi.moe"
|
||||||
override val hasQuickSearch = false
|
override val hasQuickSearch = false
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue