Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit c41dccb

Browse files
Merge pull request #222 from keyiflerolsun/domain-degisikligi
♻️ Domain Değişikliği
2 parents 29caedd + 69deda8 commit c41dccb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DiziPal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 26
1+
version = 27
22

33
cloudstream {
44
authors = listOf("keyiflerolsun", "muratcesmecioglu")

DiziPal/src/main/kotlin/com/keyiflerolsun/DiziPal.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
1010
import com.fasterxml.jackson.module.kotlin.readValue
1111

1212
class DiziPal : MainAPI() {
13-
override var mainUrl = "https://dizipal874.com"
13+
override var mainUrl = "https://dizipal875.com"
1414
override var name = "DiziPal"
1515
override val hasMainPage = true
1616
override var lang = "tr"

DiziYou/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 5
1+
version = 6
22

33
cloudstream {
44
authors = listOf("keyiflerolsun")

DiziYou/src/main/kotlin/com/keyiflerolsun/DiziYou.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import com.lagradost.cloudstream3.LoadResponse.Companion.addActors
1010
import com.lagradost.cloudstream3.LoadResponse.Companion.addTrailer
1111

1212
class DiziYou : MainAPI() {
13-
override var mainUrl = "https://www.diziyou1.com"
13+
override var mainUrl = "https://www.diziyou2.com"
1414
override var name = "DiziYou"
1515
override val hasMainPage = true
1616
override var lang = "tr"

0 commit comments

Comments
 (0)