Skip to content

Commit

Permalink
updated skeo for voe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Dec 1, 2024
1 parent a115d09 commit 7e101ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ qrose = "1.0.1"
sekret = "2.0.0-alpha-07"
serialization = "1.7.3"
service = "2.8.7"
skeo = "0.2.2"
skeo = "0.2.3"
sqldelight = "2.0.2"
splashscreen = "1.0.1"
tooling = "1.6.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data object BSUtil {
const val HOST_BS_TO = "bs.to"
const val SEARCH = "andere-serien"

val episodeNumberRegex = "[|({]\\s*Ep([.]|isode)?\\s*(\\d+)\\s*[|)}]".toRegex(RegexOption.IGNORE_CASE)
val episodeNumberRegex = "[|({]\\s*(Ep([.]|isode)?|Folge)\\s*(\\d+)\\s*[|)}]".toRegex(RegexOption.IGNORE_CASE)

fun getBurningSeriesLink(href: String, http: Boolean = false, host: String = HOST_BS_TO): String {
return if (!href.matches("^\\w+?://.*".toRegex())) {
Expand Down

0 comments on commit 7e101ad

Please sign in to comment.