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,167 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const chrono = require('chrono-node');
4
+ const { art } = require('@/utils/render');
5
+ const path = require('path');
6
+
7
+ module.exports = async (ctx) => {
8
+ const id = ctx.params.id;
9
+ const displayVideo = ctx.params.functionalFlag !== '0';
10
+ const includeStories = ctx.params.functionalFlag === '10';
11
+
12
+ const profileUrl = `https://www.picuki.com/profile/${id}`;
13
+
14
+ const response = await got.get(profileUrl);
15
+ const $ = cheerio.load(response.data);
16
+
17
+ const profileName = $('.profile-name-bottom').text();
18
+ const profileImg = $('.profile-avatar > img').attr('src');
19
+ const profileDescription = $('.profile-description').text();
20
+
21
+ const list = $('ul.box-photos [data-s="media"]').get();
22
+
23
+ async function getMedia(url) {
24
+ const getPost = async () => {
25
+ const response = await got.get(url, {
26
+ headers: {
27
+ Referer: profileUrl,
28
+ },
29
+ });
30
+ return response.data;
31
+ };
32
+ let data = await ctx.cache.tryGet(url, getPost);
33
+ if (Object.prototype.toString.call(data) === '[object Object]') {
34
+ // oops, it's a json, maybe it's an old cache from the old version of this route!
35
+ data = await getPost();
36
+ // re-cache it
37
+ await ctx.cache.set(url, data);
38
+ }
39
+ const $ = cheerio.load(data);
40
+ // Instagram 允许最多 10 条图片/视频任意混合于一条 post,picuki 在所有情况下都会将它(们)置于 .single-photo 内
41
+ let html = '';
42
+ $('.single-photo img,video').each((_, item) => {
43
+ html += $(item).toString(); // 可能是视频,也可能是图片,格式都比较友好,这里直接添加
44
+ });
45
+ return html;
46
+ }
47
+
48
+ function deVideo(media) {
49
+ const $ = cheerio.load(media);
50
+ let media_deVideo = '';
51
+ $('img,video').each((_, medium) => {
52
+ const tag = medium.name;
53
+ medium = $(medium);
54
+ const poster = medium.attr('poster');
55
+ // 如果有 poster 属性,表明它是视频,将它替换为它的 poster;如果不是,就原样返回
56
+ media_deVideo += poster ? `<img src='${poster}' alt='video poster'>` : tag === 'img' ? medium.toString() : '';
57
+ });
58
+ return media_deVideo;
59
+ }
60
+
61
+ let items = await Promise.all(
62
+ list.map(async (post) => {
63
+ post = $(post);
64
+
65
+ const postLink = post.find('.photo > a').attr('href');
66
+ const postTime = post.find('.time');
67
+ const pubDate = postTime ? chrono.parseDate(postTime.text()) : new Date();
68
+ const media_displayVideo = await getMedia(postLink);
69
+ const postText = post
70
+ .find('.photo-description')
71
+ .text()
72
+ .trim()
73
+ .replaceAll(/[^\S\n]+/g, ' ')
74
+ .replaceAll(/((?<=\n|^)[^\S\n])|([^\S\n](?=\n|$))/g, '');
75
+ const title = postText.replaceAll('\n', ' ') || 'Untitled';
76
+ const description = art(path.join(__dirname, 'templates/post.art'), {
77
+ media: displayVideo ? media_displayVideo : deVideo(media_displayVideo),
78
+ desc: postText,
79
+ locationLink: post.find('.photo-location .icon-globe-alt a'),
80
+ });
81
+
82
+ return {
83
+ title,
84
+ author: `@${id}`,
85
+ description,
86
+ link: postLink,
87
+ pubDate,
88
+ };
89
+ })
90
+ );
91
+
92
+ const getStories = async (queryId) => {
93
+ const apiUrl = `https://www.picuki.com/app/controllers/ajax.php`;
94
+ const key = `${apiUrl}?query=${queryId}&type=story`;
95
+ const data = await ctx.cache.tryGet(key, async () => {
96
+ const response = await got.post(apiUrl, {
97
+ form: {
98
+ query: queryId,
99
+ type: 'story',
100
+ },
101
+ headers: {
102
+ Referer: profileUrl,
103
+ Origin: 'https://www.picuki.com',
104
+ 'X-Requested-With': 'XMLHttpRequest',
105
+ },
106
+ });
107
+ return response.data;
108
+ });
109
+ if (data && data.stories_container) {
110
+ const $ = cheerio.load(data.stories_container);
111
+ const storyItems = $('.item')
112
+ .get()
113
+ .map((item) => {
114
+ const $item = $(item);
115
+ const postTime = $item.find('.stories_count');
116
+ const pubDate = postTime.length ? chrono.parseDate(postTime.text()) : new Date();
117
+ const postBox = $item.find('.launchLightbox');
118
+ const poster = postBox.attr('data-video-poster');
119
+ const href = postBox.attr('href');
120
+ const type = postBox.attr('data-post-type'); // video / image
121
+ const storiesBackground = $item.find('.stories_background');
122
+ const storiesBackgroundUrl = storiesBackground && storiesBackground.css('background-image').match(/url\('?(.*)'?\)/);
123
+ const storiesBackgroundUrlSrc = storiesBackgroundUrl && storiesBackgroundUrl[1];
124
+ let description;
125
+ if (type === 'video') {
126
+ description = `<video controls src="${href}" poster="${poster || storiesBackgroundUrlSrc || ''}">`;
127
+ } else if (type === 'image') {
128
+ description = `<img src="${href || poster || storiesBackgroundUrlSrc || ''}" alt="Instagram Story">`;
129
+ }
130
+
131
+ return {
132
+ title: 'Instagram Story',
133
+ author: `@${id}`,
134
+ description,
135
+ link: href,
136
+ pubDate,
137
+ };
138
+ });
139
+ if (storyItems.length) {
140
+ items = items.concat(storyItems);
141
+ }
142
+ }
143
+ };
144
+
145
+ if (includeStories) {
146
+ let profileQueryId;
147
+ $('script:not([src])').each((_, script) => {
148
+ const queryMatch = $(script)
149
+ .html()
150
+ .match(/let query ?= ?['"](\d+)['"]/);
151
+ if (queryMatch) {
152
+ profileQueryId = queryMatch[1];
153
+ }
154
+ });
155
+ if (profileQueryId) {
156
+ await getStories(profileQueryId);
157
+ }
158
+ }
159
+
160
+ ctx.state.data = {
161
+ title: `${profileName} (@${id}) - Picuki`,
162
+ link: profileUrl,
163
+ image: profileImg,
164
+ description: profileDescription,
165
+ item: items,
166
+ };
167
+ };
@@ -0,0 +1,13 @@
1
+ module.exports = {
2
+ 'picuki.com': {
3
+ _name: 'Picuki',
4
+ www: [
5
+ {
6
+ title: '用户',
7
+ docs: 'https://docs.rsshub.app/social-media.html#picuki-yong-hu',
8
+ source: '/profile/:id',
9
+ target: '/picuki/profile/:id',
10
+ },
11
+ ],
12
+ },
13
+ };
@@ -0,0 +1,3 @@
1
+ module.exports = function (router) {
2
+ router.get('/profile/:id/:functionalFlag?', require('./profile'));
3
+ };
@@ -0,0 +1,7 @@
1
+ {{ if media }}{{@ media.replaceAll('\n', '') }}{{ /if }}
2
+ {{ if desc }}<p>{{@ desc.replaceAll('\n', '<br>') }}</p>{{ /if }}
3
+ {{ if locationLink.length && locationLink.attr('href') }}
4
+ <p>📍 <small><a href="{{ locationLink.attr('href') }}">{{ locationLink.text() }}</a></small></p>
5
+ {{ else if locationLink.length }}
6
+ <p>📍 <small>{{ locationLink.text() }}</small></p>
7
+ {{ /if }}
@@ -0,0 +1,60 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const { parseDate } = require('@/utils/parse-date');
4
+
5
+ module.exports = async (ctx) => {
6
+ const category = ctx.params.category ?? '';
7
+
8
+ const rootUrl = 'https://qq88.info';
9
+ const currentUrl = category ? `${rootUrl}/?cat=${category}` : rootUrl;
10
+
11
+ const response = await got({
12
+ method: 'get',
13
+ url: currentUrl,
14
+ });
15
+
16
+ const $ = cheerio.load(response.data);
17
+
18
+ const list = $('.entry-title a')
19
+ .slice(0, 15)
20
+ .map((_, item) => {
21
+ item = $(item);
22
+
23
+ return {
24
+ title: item.text(),
25
+ link: item.attr('href'),
26
+ pubDate: parseDate(item.parent().next().find('.mh-meta-date').eq(-1).text().split(':')[1]),
27
+ };
28
+ })
29
+ .get();
30
+
31
+ const items = await Promise.all(
32
+ list.map((item) =>
33
+ ctx.cache.tryGet(item.link, async () => {
34
+ const detailResponse = await got({
35
+ method: 'get',
36
+ url: item.link,
37
+ });
38
+ const content = cheerio.load(detailResponse.data);
39
+
40
+ const links = content('.entry-content').find('a[download]');
41
+
42
+ item.enclosure_type = 'video/mp4';
43
+ item.enclosure_url = links.eq(-1).attr('href');
44
+ item.description = `<video controls><source src="${item.enclosure_url}"></video><br>`;
45
+
46
+ links.each(function () {
47
+ item.description += `<li><a href="${content(this).attr('href')}">${content(this).text()}</a></li>`;
48
+ });
49
+
50
+ return item;
51
+ })
52
+ )
53
+ );
54
+
55
+ ctx.state.data = {
56
+ title: `${$('.page-title').text() || '首页'} - 秋爸日字`,
57
+ link: currentUrl,
58
+ item: items,
59
+ };
60
+ };
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ '/:category?': ['nczitzk'],
3
+ };
@@ -0,0 +1,13 @@
1
+ module.exports = {
2
+ 'qq88.info': {
3
+ _name: '秋爸日字',
4
+ '.': [
5
+ {
6
+ title: '分类',
7
+ docs: 'https://docs.rsshub.app/multimedia.html#qiu-ba-ri-zi',
8
+ source: '/',
9
+ target: (_params, url) => (new URL(url).searchParams.get('cat') ? `/qq88/${new URL(url).searchParams.get('cat')}` : '/qq88'),
10
+ },
11
+ ],
12
+ },
13
+ };
@@ -0,0 +1,3 @@
1
+ module.exports = (router) => {
2
+ router.get('/:category?', require('./'));
3
+ };
@@ -0,0 +1,106 @@
1
+ const got = require('@/utils/got');
2
+ const { parseDate } = require('@/utils/parse-date');
3
+
4
+ const titles = {
5
+ topic: '热门话题',
6
+ news: '科技动态',
7
+ tech: '技术资讯',
8
+ technews: '技术资讯',
9
+ blockchain: '区块链快讯',
10
+ daily: '每日早报',
11
+ };
12
+
13
+ module.exports = async (ctx) => {
14
+ let category = 'topic';
15
+ let overview = false;
16
+ if (titles[ctx.params.category]) {
17
+ category = ctx.params.category;
18
+ overview = ctx.params.overview ? true : false;
19
+ category = category === 'tech' ? 'technews' : category;
20
+ } else if (ctx.params.category) {
21
+ overview = true;
22
+ }
23
+
24
+ const rootUrl = 'https://readhub.cn';
25
+ const apiRootUrl = 'https://api.readhub.cn';
26
+ const currentUrl = `${rootUrl}/topic/${category}`;
27
+ const apiUrl = `${apiRootUrl}/${category === 'daily' ? 'topic/daily' : category}`;
28
+
29
+ const response = await got({
30
+ method: 'get',
31
+ url: apiUrl,
32
+ });
33
+
34
+ const list = response.data.data.map((item) => ({
35
+ id: item.id,
36
+ title: item.title,
37
+ pubDate: parseDate(item.publishDate),
38
+ description: item.summaryAuto || item.summary || '',
39
+ link: item.url || item.mobileUrl || `${rootUrl}/topic/${item.id}`,
40
+ author: item.authorName || item.siteName || '',
41
+ hasInstantView: item.hasInstantView || false,
42
+ }));
43
+
44
+ const items = await Promise.all(
45
+ list.map((item) =>
46
+ ctx.cache.tryGet(item.id + overview, async () => {
47
+ if (item.hasInstantView || category === 'daily') {
48
+ const { data } = await got({
49
+ method: 'get',
50
+ url: `${apiRootUrl}/topic/instantview?topicId=${item.id}`,
51
+ });
52
+
53
+ item.description = `<a href="${data.url}">访问原网址</a><br>${!overview ? data.content : ''}`;
54
+ }
55
+
56
+ if (isNaN(item.id)) {
57
+ const { data } = await got({
58
+ method: 'get',
59
+ url: `${apiRootUrl}/topic/${item.id}`,
60
+ });
61
+
62
+ if (data.summary && overview) {
63
+ item.description += `${data.summary}<hr>`;
64
+ }
65
+
66
+ if (data.newsArray) {
67
+ item.description += '<br><b>媒体报道</b><ul>';
68
+
69
+ for (const news of data.newsArray) {
70
+ item.description +=
71
+ `<li><a href="${news.url || news.mobileUrl}">${news.title}</a>` + news.siteName
72
+ ? `&nbsp;&nbsp;<small><b>${news.siteName}</b></small>`
73
+ : '' + `${news.publishDate ? `&nbsp;&nbsp;<small>${news.publishDate.split('T')[0]}</small>` : ''}</li>`;
74
+ }
75
+
76
+ item.description += '</ul>';
77
+ }
78
+
79
+ if (data.timeline && data.timeline.topics) {
80
+ const hasTimeline = data.timeline.commonEntities && data.timeline.commonEntities.length > 0;
81
+
82
+ item.description += `<br><b>${hasTimeline ? '事件追踪' : '相关事件'}</b><ul>`;
83
+
84
+ for (const news of data.timeline.topics) {
85
+ const createdAt = news.createdAt ? `<small>${news.createdAt.split('T')[0]}</small>` : '';
86
+
87
+ item.description += `<li>${hasTimeline ? `${createdAt}&nbsp;&nbsp;` : ''}<a href="${rootUrl}/topic/${news.id}">${news.title}</a>${hasTimeline ? '' : `&nbsp;&nbsp;${createdAt}`}</li>`;
88
+ }
89
+
90
+ item.description += '</ul>';
91
+ }
92
+ }
93
+ delete item.id;
94
+ delete item.hasInstantView;
95
+
96
+ return item;
97
+ })
98
+ )
99
+ );
100
+
101
+ ctx.state.data = {
102
+ title: `Readhub - ${titles[category]}`,
103
+ link: currentUrl,
104
+ item: items,
105
+ };
106
+ };
@@ -0,0 +1,3 @@
1
+ module.export = {
2
+ '/:category?/:overview?': ['WhiteWorld', 'nczitzk', 'Fatpandac'],
3
+ };
@@ -0,0 +1,13 @@
1
+ module.exports = {
2
+ 'readhub.cn': {
3
+ _name: 'Readhub',
4
+ '.': [
5
+ {
6
+ title: '分类',
7
+ docs: 'https://docs.rsshub.app/new-media.html#readhub',
8
+ source: ['/', '/:category'],
9
+ target: (params) => `/readhub/${params.category ? params.category : ''}`,
10
+ },
11
+ ],
12
+ },
13
+ };
@@ -0,0 +1,6 @@
1
+ module.exports = (router) => {
2
+ // deprecated
3
+ router.get('/category/:category?/:overview?', require('./index'));
4
+
5
+ router.get('/:category?/:overview?', require('./index'));
6
+ };
@@ -1,3 +1,4 @@
1
1
  module.exports = {
2
2
  '/': ['jialinghui'],
3
+ '/self-study': ['h2ws'],
3
4
  };
@@ -8,6 +8,12 @@ module.exports = {
8
8
  source: ['/'],
9
9
  target: '/shmeea',
10
10
  },
11
+ {
12
+ title: '自学考试通知公告',
13
+ docs: 'https://docs.rsshub.app/other.html#shang-hai-shi-jiao-yu-kao-shi-yuan',
14
+ source: ['/page/04000/index.html', '/'],
15
+ target: '/shmeea/self-study',
16
+ },
11
17
  ],
12
18
  },
13
19
  };
@@ -1,3 +1,4 @@
1
1
  module.exports = function (router) {
2
- router.get('', require('./index'));
2
+ router.get('/', require('./index'));
3
+ router.get('/self-study', require('./self-study'));
3
4
  };
@@ -0,0 +1,61 @@
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
+ async function load_detail(list, cache) {
7
+ return await Promise.all(
8
+ list.map(async (item) => {
9
+ const notice_item = cheerio.load(item);
10
+ const href = notice_item('a').attr('href');
11
+ const url = 'http://www.shmeea.edu.cn' + href;
12
+ if (href[0] !== '/') {
13
+ return {
14
+ title: notice_item('a').attr('title'),
15
+ description: `<a href="${href}" >附件</a>`,
16
+ link: href,
17
+ };
18
+ }
19
+ return await cache.tryGet(url, async () => {
20
+ const detail_response = await got({
21
+ method: 'get',
22
+ url,
23
+ headers: {
24
+ Referer: 'http://www.shmeea.edu.cn/page/04000/index.html',
25
+ Host: 'www.shmeea.edu.cn',
26
+ },
27
+ });
28
+ const detail = cheerio.load(detail_response.data);
29
+ return {
30
+ title: notice_item('a').attr('title'),
31
+ description: detail('.Article_content').html(),
32
+ link: url,
33
+ pubDate: timezone(parseDate(detail('.PBtime').text(), 'YYYY-MM-DD HH:mm:ss'), +8),
34
+ };
35
+ });
36
+ })
37
+ );
38
+ }
39
+
40
+ module.exports = async (ctx) => {
41
+ const response = await got({
42
+ method: 'get',
43
+ url: 'http://www.shmeea.edu.cn/page/04000/index.html',
44
+ headers: {
45
+ Host: 'www.shmeea.edu.cn',
46
+ },
47
+ });
48
+
49
+ const data = response.data;
50
+
51
+ const $ = cheerio.load(data);
52
+ const list = $('#main > div.container > div > div.span9 > div.page-he > div > ul > li').get();
53
+
54
+ const detail = await load_detail(list, ctx.cache);
55
+
56
+ ctx.state.data = {
57
+ title: '上海自学考试 - 通知公告',
58
+ link: 'http://www.shmeea.edu.cn/page/04000/index.html',
59
+ item: detail,
60
+ };
61
+ };
@@ -4,9 +4,9 @@ const cheerio = require('cheerio');
4
4
  module.exports = async (ctx) => {
5
5
  const response = await got({
6
6
  method: 'get',
7
- url: 'http://sdcs.sysu.edu.cn/',
7
+ url: 'http://cse.sysu.edu.cn/',
8
8
  headers: {
9
- Referer: `http://sdcs.sysu.edu.cn/`,
9
+ Referer: `http://cse.sysu.edu.cn/`,
10
10
  },
11
11
  });
12
12
  const $ = cheerio.load(response.data);
@@ -95,7 +95,7 @@ module.exports = async (ctx) => {
95
95
 
96
96
  ctx.state.data = {
97
97
  title: `中山大学 - 数据科学与计算机学院`,
98
- link: `http://sdcs.sysu.edu.cn`,
98
+ link: `http://cse.sysu.edu.cn`,
99
99
  description: `中山大学 - 数据科学与计算机学院`,
100
100
  language: `zh-cn`,
101
101
  item: item_data,
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ '/sysu/cse': ['Neutrino3316', 'MegrezZhu', 'nczitzk'],
3
+ };
@@ -0,0 +1,13 @@
1
+ module.exports = {
2
+ 'sysu.edu.cn': {
3
+ _name: '中山大学',
4
+ cse: [
5
+ {
6
+ title: '计算机学院(软件学院)',
7
+ docs: 'https://docs.rsshub.app/universities.html#zhong-shan-da-xue-ji-suan-ji-xue-yuan',
8
+ source: ['/'],
9
+ target: '/sysu/cse',
10
+ },
11
+ ],
12
+ },
13
+ };
@@ -0,0 +1,3 @@
1
+ module.exports = function (router) {
2
+ router.get('/cse', require('./cse'));
3
+ };