RSSHub/lib
Gerardyang 04d421b1f4
fix(route): fix luogu route date parse regex (#11200)
* fix(route): fix luogu route date parse regex

```
text:       "洛谷日报 第 417 期 2022 年 11 月 1 日"
regex:                                     \d{4} 年 \d{2} 月 \d{2} 日
                                                                              ^
                                                                       error here
```

* change DD to D and MM to M in date format.

* fix regex to match month which is before Oct
2022-11-04 19:17:45 +09:00
..
errors
middleware chore(deps): replace `@postlight/mercury-parser` with `@postlight/parser` (#10862) 2022-09-23 03:25:56 +08:00
routes fix(route): ComicsKingdom changed their UI elements (#11168) 2022-10-28 01:11:13 +03:00
utils feat: 增加设计学院研创、后浪模块;支持获取微信文章内容;修复重复条目bug (#10994) 2022-10-05 21:32:49 +08:00
v2 fix(route): fix luogu route date parse regex (#11200) 2022-11-04 19:17:45 +09:00
views
api_router.js
app.js
config.js fix: Fantia请求部分内容时因无cookie导致出错 (#10892) 2022-09-27 23:20:06 +08:00
core_router.js
favicon.png revert: "style: auto format" 2022-11-03 13:25:37 +00:00
index.js
maintainer.js
pkg.js
protected_router.js
radar-rules.js fix(route): smzdm ranking error (#11114) 2022-10-22 04:37:33 +08:00
radar.js
router.js fix(route): ComicsKingdom changed their UI elements (#11168) 2022-10-28 01:11:13 +03:00
v2router.js