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

Commit 0ed02f2

Browse files
Merge pull request #213 from keyiflerolsun/domain-degisikligi
♻️ Domain Değişikliği
2 parents 8fe3c19 + 41a3495 commit 0ed02f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

FullHDFilm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 10
1+
version = 11
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.vip"
13+
override var mainUrl = "https://fullhdfilm.cc"
1414
override var name = "FullHDFilm"
1515
override val hasMainPage = true
1616
override var lang = "tr"

RecTV/build.gradle.kts

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

33
cloudstream {
44
authors = listOf("keyiflerolsun", "yusiqo", "inatchii", "JustRelaxable")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import okhttp3.Interceptor
1111
import okhttp3.Response
1212

1313
class RecTV : MainAPI() {
14-
override var mainUrl = "https://a6.prectv31.sbs"
14+
override var mainUrl = "https://b6.prectv32.sbs"
1515
override var name = "RecTV"
1616
override val hasMainPage = true
1717
override var lang = "tr"

0 commit comments

Comments
 (0)