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

Commit 763ada2

Browse files
Merge pull request #237 from keyiflerolsun/domain-degisikligi
♻️ Domain Değişikliği
2 parents 1cba71b + f6de818 commit 763ada2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GolgeTV/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3
1+
version = 4
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://panel202.cloudgolge.shop/appMainGetData.php"
23+
override var mainUrl = "https://panel.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)