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

Commit 159cbe8

Browse files
committed
🕊
🕊
1 parent 8ac1966 commit 159cbe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WebteIzle/build.gradle.kts

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class WebteIzle : MainAPI() {
188188
var iframe = fixUrlNull(embedApi.selectFirst("iframe")?.attr("src"))
189189

190190
if (iframe == null) {
191-
val scriptSource = embedApi.selectFirst("script")?.data() ?: ""
191+
val scriptSource = embedApi.html()
192192
val matchResult = Regex("""(vidmoly|okru|filemoon)\('([\d\w]+)','""").find(scriptSource)
193193

194194
if (matchResult == null) {

0 commit comments

Comments
 (0)