Skip to content

Commit

Permalink
馃晩 #7
Browse files Browse the repository at this point in the history
馃晩
  • Loading branch information
keyiflerolsun committed Nov 27, 2023
1 parent 8be14ac commit 3035749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DiziMom/src/main/kotlin/com/keyiflerolsun/DiziMom.kt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class DiziMom : MainAPI() {
// }

val bePlayer = Regex("""bePlayer\('([^']+)',\s*'(\{[^\}]+\})'\);""").find(i_source)?.groupValues
Log.d("DZM", "bePlayer 禄 ${bePlayer}")
if (bePlayer == null) {
Log.d("DZM", "i_source 禄 ${i_source}")
return false
Expand Down

0 comments on commit 3035749

Please sign in to comment.