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

Commit 6849f4f

Browse files
Merge pull request #223 from keyiflerolsun/domain-degisikligi
♻️ Domain Değişikliği
2 parents c41dccb + c951914 commit 6849f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SuperFilmGeldi/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("keyiflerolsun")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.*
99
import com.lagradost.cloudstream3.LoadResponse.Companion.addActors
1010

1111
class SuperFilmGeldi : MainAPI() {
12-
override var mainUrl = "https://www.superfilmgeldi.biz"
12+
override var mainUrl = "https://www.superfilmgeldi.me"
1313
override var name = "SuperFilmGeldi"
1414
override val hasMainPage = true
1515
override var lang = "tr"

0 commit comments

Comments
 (0)