Skip to content

Commit

Permalink
Selector: Replace default matchChannelName
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Sep 26, 2024
1 parent 27b4988 commit 14d0791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ data object SelectorChannelFormatIndexGrouped :
@Language("css")
val selectChannelNames: String = ".anthology-tab > .swiper-wrapper a",
@Language("regexp")
val matchChannelName: String = """(?<ch>.+?)(\d+?)""", // empty to use full text
val matchChannelName: String = """^(?<ch>.+?)(\d+)?$""", // empty to use full text
@Language("css")
val selectEpisodeLists: String = ".anthology-list-box",

Expand Down

0 comments on commit 14d0791

Please sign in to comment.