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

Commit 5c6cef5

Browse files
Merge pull request #238 from keyiflerolsun/domain-degisikligi
♻️ Domain Değişikliği
2 parents 763ada2 + 4e587a2 commit 5c6cef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DiziYou/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 6
1+
version = 7
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.diziyou2.com"
13+
override var mainUrl = "https://www.diziyou3.com"
1414
override var name = "DiziYou"
1515
override val hasMainPage = true
1616
override var lang = "tr"

0 commit comments

Comments
 (0)