RSSHub/lib/v2/luogu
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
..
contest.js
daily.js fix(route): fix luogu route date parse regex (#11200) 2022-11-04 19:17:45 +09:00
maintainer.js
radar.js
router.js
userFeed.js