-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetch upstream #7
Commits on Mar 25, 2022
-
feat(route): add kakuyomu (#9371)
* feat(route): add kakuyomu * feat(route): add kakuyomu * add pubDate * fix radar rule
huangliangshusheng authoredMar 25, 2022 Configuration menu - View commit details
-
Copy full SHA for d1cda2a - Browse repository at this point
Copy the full SHA d1cda2aView commit details -
feat(route):add 政采云前端小报和博客 (#9379)
* feat(route):add 政采云前端小报和博客 * fix:因为使用了空值合并操作符??,所有node的版本必须大于等于14 * feat(route):add 政采云前端小报和博客 * fix:因为使用了空值合并操作符??,所有node的版本必须大于等于14 * docs:新增英文说明 * docs:调整位置 * feat: Modify Backquotes * fix:remove duplicate rssbud and add zooTeam * fix: add a close tag * docs: fix docs tags and attrs * fix:add timezone
Configuration menu - View commit details
-
Copy full SHA for c91a4cd - Browse repository at this point
Copy the full SHA c91a4cdView commit details -
* feat(route): add 澎湃明查 * fix: 839studio routes * docs: update example url * fix: parseDate
Ethan Shen authoredMar 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 8ecad32 - Browse repository at this point
Copy the full SHA 8ecad32View commit details -
feat(route): add Weather forcast (#9382)
* weather_forcast * format * cache * Update lib/v2/weather/index.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/weather/util/location.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update docs/forecast.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * modify * Update forecast.md * readme.md * docs: reorder `HEFENG_KEY`
Configuration menu - View commit details
-
Copy full SHA for 2a728f1 - Browse repository at this point
Copy the full SHA 2a728f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd439a1 - Browse repository at this point
Copy the full SHA fd439a1View commit details -
chore(deps-dev): bump prettier from 2.6.0 to 2.6.1 (#9384)
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.6.0...2.6.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 616a181 - Browse repository at this point
Copy the full SHA 616a181View commit details -
chore(deps): bump googleapis from 98.0.0 to 99.0.0 (#9385)
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 98.0.0 to 99.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-api-nodejs-client@googleapis-v98.0.0...googleapis-v99.0.0) --- updated-dependencies: - dependency-name: googleapis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf04733 - Browse repository at this point
Copy the full SHA cf04733View commit details
Commits on Mar 26, 2022
-
fix(utils): parse relative dates with multiple time units (#9365)
* fix(utils): parse relative dates with multiple time units * docs: remove warning * fix: add more characters to match * fix: rename to parse-date
Ethan Shen authoredMar 26, 2022 Configuration menu - View commit details
-
Copy full SHA for d5648b3 - Browse repository at this point
Copy the full SHA d5648b3View commit details -
fix(route): Weather forcast (#9390)
* weather_forcast * format * cache * Update lib/v2/weather/index.js * Update lib/v2/weather/util/location.js * Update docs/forecast.md * modify * Update forecast.md * readme.md * docs: reorder `HEFENG_KEY` * fixed cache problem * dependent fix * add link * Update index.js * fix dependent * index * fix md doc
Configuration menu - View commit details
-
Copy full SHA for b55e9a3 - Browse repository at this point
Copy the full SHA b55e9a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 329a04d - Browse repository at this point
Copy the full SHA 329a04dView commit details -
feat(route): add 安徽省科技厅 (#9387)
* feat(route): add 安徽省科技厅 * update lib/v2/gov/radar.js * refactor: sort radar in alphabetical order
Ethan Shen authoredMar 26, 2022 Configuration menu - View commit details
-
Copy full SHA for be5dd42 - Browse repository at this point
Copy the full SHA be5dd42View commit details -
fix(utils): typo in parse-date (#9391)
* fix(utils): typo in parse-date * fix: add `后日`
Ethan Shen authoredMar 26, 2022 Configuration menu - View commit details
-
Copy full SHA for e42bdf3 - Browse repository at this point
Copy the full SHA e42bdf3View commit details -
fix(route): geo daily photo (#7555)
* 完成issues#7485,在每日一图-国家地理中增加每日精选节点 * 修改文档和router位置 * 对日期pubDate规范进行了调整 * 优化调整获取内容逻辑,修改pubDate字段的获取方式 * 调整pubDate参数 * 删除代码中多余的console * 调整parse-date引用 * 调整时区 * issues-#7471,解决国家地理每日一图获取失败问题,因为网站更改,并且网站对图片进行了处理,所以调整获取方式。 * 删除无用代码 * 调整代码,错删了代码 * refactor: migrate to v2 * fix: nat geo photo of the day * fix: natgeo parseDate * style: lint * feat: radar for natgeomedia.com Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e61a90d - Browse repository at this point
Copy the full SHA e61a90dView commit details -
feat(route)(weibo): display comments (#9394)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c20399 - Browse repository at this point
Copy the full SHA 8c20399View commit details
Commits on Mar 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e5b2676 - Browse repository at this point
Copy the full SHA e5b2676View commit details -
fix(utils): wrong last weekday for relative date (#9397)
Ethan Shen authoredMar 27, 2022 Configuration menu - View commit details
-
Copy full SHA for a339602 - Browse repository at this point
Copy the full SHA a339602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 668286a - Browse repository at this point
Copy the full SHA 668286aView commit details
Commits on Mar 28, 2022
-
fix(route): PubMed Trending articles (#9402)
Ethan Shen authoredMar 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 5927f28 - Browse repository at this point
Copy the full SHA 5927f28View commit details -
fix(route): mpaypass news (#9367)
* fix(route): mpaypass news * refactor: migrate to v2 * fix: parseDate
Configuration menu - View commit details
-
Copy full SHA for 33eb860 - Browse repository at this point
Copy the full SHA 33eb860View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd151f4 - Browse repository at this point
Copy the full SHA cd151f4View commit details -
refactor(core): unified memory cache (#9395)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 501dff5 - Browse repository at this point
Copy the full SHA 501dff5View commit details -
* feat(route): 华硕 固件 * fix(route): change radar url and modify the date format
Fatpandac authoredMar 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 21dbeba - Browse repository at this point
Copy the full SHA 21dbebaView commit details -
chore(deps): bump ioredis from 4.28.5 to 5.0.1
Bumps [ioredis](https://github.com/luin/ioredis) from 4.28.5 to 5.0.1. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v4.28.5...v5.0.1) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8cacd98 - Browse repository at this point
Copy the full SHA 8cacd98View commit details -
chore(deps-dev): bump eslint from 8.11.0 to 8.12.0 (#9412)
Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.11.0...v8.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a48af28 - Browse repository at this point
Copy the full SHA a48af28View commit details -
chore(deps): bump parse-torrent from 9.1.4 to 9.1.5 (#9410)
Bumps [parse-torrent](https://github.com/webtorrent/parse-torrent) from 9.1.4 to 9.1.5. - [Release notes](https://github.com/webtorrent/parse-torrent/releases) - [Changelog](https://github.com/webtorrent/parse-torrent/blob/master/CHANGELOG.md) - [Commits](webtorrent/parse-torrent@v9.1.4...v9.1.5) --- updated-dependencies: - dependency-name: parse-torrent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bc13cde - Browse repository at this point
Copy the full SHA bc13cdeView commit details
Commits on Mar 29, 2022
-
Merge pull request #9409 from DIYgod/dependabot/npm_and_yarn/ioredis-…
…5.0.1 chore(deps): bump ioredis from 4.28.5 to 5.0.1
Configuration menu - View commit details
-
Copy full SHA for 8e5971e - Browse repository at this point
Copy the full SHA 8e5971eView commit details -
fix(route)(douban/wish): username in feed title (#9408)
fix(route)(douban/wish): username in feed title
Configuration menu - View commit details
-
Copy full SHA for 1fc9c4a - Browse repository at this point
Copy the full SHA 1fc9c4aView commit details -
feat(route): 新增 米游社 路由 (#9404)
* feat: 优化B站动态转发内容中的图片和视频 * style: 修复格式错误 * fix: 修复 B站动态转发多图的图片缺失 * style: 整理代码格式 * style: 整理代码格式 * fix: 修复B站动态转发视频缺失标题 * fix: 移除了部分不必要的代码 * fix: 修复b站动态中转发直播间动态出现undefined;整理部分代码 * style: 整理代码格式 * fix: 补充b站动态中转发活动的信息 * fix: 修正代码格式 * fix: b站动态转发专题页缺少标题;整理部分代码 * fix: 修复图片错误 * fix: 修复专栏封面缺失的bug;增加B站动态格式总结 * style:修复格式问题 * fix: 修复/robots.txt路由 * fix * chore: 合并冲突 * fix * fix * feat: 优化B站动态url * fix: 改 \n 为<br> * chore: 更新 npm registry * feat: 完成 米游社路由和文档的编写 * fix: 修复 @vuepress/shared-utils 在 yarn.lock 的缺失 * chore: exact match * fix: parseDate
Configuration menu - View commit details
-
Copy full SHA for b70e690 - Browse repository at this point
Copy the full SHA b70e690View commit details -
feat(route): try to avoid being anti-crawled (#9406)
* feat(route)(weibo): try to avoid being anti-crawled Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * refactor(route)(telegram/channel): migrate to `cache.tryGet` Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * feat(route)(douban): try to avoid being anti-crawled Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * feat(route)(picuki): try to avoid being anti-crawled Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * ref: got.get() to got()
Configuration menu - View commit details
-
Copy full SHA for cd91931 - Browse repository at this point
Copy the full SHA cd91931View commit details -
fix(core): torrent searching error (#9407)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 95db3b4 - Browse repository at this point
Copy the full SHA 95db3b4View commit details -
feat(route) add qweather/now (#9413)
* qweather_now * now * pubDate fix * timezone * parseDate
Configuration menu - View commit details
-
Copy full SHA for 0a29a7c - Browse repository at this point
Copy the full SHA 0a29a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec5dd1 - Browse repository at this point
Copy the full SHA 7ec5dd1View commit details -
docs: fix badges in README (#9405)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 763b978 - Browse repository at this point
Copy the full SHA 763b978View commit details -
Ethan Shen authored
Mar 29, 2022 Configuration menu - View commit details
-
Copy full SHA for d50e094 - Browse repository at this point
Copy the full SHA d50e094View commit details
Commits on Mar 30, 2022
-
fix(route) qweather/now (#9419)
* qweather_now * now * pubDate fix * timezone * parseDate * item link fix * cache id fix * time fix * format code * Update forecast.md
Configuration menu - View commit details
-
Copy full SHA for bb80a2e - Browse repository at this point
Copy the full SHA bb80a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3aa4c5 - Browse repository at this point
Copy the full SHA f3aa4c5View commit details -
feat(route): add 衡阳日报 & 衡阳晚报 (#9418)
* feat(route): add 衡阳日报 & 衡阳晚报 * docs: update category
Ethan Shen authoredMar 30, 2022 Configuration menu - View commit details
-
Copy full SHA for d88e52c - Browse repository at this point
Copy the full SHA d88e52cView commit details
Commits on Mar 31, 2022
-
fix(utils): tests for parse-date (#9428)
Ethan Shen authoredMar 31, 2022 Configuration menu - View commit details
-
Copy full SHA for bf834bd - Browse repository at this point
Copy the full SHA bf834bdView commit details -
chore(deps): bump @sentry/node from 6.19.2 to 6.19.3 (#9425)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.19.2 to 6.19.3. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@6.19.2...6.19.3) --- updated-dependencies: - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d17db1f - Browse repository at this point
Copy the full SHA d17db1fView commit details -
chore(deps): bump ioredis from 5.0.1 to 5.0.2 (#9427)
Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ccd658b - Browse repository at this point
Copy the full SHA ccd658bView commit details -
chore(deps): bump lru-cache from 7.7.1 to 7.7.3 (#9426)
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.7.1 to 7.7.3. - [Release notes](https://github.com/isaacs/node-lru-cache/releases) - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](isaacs/node-lru-cache@v7.7.1...v7.7.3) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ede7352 - Browse repository at this point
Copy the full SHA ede7352View commit details -
feat(route): add Quicker动作更新 (#9357)
* feat(route): add Quicker动作更新 * fix typo * delete outdated routes * fix: add h2 header * fix: invalid pubDate
Ethan Shen authoredMar 31, 2022 Configuration menu - View commit details
-
Copy full SHA for d68e5a8 - Browse repository at this point
Copy the full SHA d68e5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e933a02 - Browse repository at this point
Copy the full SHA e933a02View commit details -
fix(route): bilibili/live 修改areaLink默认值为empty(当areaLink为空时报错) (#9424)
* 修改areaLink默认值为empty(当areaLink为空时报错) * 修改areaLink默认值为empty(当areaLink为空时报错)
Configuration menu - View commit details
-
Copy full SHA for 82a556f - Browse repository at this point
Copy the full SHA 82a556fView commit details -
chore(deps): bump ioredis from 5.0.2 to 5.0.3 (#9432)
Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 05fe78a - Browse repository at this point
Copy the full SHA 05fe78aView commit details -
chore(deps): bump puppeteer from 13.5.1 to 13.5.2 (#9433)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.5.1 to 13.5.2. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@v13.5.1...v13.5.2) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 215db34 - Browse repository at this point
Copy the full SHA 215db34View commit details
Commits on Apr 1, 2022
-
feat(route): add hameln (#9429)
* feat(route): add hameln * feat(route): add hameln * fix doc * Update lib/v2/hameln/chapter.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * add timezone Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6fbc9e - Browse repository at this point
Copy the full SHA c6fbc9eView commit details -
feat(route): add kyodonews (#9435)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for df846c4 - Browse repository at this point
Copy the full SHA df846c4View commit details -
* feat(route): add 湖南日报 * docs: update category * update docs/traditional-media.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 457e8f8 - Browse repository at this point
Copy the full SHA 457e8f8View commit details -
Fatpandac authored
Apr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for bb3924c - Browse repository at this point
Copy the full SHA bb3924cView commit details -
docs(route)(weibo): minor update (#9438)
add a warning about different responses in different regions add my username to the author fields of `user` and `timeline` Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc90ea9 - Browse repository at this point
Copy the full SHA dc90ea9View commit details -
feat(route)(weibo): recognize and display Live Photo (#9440)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96e3b76 - Browse repository at this point
Copy the full SHA 96e3b76View commit details -
chore(deps): bump googleapis from 99.0.0 to 100.0.0 (#9444)
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 99.0.0 to 100.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-api-nodejs-client@googleapis-v99.0.0...googleapis-v100.0.0) --- updated-dependencies: - dependency-name: googleapis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d4d969 - Browse repository at this point
Copy the full SHA 1d4d969View commit details -
chore(deps): bump actions/setup-node from 3.0.0 to 3.1.0 (#9445)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f791ab - Browse repository at this point
Copy the full SHA 9f791abView commit details
Commits on Apr 2, 2022
-
fix(route): qweather/now measure fixed (#9448)
* time display fix * measure fix
Configuration menu - View commit details
-
Copy full SHA for 9299722 - Browse repository at this point
Copy the full SHA 9299722View commit details -
fix(route)(weibo/user): outdated API method (#9446)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 63b3b04 - Browse repository at this point
Copy the full SHA 63b3b04View commit details -
fix(core): offending RFC4287 (#9441)
* fix(core): offending RFC4287 should not leave `<updated>` blank when `<published>` is not blank these two fields MUST conform to the "date-time" production in RFC3339 Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * test(common-utils): complete tests Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com> * test(template): restrict expected value of `pubDate` Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b35471 - Browse repository at this point
Copy the full SHA 5b35471View commit details -
* Create 1.txt * Add files via upload * Delete lib/v2/mtime directory * Add files via upload * Update multimedia.md * Update multimedia.md * Update and rename lib/v2/mtime/news.js to 自由/版本 2/mtime/news.js * Delete news.js * Add files via upload * Update multimedia.md * Update news.js * Update news.js * Update news.js * Update news.js * Update radar.js * Update radar.js * Update radar.js * Update news.js * Update news.js * Update news.js
Configuration menu - View commit details
-
Copy full SHA for 577541f - Browse repository at this point
Copy the full SHA 577541fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7b2f4 - Browse repository at this point
Copy the full SHA 5b7b2f4View commit details
Commits on Apr 3, 2022
-
fix(route): sichuan/deyang 政府公开信息 (#9453)
* fead: add 雪球股票评论 * style: auto format * fix: 修复雪球评论转发时未带原文 * refactor: 微博个人时间线接入util,支持可读性优化,同时打开emoji表情展示 * route: 雪球评论标题长度自定义 * style: auto format * fix: 风之动漫域名更换 * fix: 风之漫画新域名适配 * refactor: 微博个人时间线接入util,支持可读性优化,同时打开emoji表情展示 * fix: 雪球股票评论格式调整 * fix: 风之动漫域名更换 * fix: 风之动漫link修复 * fix: 雪球股票评论正文使用art模板,日期解析调整 * feat(route): add 德阳考试中心 * feat(route): add 德阳考试中心 * fix: 风之动漫获取数量去掉限制 * fix: 风之动漫获取数量去掉限制 * fix: 风之动漫获取数量使用通用参数控制 * fix: 风之动漫获取数量使用通用参数控制 * style: auto format * fix: dykszx * fix: 德阳考试中心 ssl证书过期 * Merge branch 'master' of https://github.com/DIYgod/RSSHub into dykszx * Merge branch 'master' of https://github.com/DIYgod/RSSHub into dykszx * tmp1 * tmp2: * tmp3 * feat(route): add 政府公开信息 * feat(route): add 政府公开信息 * feat(route): add 政府公开信息 * feat(route): add 政府公开信息 * feat(route): add 政府公开信息 * Revert "feat(route): add 政府公开信息" This reverts commit c9d59af9e09b14f7357014382037b7f378d65ea7. * feat(route): add 政府公开信息 * fix: 修复德阳政府公开信息 * fix: 修复德阳政府公开信息 * Merge branch 'master' of https://github.com/DIYgod/RSSHub into fix_router * Merge branch 'master' of https://github.com/DIYgod/RSSHub into fix_router * Merge branch 'master' of https://github.com/DIYgod/RSSHub into fix_router * fix: 修复德阳政府公开信息 Co-authored-by: GitHub Action <action@github.com>
Configuration menu - View commit details
-
Copy full SHA for 476b393 - Browse repository at this point
Copy the full SHA 476b393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 300af73 - Browse repository at this point
Copy the full SHA 300af73View commit details
Commits on Apr 4, 2022
-
* Format doc * Update api.md * Add <code> tag for <route> and fix English documentation * Update docs/parameter.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update docs/parameter.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5012e71 - Browse repository at this point
Copy the full SHA 5012e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8cb29 - Browse repository at this point
Copy the full SHA cf8cb29View commit details -
docs: invalid
<p>
for route params (#9455)Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 19608ab - Browse repository at this point
Copy the full SHA 19608abView commit details -
feat(route): 增加了六个美国博物馆的展讯 (#9451)
* Add New York Museums with working code * Add Guggenheim and fix Jewish Museum * Add pubDate for Gugg and Met Exhibitions * Update docs * Add New Museum and MCA Chicago, update document * Fix en route * Add and update radar.js * Add Brooklyn Museum * Reformat code * Update route and travel information * Fix `http` -> `https` for `radar.js` * Change some link quotations mark * Using `parseDate` provided by the project * Removing "insecureHTTPParser" * Fix JewishMuseum issue * Use regex instead of node's vm * Update lib/v2/jewishmuseum/exhibitions.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/guggenheim/exhibitions.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update docs/en/travel.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update docs/travel.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b17eaf9 - Browse repository at this point
Copy the full SHA b17eaf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c3329 - Browse repository at this point
Copy the full SHA 62c3329View commit details -
fix(route)(weibo): misc icons break some readers (#9458)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7399d17 - Browse repository at this point
Copy the full SHA 7399d17View commit details -
feat(route)(kyodonews): icon, main pic, updated date (#9459)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 32fe3ae - Browse repository at this point
Copy the full SHA 32fe3aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6835353 - Browse repository at this point
Copy the full SHA 6835353View commit details