Skip to content

Commit 58ede70

Browse files
authored
13
1 parent b7378c7 commit 58ede70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kinoger/src/main/kotlin/com/ne1work/Kinoger.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Kinoger : MainAPI() {
7979

8080
val scripts = document.select("script").mapNotNull { script ->
8181
val scriptContent = script.data()
82-
val showPattern = Regex("""show\s*\(\s*\d+\s*,\s*(\[\[.*?\]\])\s*,\s*0\.2\s*\)""")
82+
val showPattern = Regex("""show\s*\(\s*\d+\s*,\s*(\[\[.*?\]\])\s*(,\s*.*?)*\s*\)""")
8383
val match = showPattern.find(scriptContent)
8484
match?.groupValues?.get(1)?.replace("'", "\"")
8585
}

0 commit comments

Comments
 (0)