Skip to content

Commit

Permalink
馃晩 #1
Browse files Browse the repository at this point in the history
馃晩
  • Loading branch information
keyiflerolsun committed Nov 27, 2023
1 parent a8e0deb commit 8be14ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = 15
version = 16

cloudstream {
authors = listOf("keyiflerolsun")
Expand Down
2 changes: 1 addition & 1 deletion DiziMom/src/main/kotlin/com/keyiflerolsun/DiziMom.kt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class DiziMom : MainAPI() {
url = m3u_link,
referer = iframe,
quality = Qualities.Unknown.value,
isM3u8 = m3u_link.contains(".m3u8")
isM3u8 = m3u_link.contains(".m3u8") || iframe.contains("hdmomplayer")
)
)
} else {
Expand Down

0 comments on commit 8be14ac

Please sign in to comment.