Skip to content

Commit

Permalink
Merge branch 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Nov 20, 2024
2 parents 8ae898f + 1528d0f commit bbe6eb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UPDATE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
现在支持修改主题色
修复tmdb年份获取错误
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ani.rss</groupId>
<artifactId>ani-rss</artifactId>
<version>1.1.197</version>
<version>1.1.198</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ani/rss/enums/StringEnum.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class StringEnum {
public static final String SEASON_REG = "[Ss](\\d+)[Ee](\\d+(\\.5)?)";
public static final String YEAR_REG = " ?\\((19|20)\\d{2}\\)";
public static final String YEAR_REG = " ?\\(((19|20)\\d{2})\\)";
public static final String TMDB_ID_REG = " ?\\[tmdbid=(\\d+)]";
public static final String MAGNET_REG = "^magnet\\:\\?xt=urn:btih\\:(\\w+)";
public static final String SUBGROUP_REG_STR = "^\\{\\{(.+)}}:(.+)$";
Expand Down

0 comments on commit bbe6eb1

Please sign in to comment.