mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
it's better have than nothing
This commit is contained in:
parent
edbefee49c
commit
6bba06e45b
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 6
|
version = 7
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -13,7 +13,7 @@ import java.net.URI
|
||||||
|
|
||||||
|
|
||||||
class Animixplay : MainAPI() {
|
class Animixplay : MainAPI() {
|
||||||
override var mainUrl = "https://animixplay.to"
|
override var mainUrl = "https://animixplay.red"
|
||||||
override var name = "Animixplay"
|
override var name = "Animixplay"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override var lang = "en"
|
override var lang = "en"
|
||||||
|
|
|
@ -2,7 +2,7 @@ rootProject.name = "CloudstreamPlugins"
|
||||||
|
|
||||||
// This file sets what projects are included. All new projects should get automatically included unless specified in "disabled" variable.
|
// This file sets what projects are included. All new projects should get automatically included unless specified in "disabled" variable.
|
||||||
|
|
||||||
val disabled = listOf<String>("Animixplay")
|
val disabled = listOf<String>()
|
||||||
|
|
||||||
File(rootDir, ".").eachDir { dir ->
|
File(rootDir, ".").eachDir { dir ->
|
||||||
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
||||||
|
|
Loading…
Reference in a new issue