Skip to content

Commit

Permalink
🕊
Browse files Browse the repository at this point in the history
🕊
  • Loading branch information
keyiflerolsun committed Jun 27, 2024
1 parent 19a06d1 commit 826614b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DiziKorea/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2
version = 3

cloudstream {
authors = listOf("keyiflerolsun")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ open class VideoSeyred : ExtractorApi() {
source = this.name,
name = this.name,
url = source.file,
referer = ext_ref,
referer = "${mainUrl}/",
quality = Qualities.Unknown.value,
type = INFER_TYPE
)
Expand Down
2 changes: 1 addition & 1 deletion DiziMom/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 6
version = 7

cloudstream {
authors = listOf("keyiflerolsun")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ open class VideoSeyred : ExtractorApi() {
source = this.name,
name = this.name,
url = source.file,
referer = ext_ref,
referer = "${mainUrl}/",
quality = Qualities.Unknown.value,
type = INFER_TYPE
)
Expand Down

0 comments on commit 826614b

Please sign in to comment.