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

Commit 1cba71b

Browse files
Merge pull request #236 from keyiflerolsun/domain-degisikligi
♻️ Domain Değişikliği
2 parents d2720d8 + 4dd0fd7 commit 1cba71b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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 = 27
1+
version = 28
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://dizipal875.com"
13+
override var mainUrl = "https://dizipal950.com"
1414
override var name = "DiziPal"
1515
override val hasMainPage = true
1616
override var lang = "tr"

FullHDFilm/build.gradle.kts

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

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

FullHDFilm/src/main/kotlin/com/keyiflerolsun/FullHDFilm.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 FullHDFilm : MainAPI() {
13-
override var mainUrl = "https://fullhdfilm.cc"
13+
override var mainUrl = "https://fullhdfilm.site"
1414
override var name = "FullHDFilm"
1515
override val hasMainPage = true
1616
override var lang = "tr"

GolgeTV/build.gradle.kts

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
2020

2121
class GolgeTV : MainAPI() {
2222
override var name = "GolgeTV"
23-
override var mainUrl = "https://panel.cloudgolge.shop/appMainGetData.php"
23+
override var mainUrl = "https://panel202.cloudgolge.shop/appMainGetData.php"
2424
override val hasMainPage = true
2525
override var lang = "tr"
2626
override val supportedTypes = setOf(TvType.Live)

0 commit comments

Comments
 (0)