rsshub 1.0.0-master.fe69819 → 1.0.0-master.fee75c6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/lib/config.js +4 -0
  2. package/lib/radar-rules.js +0 -162
  3. package/lib/router.js +82 -83
  4. package/lib/routes/dsndsht23/index.js +2 -1
  5. package/lib/routes/ehentai/ehapi.js +16 -6
  6. package/lib/routes/ehentai/favorites.js +14 -7
  7. package/lib/routes/ehentai/search.js +14 -5
  8. package/lib/routes/ehentai/tag.js +14 -5
  9. package/lib/routes/mofish/index.js +21 -9
  10. package/lib/routes/mofish/templates/description.art +4 -0
  11. package/lib/routes/or/index.js +1 -1
  12. package/lib/routes/prestige-av/series.js +3 -6
  13. package/lib/routes/tencent/wechat/tgchannel.js +84 -29
  14. package/lib/routes/weibo/timeline.js +18 -1
  15. package/lib/routes/weibo/user.js +19 -3
  16. package/lib/routes/weibo/utils.js +113 -5
  17. package/lib/routes/zhihu/hot.js +3 -2
  18. package/lib/v2/36kr/maintainer.js +7 -0
  19. package/lib/{routes → v2}/36kr/motif.js +2 -1
  20. package/lib/v2/36kr/news.js +56 -0
  21. package/lib/{routes → v2}/36kr/newsflashes.js +2 -1
  22. package/lib/v2/36kr/radar.js +37 -0
  23. package/lib/v2/36kr/router.js +7 -0
  24. package/lib/{routes → v2}/36kr/search/article.js +3 -2
  25. package/lib/{routes → v2}/36kr/user.js +2 -1
  26. package/lib/v2/52hrtt/index.js +57 -0
  27. package/lib/v2/52hrtt/maintainer.js +4 -0
  28. package/lib/v2/52hrtt/radar.js +19 -0
  29. package/lib/v2/52hrtt/router.js +4 -0
  30. package/lib/v2/52hrtt/symposium.js +57 -0
  31. package/lib/v2/8kcos/article.js +24 -0
  32. package/lib/v2/8kcos/cat.js +22 -0
  33. package/lib/{routes → v2}/8kcos/const.js +0 -0
  34. package/lib/v2/8kcos/latest.js +23 -0
  35. package/lib/v2/8kcos/maintainer.js +5 -0
  36. package/lib/v2/8kcos/radar.js +25 -0
  37. package/lib/v2/8kcos/router.js +5 -0
  38. package/lib/v2/8kcos/tag.js +23 -0
  39. package/lib/{routes → v2}/95mm/category.js +5 -3
  40. package/lib/v2/95mm/maintainer.js +5 -0
  41. package/lib/v2/95mm/radar.js +25 -0
  42. package/lib/v2/95mm/router.js +5 -0
  43. package/lib/v2/95mm/tab.js +9 -0
  44. package/lib/v2/95mm/tag.js +9 -0
  45. package/lib/v2/95mm/templates/description.art +3 -0
  46. package/lib/v2/95mm/utils.js +59 -0
  47. package/lib/v2/abskoop/index.js +52 -0
  48. package/lib/v2/abskoop/maintainer.js +3 -0
  49. package/lib/v2/abskoop/radar.js +13 -0
  50. package/lib/v2/abskoop/router.js +3 -0
  51. package/lib/v2/abskoop/templates/description.art +3 -0
  52. package/lib/v2/apple/exchange_repair.js +40 -0
  53. package/lib/v2/apple/maintainer.js +3 -0
  54. package/lib/v2/apple/radar.js +13 -0
  55. package/lib/v2/apple/router.js +3 -0
  56. package/lib/{routes/apple → v2}/appstore/gofans.js +3 -3
  57. package/lib/{routes/apple → v2}/appstore/in-app-purchase.js +0 -0
  58. package/lib/v2/appstore/maintainer.js +7 -0
  59. package/lib/{routes/apple → v2}/appstore/price.js +0 -0
  60. package/lib/v2/appstore/radar.js +41 -0
  61. package/lib/v2/appstore/router.js +7 -0
  62. package/lib/{routes/apple → v2}/appstore/update.js +0 -0
  63. package/lib/{routes/apple → v2}/appstore/xianmian.js +3 -2
  64. package/lib/{routes/universities → v2}/bjfu/grs.js +0 -0
  65. package/lib/v2/bjfu/it/index.js +49 -0
  66. package/lib/v2/bjfu/it/utils.js +64 -0
  67. package/lib/{routes/universities → v2}/bjfu/jwc/index.js +0 -0
  68. package/lib/{routes/universities → v2}/bjfu/jwc/utils.js +10 -9
  69. package/lib/{routes/universities → v2}/bjfu/kjc.js +0 -0
  70. package/lib/v2/bjfu/maintainer.js +7 -0
  71. package/lib/{routes/universities → v2}/bjfu/news/index.js +0 -0
  72. package/lib/{routes/universities → v2}/bjfu/news/utils.js +10 -9
  73. package/lib/v2/bjfu/radar.js +45 -0
  74. package/lib/v2/bjfu/router.js +7 -0
  75. package/lib/v2/dahecube/index.js +66 -0
  76. package/lib/v2/dahecube/maintainer.js +3 -0
  77. package/lib/v2/dahecube/radar.js +23 -0
  78. package/lib/v2/dahecube/router.js +3 -0
  79. package/lib/v2/dahecube/utils.js +47 -0
  80. package/lib/v2/dhu/jiaowu/news.js +37 -0
  81. package/lib/v2/dhu/maintainer.js +4 -0
  82. package/lib/v2/dhu/radar.js +17 -0
  83. package/lib/v2/dhu/router.js +4 -0
  84. package/lib/v2/dhu/xxgk/news.js +32 -0
  85. package/lib/v2/douban/people/wish.js +2 -1
  86. package/lib/{routes → v2}/dtcj/datahero.js +3 -2
  87. package/lib/v2/dtcj/datainsight.js +53 -0
  88. package/lib/v2/dtcj/maintainer.js +4 -0
  89. package/lib/v2/dtcj/radar.js +25 -0
  90. package/lib/v2/dtcj/router.js +4 -0
  91. package/lib/v2/eastday/24.js +90 -0
  92. package/lib/v2/eastday/maintainer.js +2 -0
  93. package/lib/v2/eastday/radar.js +16 -0
  94. package/lib/v2/eastday/router.js +2 -0
  95. package/lib/{routes → v2}/eastday/sh.js +6 -11
  96. package/lib/v2/eastmoney/radar.js +13 -0
  97. package/lib/v2/eastmoney/router.js +3 -0
  98. package/lib/v2/eastmoney/ttjj/user.js +65 -0
  99. package/lib/v2/ems/apple.js +42 -0
  100. package/lib/v2/ems/maintainer.js +4 -0
  101. package/lib/{routes → v2}/ems/news.js +0 -0
  102. package/lib/v2/ems/radar.js +19 -0
  103. package/lib/v2/ems/router.js +4 -0
  104. package/lib/v2/ems/templates/apple.art +6 -0
  105. package/lib/{routes → v2}/flyert/creditcard.js +0 -0
  106. package/lib/v2/flyert/maintainer.js +4 -0
  107. package/lib/{routes → v2}/flyert/preferential.js +0 -0
  108. package/lib/v2/flyert/radar.js +19 -0
  109. package/lib/v2/flyert/router.js +4 -0
  110. package/lib/{routes → v2}/flyert/utils.js +2 -1
  111. package/lib/v2/hdu/cs/index.js +57 -0
  112. package/lib/v2/hdu/maintainer.js +3 -0
  113. package/lib/v2/hdu/radar.js +13 -0
  114. package/lib/v2/hdu/router.js +4 -0
  115. package/lib/v2/hellobtc/information.js +51 -0
  116. package/lib/v2/hellobtc/kepu.js +64 -0
  117. package/lib/v2/hellobtc/maintainer.js +6 -0
  118. package/lib/v2/hellobtc/news.js +29 -0
  119. package/lib/v2/hellobtc/radar.js +85 -0
  120. package/lib/v2/hellobtc/router.js +6 -0
  121. package/lib/v2/hellobtc/topic.js +43 -0
  122. package/lib/v2/ielts/index.js +58 -0
  123. package/lib/v2/ielts/maintainer.js +3 -0
  124. package/lib/v2/ielts/radar.js +13 -0
  125. package/lib/v2/ielts/router.js +3 -0
  126. package/lib/{routes → v2}/javbus/genre.js +0 -0
  127. package/lib/{routes → v2}/javbus/home.js +0 -0
  128. package/lib/v2/javbus/label.js +7 -0
  129. package/lib/v2/javbus/maintainer.js +16 -0
  130. package/lib/v2/javbus/radar.js +99 -0
  131. package/lib/v2/javbus/router.js +16 -0
  132. package/lib/{routes → v2}/javbus/series.js +0 -0
  133. package/lib/{routes → v2}/javbus/star.js +0 -0
  134. package/lib/v2/javbus/studio.js +7 -0
  135. package/lib/{routes → v2}/javbus/uncensored/genre.js +0 -0
  136. package/lib/{routes → v2}/javbus/uncensored/home.js +0 -0
  137. package/lib/{routes → v2}/javbus/uncensored/series.js +0 -0
  138. package/lib/{routes → v2}/javbus/uncensored/star.js +0 -0
  139. package/lib/{routes → v2}/javbus/util.js +5 -9
  140. package/lib/{routes → v2}/javbus/western/genre.js +0 -0
  141. package/lib/{routes → v2}/javbus/western/home.js +0 -0
  142. package/lib/{routes → v2}/javbus/western/series.js +0 -0
  143. package/lib/{routes → v2}/javbus/western/star.js +0 -0
  144. package/lib/v2/javlibrary/utils.js +1 -1
  145. package/lib/v2/kbs/maintainer.js +4 -0
  146. package/lib/v2/kbs/news.js +67 -0
  147. package/lib/v2/kbs/radar.js +19 -0
  148. package/lib/v2/kbs/router.js +4 -0
  149. package/lib/{routes → v2}/kbs/today.js +1 -1
  150. package/lib/v2/lofter/maintainer.js +4 -0
  151. package/lib/v2/lofter/radar.js +17 -0
  152. package/lib/v2/lofter/router.js +4 -0
  153. package/lib/{routes → v2}/lofter/tag.js +4 -4
  154. package/lib/v2/lofter/user.js +52 -0
  155. package/lib/v2/lvv2/maintainer.js +4 -0
  156. package/lib/v2/lvv2/news.js +75 -0
  157. package/lib/v2/lvv2/radar.js +79 -0
  158. package/lib/v2/lvv2/router.js +4 -0
  159. package/lib/v2/lvv2/templates/outlink.art +1 -0
  160. package/lib/v2/lvv2/top.js +77 -0
  161. package/lib/v2/nbd/article.js +50 -0
  162. package/lib/{routes → v2}/nbd/index.js +8 -5
  163. package/lib/v2/nbd/maintainer.js +4 -0
  164. package/lib/v2/nbd/radar.js +19 -0
  165. package/lib/v2/nbd/router.js +4 -0
  166. package/lib/v2/njnu/ceai/ceai.js +44 -0
  167. package/lib/v2/njnu/ceai/utils.js +55 -0
  168. package/lib/v2/njnu/jwc/jwc.js +43 -0
  169. package/lib/v2/njnu/jwc/utils.js +59 -0
  170. package/lib/v2/njnu/maintainer.js +4 -0
  171. package/lib/v2/njnu/radar.js +21 -0
  172. package/lib/v2/njnu/router.js +4 -0
  173. package/lib/v2/nltimes/maintainer.js +3 -0
  174. package/lib/v2/nltimes/news.js +89 -0
  175. package/lib/v2/nltimes/radar.js +19 -0
  176. package/lib/v2/nltimes/router.js +3 -0
  177. package/lib/{routes → v2}/nowcoder/discuss.js +17 -22
  178. package/lib/v2/nowcoder/experience.js +48 -0
  179. package/lib/{routes → v2}/nowcoder/jobcenter.js +0 -0
  180. package/lib/v2/nowcoder/maintainer.js +7 -0
  181. package/lib/v2/nowcoder/radar.js +40 -0
  182. package/lib/{routes → v2}/nowcoder/recommend.js +1 -1
  183. package/lib/v2/nowcoder/router.js +7 -0
  184. package/lib/{routes → v2}/nowcoder/schedule.js +4 -3
  185. package/lib/v2/odaily/post.js +10 -8
  186. package/lib/v2/oilchem/index.js +67 -0
  187. package/lib/v2/oilchem/maintainer.js +3 -0
  188. package/lib/v2/oilchem/radar.js +11 -0
  189. package/lib/v2/oilchem/router.js +3 -0
  190. package/lib/v2/oilchem/routes.js +671 -0
  191. package/lib/v2/picuki/maintainer.js +3 -0
  192. package/lib/v2/picuki/profile.js +167 -0
  193. package/lib/v2/picuki/radar.js +13 -0
  194. package/lib/v2/picuki/router.js +3 -0
  195. package/lib/v2/picuki/templates/post.art +7 -0
  196. package/lib/v2/qq88/index.js +60 -0
  197. package/lib/v2/qq88/maintainer.js +3 -0
  198. package/lib/v2/qq88/radar.js +13 -0
  199. package/lib/v2/qq88/router.js +3 -0
  200. package/lib/v2/readhub/index.js +106 -0
  201. package/lib/v2/readhub/maintainer.js +3 -0
  202. package/lib/v2/readhub/radar.js +13 -0
  203. package/lib/v2/readhub/router.js +6 -0
  204. package/lib/v2/shmeea/maintainer.js +1 -0
  205. package/lib/v2/shmeea/radar.js +6 -0
  206. package/lib/v2/shmeea/router.js +2 -1
  207. package/lib/v2/shmeea/self-study.js +61 -0
  208. package/lib/{routes/universities/sysu/sdcs.js → v2/sysu/cse.js} +3 -3
  209. package/lib/v2/sysu/maintainer.js +3 -0
  210. package/lib/v2/sysu/radar.js +13 -0
  211. package/lib/v2/sysu/router.js +3 -0
  212. package/lib/v2/telegram/channel.js +446 -112
  213. package/lib/v2/telegram/maintainer.js +1 -1
  214. package/lib/v2/telegram/router.js +1 -1
  215. package/lib/v2/telegram/templates/video.art +3 -1
  216. package/lib/v2/tencent/maintainer.js +3 -0
  217. package/lib/v2/tencent/qq/sdk/changelog.js +56 -0
  218. package/lib/v2/tencent/radar.js +56 -0
  219. package/lib/v2/tencent/router.js +3 -0
  220. package/lib/v2/tokeninsight/blog.js +52 -0
  221. package/lib/v2/tokeninsight/bulletin.js +44 -0
  222. package/lib/v2/tokeninsight/maintainer.js +5 -0
  223. package/lib/v2/tokeninsight/radar.js +25 -0
  224. package/lib/v2/tokeninsight/report.js +52 -0
  225. package/lib/v2/tokeninsight/router.js +5 -0
  226. package/lib/v2/txrjy/fornumtopic.js +72 -0
  227. package/lib/v2/txrjy/maintainer.js +3 -0
  228. package/lib/v2/txrjy/radar.js +17 -0
  229. package/lib/v2/txrjy/router.js +3 -0
  230. package/lib/v2/txrjy/templates/fornumtopic.art +6 -0
  231. package/lib/v2/wfu/jwc.js +54 -0
  232. package/lib/v2/wfu/maintainer.js +4 -0
  233. package/lib/v2/wfu/news.js +96 -0
  234. package/lib/v2/wfu/radar.js +21 -0
  235. package/lib/v2/wfu/router.js +4 -0
  236. package/lib/v2/who/maintainer.js +5 -0
  237. package/lib/v2/who/news-room.js +76 -0
  238. package/lib/{routes → v2}/who/news.js +1 -1
  239. package/lib/v2/who/radar.js +25 -0
  240. package/lib/v2/who/router.js +5 -0
  241. package/lib/{routes → v2}/who/speeches.js +0 -0
  242. package/lib/v2/wikinews/index.js +43 -0
  243. package/lib/v2/wikinews/maintainer.js +3 -0
  244. package/lib/v2/wikinews/radar.js +13 -0
  245. package/lib/v2/wikinews/router.js +4 -0
  246. package/lib/{routes → v2}/wsj/index.js +6 -4
  247. package/lib/v2/wsj/maintainer.js +3 -0
  248. package/lib/v2/wsj/radar.js +21 -0
  249. package/lib/v2/wsj/router.js +3 -0
  250. package/lib/v2/xiaoyuzhou/maintainer.js +1 -1
  251. package/lib/v2/xiaoyuzhou/podcast.js +1 -1
  252. package/lib/v2/xmanhua/index.js +74 -0
  253. package/lib/v2/xmanhua/radar.js +13 -0
  254. package/lib/v2/xmanhua/router.js +3 -0
  255. package/lib/{routes → v2}/zhibo8/forum.js +8 -16
  256. package/lib/v2/zhibo8/maintainer.js +5 -0
  257. package/lib/v2/zhibo8/more.js +82 -0
  258. package/lib/{routes → v2}/zhibo8/post.js +1 -1
  259. package/lib/v2/zhibo8/radar.js +27 -0
  260. package/lib/v2/zhibo8/router.js +5 -0
  261. package/package.json +10 -9
  262. package/lib/routes/36kr/news.js +0 -94
  263. package/lib/routes/8kcos/article.js +0 -17
  264. package/lib/routes/8kcos/cat.js +0 -28
  265. package/lib/routes/8kcos/latest.js +0 -27
  266. package/lib/routes/95mm/tab.js +0 -9
  267. package/lib/routes/95mm/tag.js +0 -7
  268. package/lib/routes/95mm/utils.js +0 -51
  269. package/lib/routes/apple/exchange_repair.js +0 -47
  270. package/lib/routes/eastmoney/user.js +0 -30
  271. package/lib/routes/lofter/posts.js +0 -54
  272. package/lib/routes/nbd/article.js +0 -60
  273. package/lib/routes/picuki/profile.js +0 -90
  274. package/lib/routes/readhub/category.js +0 -102
  275. package/lib/routes/who/news-room.js +0 -56
  276. package/lib/routes/zhibo8/more.js +0 -45
@@ -0,0 +1,59 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const { parseDate } = require('@/utils/parse-date');
4
+ const timezone = require('@/utils/timezone');
5
+
6
+ // 专门定义一个function用于加载文章内容
7
+ async function load(link) {
8
+ // 异步请求文章
9
+ const response = await got.get(link, {
10
+ https: {
11
+ rejectUnauthorized: false,
12
+ },
13
+ });
14
+ // 加载文章内容
15
+ const $ = cheerio.load(response.data);
16
+ const dateStr = $('span+ span').text();
17
+ // 解析日期
18
+ const pubDate = timezone(parseDate(dateStr, 'YYYY-MM-DD', 'zh-cn'), +8);
19
+ // 提取内容
20
+ const description = $('form > div').html();
21
+
22
+ // 返回解析的结果
23
+ return { description, pubDate };
24
+ }
25
+
26
+ const ProcessFeed = async (list, caches) => {
27
+ const host = 'http://jwc.njnu.edu.cn/';
28
+
29
+ // 使用 Promise.all() 进行 async 并发
30
+ return await Promise.all(
31
+ // 遍历每一篇文章
32
+ list.map(async (item) => {
33
+ const $ = cheerio.load(item);
34
+
35
+ const $title = $('a');
36
+ // 还原相对链接为绝对链接
37
+ const itemUrl = new URL($title.attr('href'), host);
38
+
39
+ // 列表上提取到的信息
40
+ const single = {
41
+ title: $title.text(),
42
+ link: itemUrl,
43
+ author: '教务处',
44
+ guid: itemUrl,
45
+ };
46
+
47
+ // 使用tryGet方法从缓存获取内容。
48
+ // 当缓存中无法获取到链接内容的时候,则使用load方法加载文章内容。
49
+ const other = await caches.tryGet(itemUrl, async () => await load(itemUrl));
50
+
51
+ // 合并解析后的结果集作为该篇文章最终的输出结果
52
+ return { ...single, ...other };
53
+ })
54
+ );
55
+ };
56
+
57
+ module.exports = {
58
+ ProcessFeed,
59
+ };
@@ -0,0 +1,4 @@
1
+ module.exports = {
2
+ '/jwc/:type': ['Shujakuinkuraudo'],
3
+ '/ceai/:type': ['Shujakuinkuraudo'],
4
+ };
@@ -0,0 +1,21 @@
1
+ module.exports = {
2
+ 'njnu.edu.cn': {
3
+ _name: '南京师范大学',
4
+ ceai: [
5
+ {
6
+ title: '计算机与电子信息学院-人工智能学院',
7
+ docs: 'https://docs.rsshub.app/university.html#nan-jing-shi-fan-da-xue',
8
+ source: '/',
9
+ target: '/njnu/ceai/xygg',
10
+ },
11
+ ],
12
+ jwc: [
13
+ {
14
+ title: '教务通知',
15
+ docs: 'https://docs.rsshub.app/university.html#nan-jing-shi-fan-da-xue',
16
+ source: '/',
17
+ target: '/njnu/jwc/xwdt',
18
+ },
19
+ ],
20
+ },
21
+ };
@@ -0,0 +1,4 @@
1
+ module.exports = (router) => {
2
+ router.get('/jwc/:type', require('./jwc/jwc'));
3
+ router.get('/ceai/:type', require('./ceai/ceai'));
4
+ };
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ '/news/:category?': ['Hivol'],
3
+ };
@@ -0,0 +1,89 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const { parseDate } = require('@/utils/parse-date');
4
+ const timezone = require('@/utils/timezone');
5
+
6
+ const map = new Map([
7
+ ['top-stories', { title: 'NL Times -- Top Stories', suffix: '/top-stories' }],
8
+ ['health', { title: 'NL Times -- Health', suffix: '/categories/health' }],
9
+ ['crime', { title: 'NL Times -- Crime', suffix: '/categories/crime' }],
10
+ ['politics', { title: 'NL Times -- Politics', suffix: '/categories/politics' }],
11
+ ['business', { title: 'NL Times -- Business', suffix: '/categories/business' }],
12
+ ['tech', { title: 'NL Times -- Tech', suffix: '/categories/tech' }],
13
+ ['culture', { title: 'NL Times -- Culture', suffix: '/categories/culture' }],
14
+ ['sports', { title: 'NL Times -- Sports', suffix: '/categories/sports' }],
15
+ ['weird', { title: 'NL Times -- Weird', suffix: '/categories/weird' }],
16
+ ['1-1-2', { title: 'NL Times -- 1-1-2', suffix: '/categories/1-1-2' }],
17
+ ]);
18
+
19
+ module.exports = async (ctx) => {
20
+ const category = ctx.params.category ?? 'top-stories';
21
+ const suffix = map.get(category).suffix;
22
+
23
+ const rootUrl = 'https://www.nltimes.nl';
24
+ const apiUrl = rootUrl + suffix;
25
+
26
+ const response = await got({
27
+ method: 'get',
28
+ url: apiUrl,
29
+ });
30
+
31
+ const $ = cheerio.load(response.data);
32
+
33
+ const list = $('.news-card')
34
+ .slice(0, 10)
35
+ .map((_, elem) => {
36
+ const item = {
37
+ link: $(elem).children('.news-card__title').first().children('a').first().attr('href'),
38
+ title: $(elem).children('.news-card__title').first().children('a').first().text(),
39
+ date: $(elem).children('.news-card__date').first().text(),
40
+ category: $(elem)
41
+ .children('.news-card__categories')
42
+ .first()
43
+ .children('a')
44
+ .map((_, elem) => $(elem).text())
45
+ .get(),
46
+ };
47
+ return item;
48
+ })
49
+ .get();
50
+
51
+ const ProcessFeed = (data) => {
52
+ const $ = cheerio.load(data);
53
+
54
+ return $('.news-article--body').html();
55
+ };
56
+
57
+ const items = await Promise.all(
58
+ list.map((item) => {
59
+ const title = item.title;
60
+ const date = timezone(parseDate(item.date, 'DD MMMM YYYY - HH:mm'), +1); // Central European Time
61
+ const link = rootUrl + item.link;
62
+ const category = item.category;
63
+
64
+ return ctx.cache.tryGet(link, async () => {
65
+ const response = await got({
66
+ method: 'get',
67
+ url: link,
68
+ });
69
+
70
+ const description = ProcessFeed(response.data);
71
+ return {
72
+ title,
73
+ category,
74
+ description,
75
+ pubDate: date,
76
+ link,
77
+ };
78
+ });
79
+ })
80
+ );
81
+
82
+ ctx.state.data = {
83
+ title: map.get(category).title,
84
+ language: 'en',
85
+ link: apiUrl,
86
+ description: map.get(category).title,
87
+ item: items,
88
+ };
89
+ };
@@ -0,0 +1,19 @@
1
+ module.exports = {
2
+ 'nltimes.nl': {
3
+ _name: 'NL Times',
4
+ '.': [
5
+ {
6
+ title: 'News',
7
+ docs: 'https://docs.rsshub.app/new-media.html#nl-times',
8
+ source: '/categories/:category',
9
+ target: '/nltimes/news/:category',
10
+ },
11
+ {
12
+ title: 'News',
13
+ docs: 'https://docs.rsshub.app/new-media.html#nl-times',
14
+ source: '/top-stories',
15
+ target: '/nltimes/news/top-stories',
16
+ },
17
+ ],
18
+ },
19
+ };
@@ -0,0 +1,3 @@
1
+ module.exports = (router) => {
2
+ router.get('/news/:category?', require('./news'));
3
+ };
@@ -1,7 +1,7 @@
1
1
  const got = require('@/utils/got');
2
2
  const cheerio = require('cheerio');
3
- const url = require('url');
4
- const date = require('@/utils/date');
3
+ const { parseDate } = require('@/utils/parse-date');
4
+ const timezone = require('@/utils/timezone');
5
5
 
6
6
  const host = 'https://www.nowcoder.com';
7
7
 
@@ -19,7 +19,7 @@ module.exports = async (ctx) => {
19
19
  const list = $('li.clearfix')
20
20
  .map(function () {
21
21
  const info = {
22
- title: $(this).find('div.discuss-main.clearfix a').text().trim().replace('\n', ' '),
22
+ title: $(this).find('div.discuss-main.clearfix a:first').text().trim().replace('\n', ' '),
23
23
  link: $(this).find('div.discuss-main.clearfix a[rel]').attr('href'),
24
24
  };
25
25
  return info;
@@ -27,30 +27,25 @@ module.exports = async (ctx) => {
27
27
  .get();
28
28
 
29
29
  const out = await Promise.all(
30
- list.map(async (info) => {
30
+ list.map((info) => {
31
31
  const title = info.title || 'tzgg';
32
- const itemUrl = url.resolve(host, info.link).replace(new RegExp('^(.*)[?](.*)$'), '$1');
32
+ const itemUrl = new URL(info.link, host).href.replace(new RegExp('^(.*)[?](.*)$'), '$1');
33
33
 
34
- const cache = await ctx.cache.get(itemUrl);
35
- if (cache) {
36
- return Promise.resolve(JSON.parse(cache));
37
- }
34
+ return ctx.cache.tryGet(itemUrl, async () => {
35
+ const response = await got.get(itemUrl);
36
+ const $ = cheerio.load(response.data);
38
37
 
39
- const response = await got.get(itemUrl);
40
- const $ = cheerio.load(response.data);
38
+ const date_value = $('span.post-time').text();
41
39
 
42
- const date_value = $('span.post-time').text().split(' ')[1];
40
+ const description = $('.nc-post-content').html();
43
41
 
44
- const description = $('.nc-post-content').html();
45
-
46
- const single = {
47
- title,
48
- link: itemUrl,
49
- description,
50
- pubDate: date(date_value, 8),
51
- };
52
- ctx.cache.set(itemUrl, JSON.stringify(single));
53
- return Promise.resolve(single);
42
+ return {
43
+ title,
44
+ link: itemUrl,
45
+ description,
46
+ pubDate: timezone(parseDate(date_value), +8),
47
+ };
48
+ });
54
49
  })
55
50
  );
56
51
 
@@ -0,0 +1,48 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const { parseDate } = require('@/utils/parse-date');
4
+ const timezone = require('@/utils/timezone');
5
+
6
+ const host = 'https://www.nowcoder.com';
7
+
8
+ module.exports = async (ctx) => {
9
+ const params = new URLSearchParams(ctx.query);
10
+ params.append('tagId', ctx.params.tagId);
11
+
12
+ const link = new URL('/discuss/experience/json', host);
13
+
14
+ // const link = `https://www.nowcoder.com/discuss/experience/json?tagId=${tagId}&order=${order}&companyId=${companyId}&phaseId=${phaseId}`;
15
+ link.search = params;
16
+ const response = await got.get(link.toString());
17
+ const data = response.data.data;
18
+
19
+ const list = data.discussPosts.map((x) => {
20
+ const info = {
21
+ title: x.postTitle,
22
+ link: new URL('discuss/' + x.postId, host).href,
23
+ author: x.author,
24
+ pubDate: timezone(parseDate(x.createTime), +8),
25
+ category: x.postTypeName,
26
+ };
27
+ return info;
28
+ });
29
+
30
+ const out = await Promise.all(
31
+ list.map((info) =>
32
+ ctx.cache.tryGet(info.link, async () => {
33
+ const response = await got.get(info.link);
34
+ const $ = cheerio.load(response.data);
35
+
36
+ info.description = $('.nc-post-content').html();
37
+
38
+ return info;
39
+ })
40
+ )
41
+ );
42
+
43
+ ctx.state.data = {
44
+ title: `牛客面经Tag${ctx.params.tagId}`,
45
+ link: link.href,
46
+ item: out,
47
+ };
48
+ };
File without changes
@@ -0,0 +1,7 @@
1
+ module.exports = {
2
+ '/discuss/:type/:order': ['LogicJake'],
3
+ '/experience/:tagId': ['huyyi'],
4
+ '/jobcenter/:recruitType?/:city?/:type?/:order?/:latest?': ['nczitzk'],
5
+ '/recommend': ['junfengP'],
6
+ '/schedule/:propertyId?/:typeId?': ['junfengP'],
7
+ };
@@ -0,0 +1,40 @@
1
+ module.exports = {
2
+ 'nowcoder.com': {
3
+ _name: '牛客网',
4
+ '.': [
5
+ {
6
+ title: '面经',
7
+ docs: 'https://docs.rsshub.app/bbs.html#niu-ke-wang-mian-jing',
8
+ source: ['/'],
9
+ target: '/nowcoder/experience',
10
+ },
11
+ {
12
+ title: '讨论区',
13
+ docs: 'https://docs.rsshub.app/bbs.html#niu-ke-wang',
14
+ source: ['/discuss'],
15
+ target: (_params, url) => {
16
+ const href = new URL(url);
17
+ return `/nowcoder/${href.searchParams.get('type')}/${href.searchParams.get('order')}`;
18
+ },
19
+ },
20
+ {
21
+ title: '实习广场 & 社招广场',
22
+ docs: 'https://docs.rsshub.app/bbs.html#niu-ke-wang',
23
+ source: ['/'],
24
+ target: '/nowcoder/jobcenter',
25
+ },
26
+ {
27
+ title: '校招日程',
28
+ docs: 'https://docs.rsshub.app/bbs.html#niu-ke-wang',
29
+ source: ['/'],
30
+ target: '/nowcoder/schedule',
31
+ },
32
+ {
33
+ title: '求职推荐',
34
+ docs: 'https://docs.rsshub.app/bbs.html#niu-ke-wang',
35
+ source: ['/'],
36
+ target: '/nowcoder/recommend',
37
+ },
38
+ ],
39
+ },
40
+ };
@@ -13,7 +13,7 @@ module.exports = async (ctx) => {
13
13
  description: '牛客网-推荐',
14
14
  item: data.map((item) => ({
15
15
  title: item.name,
16
- description: `<img src="${item.img}" referrerpolicy="no-referrer"">`,
16
+ description: `<img src="${item.img}">`,
17
17
  link: `https://www.nowcoder.com${item.url}`,
18
18
  })),
19
19
  };
@@ -0,0 +1,7 @@
1
+ module.exports = function (router) {
2
+ router.get('/discuss/:type/:order', require('./discuss'));
3
+ router.get('/experience/:tagId', require('./experience'));
4
+ router.get('/jobcenter/:recruitType?/:city?/:type?/:order?/:latest?', require('./jobcenter'));
5
+ router.get('/recommend', require('./recommend'));
6
+ router.get('/schedule/:propertyId?/:typeId?', require('./schedule'));
7
+ };
@@ -1,15 +1,16 @@
1
1
  const got = require('@/utils/got');
2
+ const { parseDate } = require('@/utils/parse-date');
2
3
 
3
4
  module.exports = async (ctx) => {
4
5
  const propertyId = ctx.params.propertyId ? ctx.params.propertyId : 0;
5
6
  const typeId = ctx.params.typeId ? ctx.params.typeId : 0;
6
7
 
7
8
  const link = `https://www.nowcoder.com/school/schedule/data?token=&query=&typeId=${typeId}&propertyId=${propertyId}&onlyFollow=false&_=${new Date().getTime()}`;
8
- const responseBody = (await got.get(link)).data;
9
+ const responseBody = (await got(link)).data;
9
10
  if (responseBody.code !== 0) {
10
11
  throw Error(`接口错误,错误代码:${responseBody.code},错误原因:${responseBody.msg}`);
11
12
  }
12
- const data = responseBody.data;
13
+ const data = responseBody.data.companyList;
13
14
 
14
15
  ctx.state.data = {
15
16
  title: '名企校招日程',
@@ -23,7 +24,7 @@ module.exports = async (ctx) => {
23
24
  return {
24
25
  title: item.name,
25
26
  description: `<table>${desc}</table>`,
26
- pubDate: new Date(item.createTime).toUTCString(),
27
+ pubDate: parseDate(item.createTime),
27
28
  link: `https://www.nowcoder.com/school/schedule/${item.id}`,
28
29
  };
29
30
  }),
@@ -25,14 +25,16 @@ module.exports = async (ctx) => {
25
25
  url: currentUrl,
26
26
  });
27
27
 
28
- let items = response.data.data.items.map((item) => ({
29
- title: item.title,
30
- author: item.user.name,
31
- type: item.entity_type,
32
- description: `<p>${item.summary}</p>`,
33
- link: `${rootUrl}/${item.entity_type}/${item.entity_id}`,
34
- pubDate: timezone(parseDate(item.published_at), +8),
35
- }));
28
+ let items = response.data.data.items
29
+ .map((item) => ({
30
+ title: item.title,
31
+ author: item.user.name,
32
+ type: item.entity_type,
33
+ description: `<p>${item.summary}</p>`,
34
+ link: `${rootUrl}/${item.entity_type}/${item.entity_id}`,
35
+ pubDate: timezone(parseDate(item.published_at), +8),
36
+ }))
37
+ .filter((item) => item.type !== 'newsflash');
36
38
 
37
39
  items = await Promise.all(
38
40
  items.map(
@@ -0,0 +1,67 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const routes = require('./routes');
4
+ const timezone = require('@/utils/timezone');
5
+ const { parseDate } = require('@/utils/parse-date');
6
+
7
+ module.exports = async (ctx) => {
8
+ const type = ctx.params.type ?? '';
9
+ const category = ctx.params.category ?? '';
10
+ const subCategory = ctx.params.subCategory ?? '';
11
+
12
+ const route = category === '' ? '' : `/${category}${subCategory === '' ? '' : `/${subCategory}`}`;
13
+
14
+ const rootUrl = `https://${type === '' ? 'www' : 'list'}.oilchem.net`;
15
+ const currentUrl = `${rootUrl}${type === '' ? '/1/' : type === 'list' ? route : `/${routes[`/${type}${route}`]}`}`;
16
+
17
+ const response = await got({
18
+ method: 'get',
19
+ url: currentUrl,
20
+ });
21
+
22
+ const $ = cheerio.load(response.data);
23
+
24
+ const list = $('.list ul ul li a')
25
+ .map((_, item) => {
26
+ item = $(item);
27
+
28
+ return {
29
+ title: item.text(),
30
+ link: item.attr('href'),
31
+ };
32
+ })
33
+ .get();
34
+
35
+ const items = await Promise.all(
36
+ list.map(
37
+ async (item) =>
38
+ await ctx.cache.tryGet(item.link, async () => {
39
+ const detailResponse = await got({
40
+ method: 'get',
41
+ url: item.link,
42
+ });
43
+ const content = cheerio.load(detailResponse.data);
44
+
45
+ item.description = content('#content').html();
46
+ item.pubDate = timezone(
47
+ parseDate(
48
+ content('.xq-head')
49
+ .find('span')
50
+ .text()
51
+ .match(/发布时间:\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}/)[0],
52
+ 'YYYY-MM-DD HH:mm'
53
+ ),
54
+ +8
55
+ );
56
+
57
+ return item;
58
+ })
59
+ )
60
+ );
61
+
62
+ ctx.state.data = {
63
+ title: `${$('.hdbox h3').text()} - 隆众资讯`,
64
+ link: currentUrl,
65
+ item: items,
66
+ };
67
+ };
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ '/:type?/:category?/:subCategory?': ['nczitzk'],
3
+ };
@@ -0,0 +1,11 @@
1
+ module.exports = {
2
+ 'oilchem.net': {
3
+ _name: '隆众资讯',
4
+ '.': [
5
+ {
6
+ title: '资讯',
7
+ docs: 'https://docs.rsshub.app/new-media.html#long-zhong-zi-xun',
8
+ },
9
+ ],
10
+ },
11
+ };
@@ -0,0 +1,3 @@
1
+ module.exports = (router) => {
2
+ router.get('/:type?/:category?/:subCategory?', require('./'));
3
+ };