Axojhf
2600c1ab16
fix(route): 修复bangumi吐槽箱无法获取评分的问题 ( #10780 )
...
* 修复bangumi吐槽箱无法获取评分的问题
* refactor: migrate to v2
* fix: subject date parsing
* fix: old routes
* fix: sort maintainer
2022-09-15 04:16:29 +08:00
Tony
5c50f81bcf
fix(route): sse ( #10779 )
...
* fix(route): sse
* refactor: migrate to v2 cont
* docs: fix example
* fix: typo
* docs: fix tag
2022-09-14 03:27:16 +08:00
FeCCC
f27821d424
feat(route): add ZodGame ( #10778 )
...
* feat(route): add ZodGame
* style: auto format
* Update docs/bbs.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update docs/en/bbs.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: FeCCC <964575805@qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-14 02:50:09 +08:00
miles
3159abe9cf
feat(route): add iThome 台灣新聞 ( #10771 )
2022-09-13 19:57:07 +08:00
niuyi
06d1d824e9
fix(route): 修复中国传媒大学研究生招生网 ( #10767 )
...
* 修复中国传媒大学研究生招生网
* fix(route):修复中国传媒大学研究生招生网
* fix(route): 修复中国传媒大学研究生招生网
Co-authored-by: 牛鑫语 <niuxinyu@szbit.cn>
2022-09-13 04:49:17 +00:00
Chris Wan
94f0d1ea94
feat(route): 新增妹图社 ( #10760 )
...
* feat: 新增妹图社
* feat: 新增妹图社文档
* feat: Remove markdown-it-attrs, since it breaks sidebar item title
* feat: Use art template
* fix: time parsing
2022-09-13 01:05:39 +08:00
Honglin Mu
7ef81ae8d8
feat(route): add 哈尔滨工业大学研究生院通知公告 ( #10747 )
...
* 添加"哈尔滨工业大学研究生院通知公告"路由
* 修改路由为v2 script
* chore(deps): bump puppeteer from 17.1.2 to 17.1.3 (#1094 )
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 17.1.2 to 17.1.3.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v17.1.2...v17.1.3 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update lib/v2/hit/hitgs.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* change code style of hitgs.js
* add radar.js
* change http to https for older HIT files
* refactor: migrate to v2
* docs: fix format
* fix: code scan
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 03:30:11 +08:00
Tony
b8e567b9e4
feat(route): cw ( #10758 )
...
* feat(route): cw
* fix: typo
* fix: use custom got
2022-09-12 01:59:52 +08:00
Tony
878266c535
feat(core): true ua ( #10761 )
...
* feat(core): true ua
* test: skip mercury parser temporary
2022-09-12 01:13:38 +08:00
Zhanbo Huang
e712ee3a1a
feat(route): add support for linovelib 哩哔轻小说 ( #10757 )
...
* add support for linovelib
* move readme from anime to reading
2022-09-10 17:09:39 +03:00
ri1ken
69cd00d1a4
feat(route): add LiSA ( #10755 )
...
* feat(route): add LiSA
* Add a linebreak before next heading
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* fix title
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* use art-template
* fix docs link
* rename folder
* fix router url according to new folder name
* fix router path & example path in doc
* append radar detectable source
* Update lib/v2/lxixsxa/templates/disco.art
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update lib/v2/lxixsxa/templates/info.art
Co-authored-by: Weijian Li <ri1ken@r1ks-mba.local>
2022-09-10 20:49:43 +08:00
Tony
ed502478b3
fix(route): jiemian ( #10754 )
...
* fix(route): jiemian
* docs: fix
2022-09-10 02:42:04 +08:00
Tony
7482f08999
fix(route): deepmind ( #10752 )
...
* fix(route): deepmind
* fix: radar
2022-09-10 01:01:10 +08:00
Tony
90d257789d
fix(route): science ( #10751 )
...
* fix(route): science
* fix: image
2022-09-10 00:01:51 +08:00
DIYgod
140fbed60d
feat: add aliyundrive
2022-09-08 21:37:37 +01:00
Tony
ba2df5d3d9
fix(route): dcard ( #10739 )
...
* fix: dcard
use puppeteer
* docs: add pptr attr
* fix: use cookies
* docs: add warning
2022-09-09 00:55:42 +08:00
Charlie Jiang
655b899715
feat(core): 增加 `sorted` 参数来控制结果排序 ( #10744 )
...
* feat: 增加 `sorted` 参数来控制结果排序
* feat: 添加 `sorted` 参数的测试
重用了 `sort` 的代码和数据:是不是可以考虑将两者结合?
2022-09-09 00:11:18 +08:00
Charlie Jiang
b5c6c00098
feat(route): 添加南京大学本科生交换生系统 ( #10746 )
...
* feat(route): 添加南京大学本科生交换生系统
* fix: radar rules
2022-09-08 23:15:32 +08:00
shininome
41e4d7cf84
feat: 添加漫画柜个人订阅 ( #10727 )
...
* 1
1
* 添加个人订阅
* Delete 1
* Add files via upload
* 添加mhgui的cookie获取
* 添加manhuagui个人订阅
* Add files via upload
* Update subscribe.js
* Update subscribe.js
* style: auto format
* 修改 manhuagui/selfhost=1
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update docs/anime.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* manhuagui规范文档
* style: auto format
* 添加漫画柜渲染文件
* 使用模板渲染,修改radar格式
* style: auto format
* refactor: migrate to v2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-07 22:32:41 +08:00
Ethan Shen
1daf3a3242
fix(route): 深潮TechFlow ( #10732 )
2022-09-07 20:30:51 +08:00
mokevip8
2c3fa64035
feat(route): 增加前瞻网 ( #10524 )
...
* 增加前瞻网
* style: auto format
* chore(deps): bump rand-user-agent from 1.0.77 to 1.0.79 (#137 )
Bumps [rand-user-agent](https://github.com/WebScrapingAPI/rand-user-agent ) from 1.0.77 to 1.0.79.
- [Release notes](https://github.com/WebScrapingAPI/rand-user-agent/releases )
- [Commits](https://github.com/WebScrapingAPI/rand-user-agent/commits )
---
updated-dependencies:
- dependency-name: rand-user-agent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: apply suggestions from cr
* fix: deepscan warning
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07 02:31:05 +05:00
Tony
5ac511199d
feat(route): gamme ( #10728 )
2022-09-07 03:11:48 +08:00
DIYgod
9329a44c80
feat(core): support proxy config for pupperteer ( #10714 )
...
* feat: support proxy config for pupperteer
* test: add puppeteer proxy detection
* fix: package.json
* test: fix regex
2022-09-07 00:07:04 +08:00
linbuxiao
57b466908f
fix: yxdown missing cookies ( #10719 )
...
* fix: yxdown missing cookies
* refactor: migrate to v2
* fix: cookie parsing
* docs: fix attr
2022-09-06 19:38:52 +08:00
aether
43baaf9227
feat(route): Touhou event calendar from THBWiki. 添加路由:东方活动日程(来自 THBWiki) ( #10639 )
...
* Add route: Touhou event calendar from THBWiki.
* Added start time, end time and type of event.
* fix docs url address in radar.js
* fix: use domain name as route path
there isn't a site called touhou-events.com, etc.
2022-09-06 02:49:29 +08:00
Tony
fd1d453642
feat(route): bluestacks ( #10709 )
...
* feat(route): bluestacks
* fix: use puppeteer
* fix: radar
2022-09-06 02:24:49 +08:00
Tony
936dc889d9
feat(route)!: remove kuaibao ( #10708 )
2022-09-06 01:35:15 +08:00
Tony
4e9b596e81
feat(route): rarehistoricalphotos ( #10707 )
2022-09-06 01:21:56 +08:00
Tony
be39871730
fix(route): dcard ( #10705 )
...
* fix(route): dcard
* docs: anti crawler attr
2022-09-06 00:20:27 +08:00
Ethan Shen
ea32d46ba9
feat(route): add 全国哲学社会科学工作办公室 ( #10704 )
...
* feat(route): add 全国哲学社会科学工作办公室
* add radar
2022-09-05 22:39:23 +08:00
xiaokyo
cde7722bee
feat(route): 特斯拉价格 ( #10507 )
...
* feat: 特斯拉价格
* fix: missing docs
* fix: url
2022-09-04 00:16:57 +08:00
Tony
8e8ed3d979
fix(route): github pulls labels ( #10682 )
...
fix(route): github pulls labels
2022-09-02 13:32:02 -09:00
dependabot[bot]
ff57adb089
chore(deps-dev): bump @vercel/nft from 0.21.0 to 0.22.1 ( #10675 )
...
* chore(deps-dev): bump @vercel/nft from 0.21.0 to 0.22.1
Bumps [@vercel/nft](https://github.com/vercel/nft ) from 0.21.0 to 0.22.1.
- [Release notes](https://github.com/vercel/nft/releases )
- [Commits](https://github.com/vercel/nft/compare/0.21.0...0.22.1 )
---
updated-dependencies:
- dependency-name: "@vercel/nft"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Revert "docs: vercel workaround (#10665 )"
This reverts commit f57e6230ac .
* fix: scrape settings
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 01:54:37 +08:00
github-actions[bot]
b71847f3cf
style: auto format
2022-09-02 12:31:33 +00:00
miles
cf04b7e199
feat(route): add X岛匿名版 ( #10678 )
...
* feat(route): add X岛匿名版
* refactor(route): use template
2022-09-02 20:29:29 +08:00
hoilc
e7d1a26b54
feat(route): add 英雄联盟台服新闻 ( #10674 )
...
* add loltw news
* simplify api query
2022-09-02 00:21:07 +08:00
miles
173c4e6970
feat(route): add 壹蘋新聞網 ( #10671 )
...
* feat(route): add 壹蘋新聞網
* feat(route): remove comments
* docs: fix tag closing
2022-09-01 23:55:05 +08:00
Fatpandac
aedf5c8cb7
feat(route): add 学工部 ( #10673 )
...
* feat(route): add 学工部
* Update lib/v2/bnu/dwxgb.js
2022-09-01 23:23:19 +08:00
Fatpandac
a921d68201
feat(route): add 虎嗅 简报 ( #10663 )
...
* feat(route): add 虎嗅 简报
* Update lib/v2/huxiu/briefColumn.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* fix(route): get tittle
* Update lib/v2/huxiu/briefColumn.js
2022-09-01 19:32:31 +08:00
miles
5bf71a92b6
feat(route): add greasyfork script version history and script feedback ( #10662 )
...
* feat(route): add greasyfork script version history
* feat(route): add greasyfork script feedback
* refactor(route): remove unnecessary `lang` param
* fix(route): ensure the changelog is extracted correctly
2022-09-01 19:20:27 +08:00
Tony
f57e6230ac
docs: vercel workaround ( #10665 )
...
* docs: vercel workaround
* docs: weekly scrape
2022-09-01 03:47:18 +08:00
evnydd0sf
8495a355f1
feat: 南京艺术学院官网,双馨网,设计学院部分信息 ( #10664 )
...
* 南京艺术学院研究生院
* Update lib/v2/nua/gra.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update lib/v2/nua/gra.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update lib/v2/nua/gra.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update lib/v2/nua/radar.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update lib/v2/nua/radar.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update lib/v2/nua/gra.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update lib/v2/nua/gra.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update docs/university.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Update docs/university.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* 优化代码
* 优化
* update
* 补充南京艺术学院
* fix
* fix
* fix
* 更新南京艺术学院数据源。
* 更新南京艺术学院数据源。
* fix
* fix
* update
* fix doc
* fix
* Update lib/v2/nua/radar.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* fix: yarn.lock permission
* style: auto format
* fix double fetch same page
* Update dc.js
* Revert "Merge branch 'master' of https://github.com/evnydd0sf/RSS-Hub "
This reverts commit dd56f9469b5b2462d482c202ae798b3f159f243e, reversing
changes made to d900050eb8271d0f566070eb58c2c9d87ccd6e53.
* fix
* Revert "fix"
This reverts commit 820ff88120d4fb4fc2bdcd8ee52229d1bfb83c17.
* Revert "Revert "Merge branch 'master' of https://github.com/evnydd0sf/RSS-Hub ""
This reverts commit ce67e0b53c231a8a8527b7407211aff1ab7e50d4.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-01 00:35:42 +08:00
miles
9e1796944f
feat(route): add 聯合新聞網 ( #10654 )
...
* feat(route): add 聯合新聞網
* fix(route): concatenate the url correctly
* feat(route): fetch link name
* feat(route): description uses HTML instead of raw text
* feat(route): remove `from` search params from link
* feat(route): improve feed description readability
* fix(route): article was not properly parsed
* refactor(route): improve feed fetching
2022-08-31 10:16:56 +02:00
miles
3c7cd655e9
feat(route): add 華視新聞網 ( #10658 )
...
* feat(route): add 華視新聞網
* fix(route): rate limit
* feat(route): description uses HTML instead of raw text
2022-08-30 20:53:52 +08:00
Cyrus
3a65aec136
fix(route): 南京航空航天大学路由缓存 ( #10656 )
...
* feat(route): fix 南京航空航天大学路由缓存
* fix(route): sort the routes
2022-08-30 19:52:42 +08:00
miles
e6341a512c
refactor(route): migrate greasyfork to v2 ( #10655 )
...
* feat(route): migrate greasyfork to v2
* fix(route): maintainer path
2022-08-30 19:36:29 +08:00
github-actions[bot]
57b5195522
style: auto format
2022-08-29 17:54:22 +00:00
Axojhf
896b450cc8
feat(route): Add Love Live Topics Route ( #10645 )
...
* Add Love Live Topics Route
* fix radar issue
2022-08-30 01:52:01 +08:00
miles
9757d7e5be
feat(route): add 起点作者页面的作品 ( #10643 )
...
* feat(route): add 起点作者页面的作品
* fix(route): 起点作者缺少 v2 路由必要文件
* fix(route): typo
* fix(route): remove redundant code
* fix(route): author accepts pure string only
* refactor(route): cleanup code
* fix(route): remove old date parser
* refactor: migrate to v2
2022-08-30 01:20:52 +08:00
Tony
256387bd25
feat(route): pixiv novels ( #10647 )
...
* feat(route): pixiv novels
* fix: radar
* fix: cache rename
* docs: fix tag closing
* fix: sort
2022-08-29 23:40:16 +08:00