rsshub 1.0.0-master.f7f8b7a → 1.0.0-master.f812e91

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 (419) hide show
  1. package/README.md +6 -4
  2. package/lib/radar-rules.js +0 -93
  3. package/lib/router.js +5 -297
  4. package/lib/routes/199it/category.js +1 -1
  5. package/lib/routes/199it/tag.js +1 -1
  6. package/lib/routes/199it/utils.js +1 -1
  7. package/lib/v2/9to5/utils.js +1 -1
  8. package/lib/v2/aeon/utils.js +1 -1
  9. package/lib/v2/agirls/maintainer.js +0 -1
  10. package/lib/v2/agirls/radar.js +0 -6
  11. package/lib/v2/agirls/router.js +0 -1
  12. package/lib/v2/artstation/maintainer.js +3 -0
  13. package/lib/v2/artstation/radar.js +13 -0
  14. package/lib/v2/artstation/router.js +3 -0
  15. package/lib/v2/artstation/templates/description.art +17 -0
  16. package/lib/v2/artstation/user.js +98 -0
  17. package/lib/v2/bilibili/maintainer.js +0 -5
  18. package/lib/v2/bilibili/radar.js +0 -6
  19. package/lib/v2/bilibili/router.js +0 -5
  20. package/lib/v2/cctv/maintainer.js +0 -1
  21. package/lib/v2/cctv/radar.js +0 -6
  22. package/lib/v2/cctv/router.js +0 -1
  23. package/lib/v2/curius/templates/description.art +1 -1
  24. package/lib/v2/dahecube/index.js +1 -1
  25. package/lib/v2/deeplearning/maintainer.js +3 -0
  26. package/lib/v2/deeplearning/radar.js +13 -0
  27. package/lib/v2/deeplearning/router.js +3 -0
  28. package/lib/v2/deeplearning/thebatch.js +36 -0
  29. package/lib/v2/diandong/maintainer.js +0 -1
  30. package/lib/v2/diandong/radar.js +0 -6
  31. package/lib/v2/diandong/router.js +0 -1
  32. package/lib/v2/dx2025/radar.js +0 -6
  33. package/lib/v2/eastday/maintainer.js +0 -1
  34. package/lib/v2/eastday/radar.js +0 -6
  35. package/lib/v2/eastday/router.js +0 -1
  36. package/lib/v2/economist/maintainer.js +0 -2
  37. package/lib/v2/economist/radar.js +0 -8
  38. package/lib/v2/economist/router.js +0 -2
  39. package/lib/v2/ft/maintainer.js +0 -1
  40. package/lib/v2/ft/radar.js +0 -13
  41. package/lib/v2/ft/router.js +0 -1
  42. package/lib/v2/github/radar.js +12 -12
  43. package/lib/v2/gov/chinamine-safety/util.js +77 -0
  44. package/lib/v2/gov/chinamine-safety/xw.js +37 -0
  45. package/lib/v2/gov/chinamine-safety/zfxxgk.js +36 -0
  46. package/lib/v2/gov/maintainer.js +2 -0
  47. package/lib/v2/gov/radar.js +191 -0
  48. package/lib/v2/gov/router.js +2 -0
  49. package/lib/v2/hellobtc/maintainer.js +0 -1
  50. package/lib/v2/hellobtc/radar.js +0 -6
  51. package/lib/v2/hellobtc/router.js +0 -1
  52. package/lib/v2/instagram/radar.js +2 -2
  53. package/lib/v2/jianshu/maintainer.js +5 -0
  54. package/lib/v2/jianshu/radar.js +25 -0
  55. package/lib/v2/jianshu/router.js +5 -0
  56. package/lib/{routes → v2}/jianshu/utils.js +18 -26
  57. package/lib/v2/nhk/news.js +1 -1
  58. package/lib/v2/nytimes/radar.js +0 -6
  59. package/lib/v2/nytimes/router.js +0 -1
  60. package/lib/v2/qweather/3days.js +1 -1
  61. package/lib/v2/reuters/common.js +55 -48
  62. package/lib/v2/sehuatang/index.js +10 -12
  63. package/lib/v2/sehuatang/user.js +11 -12
  64. package/lib/v2/thenewslens/radar.js +0 -6
  65. package/lib/v2/thoughtco/index.js +1 -1
  66. package/lib/v2/threads/index.js +1 -1
  67. package/lib/v2/tophub/list.js +40 -0
  68. package/lib/v2/tophub/maintainer.js +1 -0
  69. package/lib/v2/tophub/radar.js +6 -0
  70. package/lib/v2/tophub/router.js +1 -0
  71. package/lib/v2/tophub/templates/rank.art +22 -0
  72. package/lib/v2/twreporter/maintainer.js +0 -2
  73. package/lib/v2/twreporter/radar.js +0 -12
  74. package/lib/v2/twreporter/router.js +0 -2
  75. package/lib/v2/worldjournal/index.js +1 -1
  76. package/lib/v2/woshipm/maintainer.js +0 -2
  77. package/lib/v2/woshipm/radar.js +0 -12
  78. package/lib/v2/woshipm/router.js +0 -2
  79. package/lib/v2/zhihu/maintainer.js +2 -0
  80. package/lib/v2/zhihu/radar.js +18 -0
  81. package/lib/v2/zhihu/router.js +2 -0
  82. package/lib/v2/zhihu/xhu/activities.js +112 -0
  83. package/lib/v2/zhihu/xhu/answers.js +31 -0
  84. package/lib/views/rss3-ums.js +1 -1
  85. package/package.json +3 -3
  86. package/lib/routes/8btc/author.js +0 -49
  87. package/lib/routes/8btc/news/flash.js +0 -41
  88. package/lib/routes/91ddcc/stage.js +0 -48
  89. package/lib/routes/91ddcc/user.js +0 -45
  90. package/lib/routes/93/index.js +0 -50
  91. package/lib/routes/allnow/column.js +0 -7
  92. package/lib/routes/allnow/index.js +0 -5
  93. package/lib/routes/allnow/tag.js +0 -7
  94. package/lib/routes/allnow/user.js +0 -7
  95. package/lib/routes/allnow/utils.js +0 -67
  96. package/lib/routes/andyt/index.js +0 -36
  97. package/lib/routes/asahi/area.js +0 -57
  98. package/lib/routes/baidu/daily.js +0 -55
  99. package/lib/routes/bell-labs/events-news.js +0 -70
  100. package/lib/routes/bihu/activaties.js +0 -76
  101. package/lib/routes/bioon/latest.js +0 -51
  102. package/lib/routes/bishijie/kuaixun.js +0 -21
  103. package/lib/routes/bjnews/epaper.js +0 -80
  104. package/lib/routes/bof/home.js +0 -42
  105. package/lib/routes/boston/index.js +0 -73
  106. package/lib/routes/buaq/index.js +0 -31
  107. package/lib/routes/cgtn/pick.js +0 -45
  108. package/lib/routes/cgtn/top.js +0 -45
  109. package/lib/routes/chinadialogue/column.js +0 -58
  110. package/lib/routes/chinadialogue/topics.js +0 -55
  111. package/lib/routes/chinalaborwatch/reports.js +0 -53
  112. package/lib/routes/chinatimes/index.js +0 -115
  113. package/lib/routes/cmes/news.js +0 -64
  114. package/lib/routes/commonapp/blog.js +0 -42
  115. package/lib/routes/cria/news.js +0 -57
  116. package/lib/routes/dayone/blog.js +0 -56
  117. package/lib/routes/deeplearningai/thebatch.js +0 -29
  118. package/lib/routes/dianping/user.js +0 -98
  119. package/lib/routes/donews/index.js +0 -59
  120. package/lib/routes/donews/utils.js +0 -19
  121. package/lib/routes/dsb/area.js +0 -33
  122. package/lib/routes/dxy/vaccine.js +0 -109
  123. package/lib/routes/esquirehk/tag.js +0 -71
  124. package/lib/routes/facebook/page.js +0 -128
  125. package/lib/routes/feixuew/index.js +0 -63
  126. package/lib/routes/fjnews/fznews.js +0 -55
  127. package/lib/routes/fjnews/jjnews.js +0 -43
  128. package/lib/routes/fulinian/index.js +0 -50
  129. package/lib/routes/gab/explore.js +0 -31
  130. package/lib/routes/gamegrape/index.js +0 -73
  131. package/lib/routes/gvm/index.js +0 -94
  132. package/lib/routes/hkcd/pdf.js +0 -30
  133. package/lib/routes/hkcnews/news.js +0 -63
  134. package/lib/routes/hkgolden/index.js +0 -110
  135. package/lib/routes/huawei/xinsheng/index.js +0 -61
  136. package/lib/routes/iea/index.js +0 -53
  137. package/lib/routes/iie/blog.js +0 -47
  138. package/lib/routes/imaijia/category.js +0 -63
  139. package/lib/routes/itjuzi/invest.js +0 -32
  140. package/lib/routes/itjuzi/merge.js +0 -32
  141. package/lib/routes/iyiou/index.js +0 -41
  142. package/lib/routes/jianshu/trending.js +0 -28
  143. package/lib/routes/jiazhen108/index.js +0 -47
  144. package/lib/routes/jinritoutiao/keyword.js +0 -27
  145. package/lib/routes/juesheng/index.js +0 -49
  146. package/lib/routes/krankenkassen/index.js +0 -54
  147. package/lib/routes/kzfeed/topic.js +0 -122
  148. package/lib/routes/lingyi/index.js +0 -64
  149. package/lib/routes/lowendtalk/discussion.js +0 -43
  150. package/lib/routes/makeuseof/index.js +0 -59
  151. package/lib/routes/matataki/site/posts/author.js +0 -17
  152. package/lib/routes/matataki/site/posts/favorite.js +0 -42
  153. package/lib/routes/matataki/site/posts/scoreranking.js +0 -15
  154. package/lib/routes/matataki/site/posts/tag.js +0 -16
  155. package/lib/routes/matataki/site/posts/timeranking.js +0 -15
  156. package/lib/routes/matataki/site/posts/token.js +0 -18
  157. package/lib/routes/matataki/utils/matataki-utils.js +0 -125
  158. package/lib/routes/mi/board.js +0 -36
  159. package/lib/routes/mitbbs/index.js +0 -54
  160. package/lib/routes/nba/app_news.js +0 -40
  161. package/lib/routes/newsmth/account.js +0 -39
  162. package/lib/routes/newsmth/section.js +0 -99
  163. package/lib/routes/northhouse/index.js +0 -54
  164. package/lib/routes/or/index.js +0 -54
  165. package/lib/routes/partnershiponai/resources.js +0 -49
  166. package/lib/routes/pintu360/index.js +0 -54
  167. package/lib/routes/plainlaw/archives.js +0 -42
  168. package/lib/routes/pmcaff/user.js +0 -56
  169. package/lib/routes/polar/blog.js +0 -47
  170. package/lib/routes/popiask/questions.js +0 -41
  171. package/lib/routes/popiask/tapechat_questions.js +0 -43
  172. package/lib/routes/popyard/index.js +0 -93
  173. package/lib/routes/qlwb/city.js +0 -54
  174. package/lib/routes/qlwb/news.js +0 -37
  175. package/lib/routes/sbs/chinese.js +0 -70
  176. package/lib/routes/sixthtone/news.js +0 -52
  177. package/lib/routes/socialbeta/hunt.js +0 -29
  178. package/lib/routes/soomal/topics.js +0 -130
  179. package/lib/routes/tam/forecast.js +0 -53
  180. package/lib/routes/tanwu/products.js +0 -27
  181. package/lib/routes/tencent/guyu/channel.js +0 -64
  182. package/lib/routes/thrillist/index.js +0 -67
  183. package/lib/routes/tianya/comments.js +0 -41
  184. package/lib/routes/tianya/index.js +0 -32
  185. package/lib/routes/tianya/user.js +0 -34
  186. package/lib/routes/tuicool/mags.js +0 -41
  187. package/lib/routes/voa/day-photos.js +0 -54
  188. package/lib/routes/vuevideo/user.js +0 -60
  189. package/lib/routes/weseepro/circle.js +0 -38
  190. package/lib/routes/weseepro/newest-direct.js +0 -69
  191. package/lib/routes/weseepro/newest.js +0 -69
  192. package/lib/routes/whalegogo/home.js +0 -43
  193. package/lib/routes/whalegogo/portal.js +0 -57
  194. package/lib/routes/wired/tag.js +0 -31
  195. package/lib/routes/wukong/user.js +0 -93
  196. package/lib/routes/xici/index.js +0 -33
  197. package/lib/routes/yicas/blog.js +0 -52
  198. package/lib/routes/yidoutang/index.js +0 -33
  199. package/lib/routes/zfrontier/board_postlist.js +0 -36
  200. package/lib/routes/zfrontier/postlist.js +0 -33
  201. package/lib/routes/zzz/index.js +0 -59
  202. package/lib/v2/2047/index.js +0 -55
  203. package/lib/v2/2047/maintainer.js +0 -3
  204. package/lib/v2/2047/radar.js +0 -13
  205. package/lib/v2/2047/router.js +0 -3
  206. package/lib/v2/agirls/topic.js +0 -44
  207. package/lib/v2/allrecode/index.js +0 -65
  208. package/lib/v2/allrecode/maintainer.js +0 -5
  209. package/lib/v2/allrecode/news.js +0 -35
  210. package/lib/v2/allrecode/radar.js +0 -25
  211. package/lib/v2/allrecode/router.js +0 -4
  212. package/lib/v2/appledaily/index.js +0 -65
  213. package/lib/v2/appledaily/maintainer.js +0 -3
  214. package/lib/v2/appledaily/radar.js +0 -157
  215. package/lib/v2/appledaily/router.js +0 -3
  216. package/lib/v2/audiobar/latest.js +0 -53
  217. package/lib/v2/audiobar/maintainer.js +0 -3
  218. package/lib/v2/audiobar/radar.js +0 -13
  219. package/lib/v2/audiobar/router.js +0 -3
  220. package/lib/v2/baijing/index.js +0 -54
  221. package/lib/v2/baijing/maintainer.js +0 -3
  222. package/lib/v2/baijing/radar.js +0 -22
  223. package/lib/v2/baijing/router.js +0 -3
  224. package/lib/v2/bilibili/blackboard.js +0 -31
  225. package/lib/v2/bilibili/channel.js +0 -31
  226. package/lib/v2/bilibili/online.js +0 -25
  227. package/lib/v2/bilibili/topic.js +0 -50
  228. package/lib/v2/bilibili/video-all.js +0 -74
  229. package/lib/v2/cctv/special.js +0 -110
  230. package/lib/v2/cntheory/maintainer.js +0 -3
  231. package/lib/v2/cntheory/paper.js +0 -89
  232. package/lib/v2/cntheory/radar.js +0 -13
  233. package/lib/v2/cntheory/router.js +0 -3
  234. package/lib/v2/cntheory/templates/description.art +0 -2
  235. package/lib/v2/diandong/ddh.js +0 -51
  236. package/lib/v2/disinformationindex/blog.js +0 -48
  237. package/lib/v2/disinformationindex/maintainer.js +0 -4
  238. package/lib/v2/disinformationindex/radar.js +0 -19
  239. package/lib/v2/disinformationindex/research.js +0 -45
  240. package/lib/v2/disinformationindex/router.js +0 -4
  241. package/lib/v2/disinformationindex/templates/description.art +0 -7
  242. package/lib/v2/eastday/find.js +0 -49
  243. package/lib/v2/economist/download.js +0 -30
  244. package/lib/v2/economist/gre-vocabulary.js +0 -19
  245. package/lib/v2/eet-china/maintainer.js +0 -4
  246. package/lib/v2/eet-china/mp/index.js +0 -10
  247. package/lib/v2/eet-china/mp/tags.js +0 -10
  248. package/lib/v2/eet-china/mp/util.js +0 -67
  249. package/lib/v2/eet-china/radar.js +0 -24
  250. package/lib/v2/eet-china/router.js +0 -4
  251. package/lib/v2/ezone/index.js +0 -70
  252. package/lib/v2/ezone/maintainer.js +0 -3
  253. package/lib/v2/ezone/radar.js +0 -13
  254. package/lib/v2/ezone/router.js +0 -3
  255. package/lib/v2/filmdeepfocus/index.js +0 -58
  256. package/lib/v2/filmdeepfocus/maintainer.js +0 -3
  257. package/lib/v2/filmdeepfocus/radar.js +0 -13
  258. package/lib/v2/filmdeepfocus/router.js +0 -3
  259. package/lib/v2/ft/myft.js +0 -51
  260. package/lib/v2/good/index.js +0 -53
  261. package/lib/v2/good/maintainer.js +0 -3
  262. package/lib/v2/good/radar.js +0 -13
  263. package/lib/v2/good/router.js +0 -3
  264. package/lib/v2/gq/maintainer.js +0 -3
  265. package/lib/v2/gq/radar.js +0 -13
  266. package/lib/v2/gq/router.js +0 -3
  267. package/lib/v2/gq/templates/embed-article.art +0 -1
  268. package/lib/v2/gq/templates/embed-product.art +0 -4
  269. package/lib/v2/gq/templates/img.art +0 -6
  270. package/lib/v2/gq/templates/tw.art +0 -3
  271. package/lib/v2/gq/templates/videoObject.art +0 -6
  272. package/lib/v2/gq/templates/youtube.art +0 -3
  273. package/lib/v2/gq/tw/index.js +0 -165
  274. package/lib/v2/guandian/index.js +0 -37
  275. package/lib/v2/guandian/maintainer.js +0 -3
  276. package/lib/v2/guandian/radar.js +0 -13
  277. package/lib/v2/guandian/router.js +0 -3
  278. package/lib/v2/gz-cmc/index.js +0 -137
  279. package/lib/v2/gz-cmc/maintainer.js +0 -3
  280. package/lib/v2/gz-cmc/radar.js +0 -12
  281. package/lib/v2/gz-cmc/router.js +0 -3
  282. package/lib/v2/gz-cmc/templates/description.art +0 -3
  283. package/lib/v2/gzh360/_README +0 -1
  284. package/lib/v2/gzh360/category.js +0 -8
  285. package/lib/v2/gzh360/gzh.js +0 -18
  286. package/lib/v2/gzh360/maintainer.js +0 -4
  287. package/lib/v2/gzh360/radar.js +0 -19
  288. package/lib/v2/gzh360/router.js +0 -4
  289. package/lib/v2/gzh360/universal.js +0 -53
  290. package/lib/v2/gzh360/utils.js +0 -62
  291. package/lib/v2/hellobtc/topic.js +0 -43
  292. package/lib/v2/hjedd/article.js +0 -27
  293. package/lib/v2/hjedd/hot.js +0 -14
  294. package/lib/v2/hjedd/latest.js +0 -14
  295. package/lib/v2/hjedd/maintainer.js +0 -10
  296. package/lib/v2/hjedd/news.js +0 -14
  297. package/lib/v2/hjedd/notice.js +0 -14
  298. package/lib/v2/hjedd/original.js +0 -14
  299. package/lib/v2/hjedd/radar.js +0 -55
  300. package/lib/v2/hjedd/router.js +0 -10
  301. package/lib/v2/hjedd/templates/attachment.art +0 -7
  302. package/lib/v2/hjedd/top.js +0 -14
  303. package/lib/v2/hjedd/utils.js +0 -111
  304. package/lib/v2/hket/index.js +0 -122
  305. package/lib/v2/hket/maintainer.js +0 -3
  306. package/lib/v2/hket/radar.js +0 -45
  307. package/lib/v2/hket/router.js +0 -3
  308. package/lib/v2/hket/templates/description.art +0 -1
  309. package/lib/v2/hket/templates/image.art +0 -1
  310. package/lib/v2/hotchina/index.js +0 -55
  311. package/lib/v2/hotchina/maintainer.js +0 -5
  312. package/lib/v2/hotchina/radar.js +0 -25
  313. package/lib/v2/hotchina/router.js +0 -3
  314. package/lib/v2/hyqss/index.js +0 -89
  315. package/lib/v2/hyqss/maintainer.js +0 -4
  316. package/lib/v2/hyqss/radar.js +0 -22
  317. package/lib/v2/hyqss/router.js +0 -3
  318. package/lib/v2/i-cable/category.js +0 -74
  319. package/lib/v2/i-cable/maintainer.js +0 -3
  320. package/lib/v2/i-cable/radar.js +0 -13
  321. package/lib/v2/i-cable/router.js +0 -3
  322. package/lib/v2/i-cable/templates/desc.art +0 -8
  323. package/lib/v2/islander/maintainer.js +0 -4
  324. package/lib/v2/islander/radar.js +0 -19
  325. package/lib/v2/islander/router.js +0 -4
  326. package/lib/v2/islander/search.js +0 -33
  327. package/lib/v2/islander/top30event.js +0 -28
  328. package/lib/v2/knowmedia/index.js +0 -38
  329. package/lib/v2/knowmedia/maintainer.js +0 -3
  330. package/lib/v2/knowmedia/radar.js +0 -31
  331. package/lib/v2/knowmedia/router.js +0 -3
  332. package/lib/v2/knowmedia/templates/desc.art +0 -3
  333. package/lib/v2/kuwaitlocal/index.js +0 -47
  334. package/lib/v2/kuwaitlocal/maintainer.js +0 -4
  335. package/lib/v2/kuwaitlocal/radar.js +0 -19
  336. package/lib/v2/kuwaitlocal/router.js +0 -3
  337. package/lib/v2/mclaren/index.js +0 -96
  338. package/lib/v2/mclaren/maintainer.js +0 -3
  339. package/lib/v2/mclaren/radar.js +0 -29
  340. package/lib/v2/mclaren/router.js +0 -3
  341. package/lib/v2/mclaren/templates/desc.art +0 -6
  342. package/lib/v2/mobilism/forums.js +0 -75
  343. package/lib/v2/mobilism/maintainer.js +0 -4
  344. package/lib/v2/mobilism/portal.js +0 -54
  345. package/lib/v2/mobilism/radar.js +0 -23
  346. package/lib/v2/mobilism/router.js +0 -4
  347. package/lib/v2/nmbxd1/forum.js +0 -58
  348. package/lib/v2/nmbxd1/maintainer.js +0 -3
  349. package/lib/v2/nmbxd1/radar.js +0 -13
  350. package/lib/v2/nmbxd1/router.js +0 -3
  351. package/lib/v2/nmbxd1/templates/description.art +0 -65
  352. package/lib/v2/nytimes/author.js +0 -43
  353. package/lib/v2/pmthinking/index.js +0 -61
  354. package/lib/v2/pmthinking/maintainer.js +0 -3
  355. package/lib/v2/pmthinking/radar.js +0 -13
  356. package/lib/v2/pmthinking/router.js +0 -3
  357. package/lib/v2/pmthinking/templates/description.art +0 -4
  358. package/lib/v2/qdaily/index.js +0 -87
  359. package/lib/v2/qdaily/maintainer.js +0 -3
  360. package/lib/v2/qdaily/radar.js +0 -25
  361. package/lib/v2/qdaily/router.js +0 -3
  362. package/lib/v2/qdaily/templates/article.art +0 -5
  363. package/lib/v2/qianp/maintainer.js +0 -3
  364. package/lib/v2/qianp/news.js +0 -48
  365. package/lib/v2/qianp/radar.js +0 -13
  366. package/lib/v2/qianp/router.js +0 -3
  367. package/lib/v2/radiofrance/geopolitique.js +0 -33
  368. package/lib/v2/radiofrance/maintainer.js +0 -3
  369. package/lib/v2/radiofrance/radar.js +0 -13
  370. package/lib/v2/radiofrance/router.js +0 -3
  371. package/lib/v2/radiofrance/templates/article.art +0 -6
  372. package/lib/v2/shuiguopai/index.js +0 -80
  373. package/lib/v2/shuiguopai/maintainer.js +0 -3
  374. package/lib/v2/shuiguopai/radar.js +0 -13
  375. package/lib/v2/shuiguopai/router.js +0 -3
  376. package/lib/v2/shuiguopai/templates/description.art +0 -8
  377. package/lib/v2/taiwannews/hot.js +0 -52
  378. package/lib/v2/taiwannews/maintainer.js +0 -3
  379. package/lib/v2/taiwannews/radar.js +0 -13
  380. package/lib/v2/taiwannews/router.js +0 -3
  381. package/lib/v2/twreporter/category.js +0 -40
  382. package/lib/v2/twreporter/photography.js +0 -46
  383. package/lib/v2/verse/articles.js +0 -42
  384. package/lib/v2/verse/maintainer.js +0 -3
  385. package/lib/v2/verse/radar.js +0 -13
  386. package/lib/v2/verse/router.js +0 -3
  387. package/lib/v2/watchout/index.js +0 -51
  388. package/lib/v2/watchout/maintainer.js +0 -3
  389. package/lib/v2/watchout/radar.js +0 -13
  390. package/lib/v2/watchout/router.js +0 -3
  391. package/lib/v2/woshipm/bookmarks.js +0 -34
  392. package/lib/v2/woshipm/latest.js +0 -27
  393. package/lib/v2/wp-china/maintainer.js +0 -3
  394. package/lib/v2/wp-china/news.js +0 -56
  395. package/lib/v2/wp-china/radar.js +0 -13
  396. package/lib/v2/wp-china/router.js +0 -3
  397. package/lib/v2/wxkol/maintainer.js +0 -3
  398. package/lib/v2/wxkol/radar.js +0 -13
  399. package/lib/v2/wxkol/router.js +0 -3
  400. package/lib/v2/wxkol/show.js +0 -81
  401. package/lib/v2/xwlb/index.js +0 -40
  402. package/lib/v2/xwlb/maintainer.js +0 -4
  403. package/lib/v2/xwlb/radar.js +0 -13
  404. package/lib/v2/xwlb/router.js +0 -4
  405. package/lib/v2/yaohuo/index.js +0 -30
  406. package/lib/v2/yaohuo/maintainer.js +0 -3
  407. package/lib/v2/yaohuo/radar.js +0 -13
  408. package/lib/v2/yaohuo/router.js +0 -3
  409. package/lib/v2/yunspe/maintainer.js +0 -3
  410. package/lib/v2/yunspe/newsflash.js +0 -42
  411. package/lib/v2/yunspe/radar.js +0 -13
  412. package/lib/v2/yunspe/router.js +0 -3
  413. package/lib/v2/zuzhirenshi/index.js +0 -87
  414. package/lib/v2/zuzhirenshi/maintainer.js +0 -3
  415. package/lib/v2/zuzhirenshi/radar.js +0 -13
  416. package/lib/v2/zuzhirenshi/router.js +0 -3
  417. /package/lib/{routes → v2}/jianshu/collection.js +0 -0
  418. /package/lib/{routes → v2}/jianshu/home.js +0 -0
  419. /package/lib/{routes → v2}/jianshu/user.js +0 -0
@@ -3,13 +3,13 @@ module.exports = {
3
3
  _name: 'GitHub',
4
4
  '.': [
5
5
  {
6
- title: '仓库 Branches',
6
+ title: 'Repo branches',
7
7
  docs: 'https://docs.rsshub.app/routes/programming#github',
8
8
  source: ['/:user/:repo/branches', '/:user/:repo'],
9
9
  target: '/github/branches/:user/:repo',
10
10
  },
11
11
  {
12
- title: 'Issues / Pull Requests 评论',
12
+ title: 'Issues / Pull Requests comments',
13
13
  docs: 'https://docs.rsshub.app/routes/programming#github',
14
14
  source: ['/:user/:repo/:type/:number'],
15
15
  target: '/github/comments/:user/:repo/:number',
@@ -21,25 +21,25 @@ module.exports = {
21
21
  target: '/github/comments/:user/:repo',
22
22
  },
23
23
  {
24
- title: '仓库 Contributors',
24
+ title: 'Repo contributors',
25
25
  docs: 'https://docs.rsshub.app/routes/programming#github',
26
26
  source: ['/:user/:repo/graphs/contributors', '/:user/:repo'],
27
27
  target: '/github/contributors/:user/:repo',
28
28
  },
29
29
  {
30
- title: '文件 Commits',
30
+ title: 'File commits',
31
31
  docs: 'https://docs.rsshub.app/routes/programming#github',
32
32
  source: '/:user/:repo/blob/:branch/*filepath',
33
33
  target: '/github/file/:user/:repo/:branch/:filepath',
34
34
  },
35
35
  {
36
- title: '仓库 Issue',
36
+ title: 'Repo issues',
37
37
  docs: 'https://docs.rsshub.app/routes/programming#github',
38
38
  source: ['/:user/:repo/issues', '/:user/:repo/issues/:id', '/:user/:repo'],
39
39
  target: '/github/issue/:user/:repo',
40
40
  },
41
41
  {
42
- title: '仓库 Pull Requests',
42
+ title: 'Repo Pull Requests',
43
43
  docs: 'https://docs.rsshub.app/routes/programming#github',
44
44
  source: ['/:user/:repo/pulls', '/:user/:repo/pulls/:id', '/:user/:repo'],
45
45
  target: '/github/pull/:user/:repo',
@@ -51,19 +51,19 @@ module.exports = {
51
51
  target: '/github/pulse/:user/:repo/:period?',
52
52
  },
53
53
  {
54
- title: '用户仓库',
54
+ title: 'User repos',
55
55
  docs: 'https://docs.rsshub.app/routes/programming#github',
56
56
  source: '/:user',
57
57
  target: '/github/repos/:user',
58
58
  },
59
59
  {
60
- title: '仓库 Stars',
60
+ title: 'Repo stars',
61
61
  docs: 'https://docs.rsshub.app/routes/programming#github',
62
62
  source: ['/:user/:repo/stargazers', '/:user/:repo'],
63
63
  target: '/github/stars/:user/:repo',
64
64
  },
65
65
  {
66
- title: '用户 Starred Repositories',
66
+ title: 'User starred repositories',
67
67
  docs: 'https://docs.rsshub.app/routes/programming#github',
68
68
  source: '/:user',
69
69
  target: '/github/starred_repos/:user',
@@ -81,19 +81,19 @@ module.exports = {
81
81
  target: '/github/trending/:since',
82
82
  },
83
83
  {
84
- title: '用户 Followers',
84
+ title: 'User followers',
85
85
  docs: 'https://docs.rsshub.app/routes/programming#github',
86
86
  source: '/:user',
87
87
  target: '/github/user/followers/:user',
88
88
  },
89
89
  {
90
- title: 'Wiki 历史',
90
+ title: 'Wiki history',
91
91
  docs: 'https://docs.rsshub.app/routes/programming#github',
92
92
  source: ['/:user/:repo/wiki/:page/_history', '/:user/:repo/wiki/:page', '/:user/:repo/wiki/_history', '/:user/:repo/wiki'],
93
93
  target: '/github/wiki/:user/:repo/:page',
94
94
  },
95
95
  {
96
- title: 'Notifications 通知',
96
+ title: 'Notifications',
97
97
  docs: 'https://docs.rsshub.app/routes/programming#github',
98
98
  source: ['/notifications'],
99
99
  target: '/github/notifications',
@@ -0,0 +1,77 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const timezone = require('@/utils/timezone');
4
+ const { parseDate } = require('@/utils/parse-date');
5
+
6
+ const rootUrl = 'https://www.chinamine-safety.gov.cn';
7
+
8
+ /**
9
+ * Process the item list and return the resulting array.
10
+ *
11
+ * @param {Object[]} items - The items to process.
12
+ * @param {Function} tryGet - The tryGet function that handles the retrieval process.
13
+ * @returns {Promise<Object[]>} - A promise that resolves to an array of processed items.
14
+ */
15
+ const processItems = async (items, tryGet) =>
16
+ await Promise.all(
17
+ items.map((item) =>
18
+ tryGet(item.link, async () => {
19
+ if (!item.link.endsWith('html')) {
20
+ return item;
21
+ }
22
+
23
+ const { data: detailResponse } = await got(item.link);
24
+
25
+ const content = cheerio.load(detailResponse);
26
+
27
+ item.title = item.title || content('title').text();
28
+ item.description = content('div.TRS_Editor, div.TRS_UEDITOR, div.content').html();
29
+ item.author = content('meta[name="ContentSource"]').prop('content');
30
+ item.category = [
31
+ ...new Set(
32
+ [
33
+ ...(content('meta[name="keywords"]').prop('content')?.split(/,/) ?? []),
34
+ content('meta[name="ColumnName"]').prop('content'),
35
+ ...(content('meta[name="ColumnKeywords"]').prop('content')?.split(/,/) ?? []),
36
+ content('meta[name="ColumnType"]').prop('content'),
37
+ ].filter((c) => c)
38
+ ),
39
+ ];
40
+ item.pubDate = timezone(parseDate(content('meta[name="PubDate"]').prop('content')), +8);
41
+
42
+ return item;
43
+ })
44
+ )
45
+ );
46
+
47
+ /**
48
+ * Fetch data from the specified URL.
49
+ *
50
+ * @param {cheerio.CheerioAPI} $ - The cheerio.CheerioAPI.
51
+ * @param {string} url - The URL to fetch data from.
52
+ * @returns {Promise<Object>} A promise that resolves to an object containing the fetched data
53
+ * to be added into `ctx.state.data`.
54
+ */
55
+ const fetchData = ($, currentUrl) => {
56
+ const image = new URL('zfxxgk/images/P020210105557462473306.png', rootUrl).href;
57
+ const icon = new URL($('link[rel="shortcut icon"]').prop('href'), currentUrl).href;
58
+
59
+ return {
60
+ title: $('title').text(),
61
+ link: currentUrl,
62
+ description: $('meta[name="ColumnDescription"]').prop('content') || $('meta[name="Description"]').prop('content'),
63
+ language: 'zh',
64
+ image,
65
+ icon,
66
+ logo: icon,
67
+ subtitle: $('meta[name="ColumnName"]').prop('content'),
68
+ author: $('meta[name="SiteName"]').prop('content'),
69
+ };
70
+ };
71
+
72
+ module.exports = {
73
+ rootUrl,
74
+
75
+ processItems,
76
+ fetchData,
77
+ };
@@ -0,0 +1,37 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const timezone = require('@/utils/timezone');
4
+ const { parseDate } = require('@/utils/parse-date');
5
+
6
+ const { rootUrl, processItems, fetchData } = require('./util');
7
+
8
+ module.exports = async (ctx) => {
9
+ const { category = 'yjglbyw' } = ctx.params;
10
+ const limit = ctx.query.limit ? parseInt(ctx.query.limit, 10) : 30;
11
+
12
+ const currentUrl = new URL(`xw/${category.endsWith('/') ? category : `${category}/`}`, rootUrl).href;
13
+
14
+ const { data: response } = await got(currentUrl);
15
+
16
+ const $ = cheerio.load(response);
17
+
18
+ let items = $('div.center_display_right table tbody tr td a')
19
+ .slice(0, limit)
20
+ .toArray()
21
+ .map((item) => {
22
+ item = $(item);
23
+
24
+ return {
25
+ title: item.text(),
26
+ link: new URL(item.prop('href'), currentUrl).href,
27
+ pubDate: timezone(parseDate(item.parent().find('span').text()), +8),
28
+ };
29
+ });
30
+
31
+ items = await processItems(items, ctx.cache.tryGet);
32
+
33
+ ctx.state.data = {
34
+ item: items,
35
+ ...fetchData($, currentUrl),
36
+ };
37
+ };
@@ -0,0 +1,36 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const { parseDate } = require('@/utils/parse-date');
4
+
5
+ const { rootUrl, processItems, fetchData } = require('./util');
6
+
7
+ module.exports = async (ctx) => {
8
+ const { category = 'fdzdgknr/tzgg' } = ctx.params;
9
+ const limit = ctx.query.limit ? parseInt(ctx.query.limit, 10) : 30;
10
+
11
+ const currentUrl = new URL(`zfxxgk/${category.endsWith('/') ? category : `${category}/`}`, rootUrl).href;
12
+
13
+ const { data: response } = await got(currentUrl);
14
+
15
+ const $ = cheerio.load(response);
16
+
17
+ let items = $('ul#ogi-list li a, div#ogi-list dd a')
18
+ .slice(0, limit)
19
+ .toArray()
20
+ .map((item) => {
21
+ item = $(item);
22
+
23
+ return {
24
+ title: item.contents().first().text(),
25
+ link: new URL(item.prop('href'), currentUrl).href,
26
+ pubDate: parseDate(item.parent().find('span').text()),
27
+ };
28
+ });
29
+
30
+ items = await processItems(items, ctx.cache.tryGet);
31
+
32
+ ctx.state.data = {
33
+ item: items,
34
+ ...fetchData($, currentUrl),
35
+ };
36
+ };
@@ -2,6 +2,8 @@ module.exports = {
2
2
  // ministry
3
3
  '/cac/:path+': ['drgnchan'],
4
4
  '/ccdi/:path+': ['bigfei'],
5
+ '/chinamine-safety/zfxxgk/:category?': ['nczitzk'],
6
+ '/chinamine-safety/xw/:category?': ['nczitzk'],
5
7
  '/chinatax/latest': ['nczitzk', 'fuzy112'],
6
8
  '/cmse/xwzx/zhxw': ['nczitzk'],
7
9
  '/cmse/xwzx/yzjz': ['nczitzk'],
@@ -341,6 +341,197 @@ module.exports = {
341
341
  },
342
342
  ],
343
343
  },
344
+ 'chinamine-safety.gov.cn': {
345
+ _name: '国家矿山安全监察局',
346
+ www: [
347
+ {
348
+ title: '政府信息公开指南',
349
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
350
+ source: ['/zfxxgk/zfxxgkzn'],
351
+ target: '/gov/chinamine-safety/zfxxgk/zfxxgkzn',
352
+ },
353
+ {
354
+ title: '政府信息公开制度',
355
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
356
+ source: ['/zfxxgk/zfxxgkzd'],
357
+ target: '/gov/chinamine-safety/zfxxgk/zfxxgkzd',
358
+ },
359
+ {
360
+ title: '通知公告',
361
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
362
+ source: ['/zfxxgk/fdzdgknr/tzgg', '/zfxxgk/fdzdgknr'],
363
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/tzgg',
364
+ },
365
+ {
366
+ title: '征求意见',
367
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
368
+ source: ['/zfxxgk/fdzdgknr/zqyj_01', '/zfxxgk/fdzdgknr'],
369
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zqyj_01',
370
+ },
371
+ {
372
+ title: '政策法规',
373
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
374
+ source: ['/zfxxgk/fdzdgknr/zcfg', '/zfxxgk/fdzdgknr'],
375
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcfg',
376
+ },
377
+ {
378
+ title: '规划计划',
379
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
380
+ source: ['/zfxxgk/fdzdgknr/ghjh', '/zfxxgk/fdzdgknr'],
381
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/ghjh',
382
+ },
383
+ {
384
+ title: '政策解读',
385
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
386
+ source: ['/zfxxgk/fdzdgknr/zcjd', '/zfxxgk/fdzdgknr'],
387
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcjd',
388
+ },
389
+ {
390
+ title: '安全许可',
391
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
392
+ source: ['/zfxxgk/fdzdgknr/anqxk', '/zfxxgk/fdzdgknr'],
393
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/anqxk',
394
+ },
395
+ {
396
+ title: '事故查处',
397
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
398
+ source: ['/zfxxgk/fdzdgknr/sgcc', '/zfxxgk/fdzdgknr'],
399
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/sgcc',
400
+ },
401
+ {
402
+ title: '人事信息',
403
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
404
+ source: ['/zfxxgk/fdzdgknr/rsxx', '/zfxxgk/fdzdgknr'],
405
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/rsxx',
406
+ },
407
+ {
408
+ title: '财务信息',
409
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
410
+ source: ['/zfxxgk/fdzdgknr/cwxx', '/zfxxgk/fdzdgknr'],
411
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/cwxx',
412
+ },
413
+ {
414
+ title: '建议提案办理',
415
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
416
+ source: ['/zfxxgk/fdzdgknr/jytabl_4823', '/zfxxgk/fdzdgknr'],
417
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/jytabl_4823',
418
+ },
419
+ {
420
+ title: '政策法规 - 法律',
421
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
422
+ source: ['/zfxxgk/fdzdgknr/zcfg/fl_01', '/zfxxgk/fdzdgknr/zcfg', '/zfxxgk/fdzdgknr'],
423
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcfg/fl_01',
424
+ },
425
+ {
426
+ title: '政策法规 - 行政法规',
427
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
428
+ source: ['/zfxxgk/fdzdgknr/zcfg/xzfg', '/zfxxgk/fdzdgknr/zcfg', '/zfxxgk/fdzdgknr'],
429
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcfg/xzfg',
430
+ },
431
+ {
432
+ title: '政策法规 - 部门规章',
433
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
434
+ source: ['/zfxxgk/fdzdgknr/zcfg/bmgz_01', '/zfxxgk/fdzdgknr/zcfg', '/zfxxgk/fdzdgknr'],
435
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcfg/bmgz_01',
436
+ },
437
+ {
438
+ title: '政策法规 - 部门规章煤矿安监',
439
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
440
+ source: ['/zfxxgk/fdzdgknr/zcfg/bmgz_01/mkanj', '/zfxxgk/fdzdgknr/zcfg/bmgz_01', '/zfxxgk/fdzdgknr/zcfg', '/zfxxgk/fdzdgknr'],
441
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcfg/bmgz_01/mkanj',
442
+ },
443
+ {
444
+ title: '政策法规 - 部门规章非煤矿山',
445
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
446
+ source: ['/zfxxgk/fdzdgknr/zcfg/bmgz_01/fmks', '/zfxxgk/fdzdgknr/zcfg/bmgz_01', '/zfxxgk/fdzdgknr/zcfg', '/zfxxgk/fdzdgknr'],
447
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcfg/bmgz_01/fmks',
448
+ },
449
+ {
450
+ title: '政策法规 - 行业标准',
451
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
452
+ source: ['/zfxxgk/fdzdgknr/zcfg/hybz_01', '/zfxxgk/fdzdgknr/zcfg', '/zfxxgk/fdzdgknr'],
453
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcfg/hybz_01',
454
+ },
455
+ {
456
+ title: '政策法规 - 行业标准煤矿安监',
457
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
458
+ source: ['/zfxxgk/fdzdgknr/zcfg/hybz_01/mkanj', '/zfxxgk/fdzdgknr/zcfg/hybz_01', '/zfxxgk/fdzdgknr/zcfg', '/zfxxgk/fdzdgknr'],
459
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcfg/hybz_01/mkanj',
460
+ },
461
+ {
462
+ title: '政策法规 - 行业标准非煤矿山',
463
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
464
+ source: ['/zfxxgk/fdzdgknr/zcfg/hybz_01/fmks', '/zfxxgk/fdzdgknr/zcfg/hybz_01', '/zfxxgk/fdzdgknr/zcfg', '/zfxxgk/fdzdgknr'],
465
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/zcfg/hybz_01/fmks',
466
+ },
467
+ {
468
+ title: '事故查处 - 事故通报',
469
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
470
+ source: ['/zfxxgk/fdzdgknr/sgcc/sgtb', '/zfxxgk/fdzdgknr/sgcc', '/zfxxgk/fdzdgknr'],
471
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/sgcc/sgtb',
472
+ },
473
+ {
474
+ title: '事故查处 - 事故督办',
475
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
476
+ source: ['/zfxxgk/fdzdgknr/sgcc/sgdb', '/zfxxgk/fdzdgknr/sgcc', '/zfxxgk/fdzdgknr'],
477
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/sgcc/sgdb',
478
+ },
479
+ {
480
+ title: '事故查处 - 事故调查报告',
481
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
482
+ source: ['/zfxxgk/fdzdgknr/sgcc/sgbg', '/zfxxgk/fdzdgknr/sgcc', '/zfxxgk/fdzdgknr'],
483
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/sgcc/sgbg',
484
+ },
485
+ {
486
+ title: '事故查处 - 事故案例',
487
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
488
+ source: ['/zfxxgk/fdzdgknr/sgcc/sgalks', '/zfxxgk/fdzdgknr/sgcc', '/zfxxgk/fdzdgknr'],
489
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/sgcc/sgalks',
490
+ },
491
+ {
492
+ title: '事故查处 - 事故警示教育片',
493
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-zheng-fu-xin-xi-gong-kai',
494
+ source: ['/zfxxgk/fdzdgknr/sgcc/sgjsjy', '/zfxxgk/fdzdgknr/sgcc', '/zfxxgk/fdzdgknr'],
495
+ target: '/gov/chinamine-safety/zfxxgk/fdzdgknr/sgcc/sgjsjy',
496
+ },
497
+ {
498
+ title: '应急管理部要闻',
499
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-xin-wen',
500
+ source: ['/yjglbyw'],
501
+ target: '/gov/chinamine-safety/xw/yjglbyw',
502
+ },
503
+ {
504
+ title: '国家矿山安监局要闻',
505
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-xin-wen',
506
+ source: ['/mkaqjcxw'],
507
+ target: '/gov/chinamine-safety/xw/mkaqjcxw',
508
+ },
509
+ {
510
+ title: '地方信息',
511
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-xin-wen',
512
+ source: ['/dfdt'],
513
+ target: '/gov/chinamine-safety/xw/dfdt',
514
+ },
515
+ {
516
+ title: '党建专栏',
517
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-xin-wen',
518
+ source: ['/djzl'],
519
+ target: '/gov/chinamine-safety/xw/djzl',
520
+ },
521
+ {
522
+ title: '经验交流',
523
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-xin-wen',
524
+ source: ['/jyjl'],
525
+ target: '/gov/chinamine-safety/xw/jyjl',
526
+ },
527
+ {
528
+ title: '新闻发布会',
529
+ docs: 'https://docs.rsshub.app/routes/government#guo-jia-kuang-shan-an-quan-jian-cha-ju-xin-wen',
530
+ source: ['/xwfbh'],
531
+ target: '/gov/chinamine-safety/xw/xwfbh',
532
+ },
533
+ ],
534
+ },
344
535
  'chinatax.gov.cn': {
345
536
  _name: '国家税务总局',
346
537
  www: [
@@ -2,6 +2,8 @@ module.exports = function (router) {
2
2
  // ministry
3
3
  router.get(/cac(\/[\w/-]+)?/, require('./cac/index'));
4
4
  router.get(/ccdi(\/[\w/-]+)?/, require('./ccdi'));
5
+ router.get('/chinamine-safety/zfxxgk/:category*', require('./chinamine-safety/zfxxgk'));
6
+ router.get('/chinamine-safety/xw/:category*', require('./chinamine-safety/xw'));
5
7
  router.get('/chinatax/latest', require('./chinatax/latest'));
6
8
  router.get('/cmse/fxrw', require('./cmse/fxrw'));
7
9
  router.get(/cmse(\/[\w/-]+)?/, require('./cmse'));
@@ -2,5 +2,4 @@ module.exports = {
2
2
  '/information/:channel?': ['Fatpandac'],
3
3
  '/news': ['Fatpandac'],
4
4
  '/kepu/:channel?': ['Fatpandac'],
5
- '/topic/:id': ['Fatpandac'],
6
5
  };
@@ -74,12 +74,6 @@ module.exports = {
74
74
  source: ['/kepu.html'],
75
75
  target: '/hellobtc/kepu/public_blockchain',
76
76
  },
77
- {
78
- title: '专栏',
79
- docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
80
- source: ['/topic/:id'],
81
- target: (params) => `/hellobtc/topic/${params.id.split('.')[0]}`,
82
- },
83
77
  ],
84
78
  },
85
79
  };
@@ -2,5 +2,4 @@ module.exports = function (router) {
2
2
  router.get('/information/:channel?', require('./information'));
3
3
  router.get('/news', require('./news'));
4
4
  router.get('/kepu/:channel?', require('./kepu'));
5
- router.get('/topic/:id', require('./topic'));
6
5
  };
@@ -3,13 +3,13 @@ module.exports = {
3
3
  _name: 'Instagram',
4
4
  www: [
5
5
  {
6
- title: '用户',
6
+ title: 'User',
7
7
  docs: 'https://docs.rsshub.app/routes/social-media#instagram',
8
8
  source: ['/:id'],
9
9
  target: '/instagram/user/:id',
10
10
  },
11
11
  {
12
- title: '标签',
12
+ title: 'Tags',
13
13
  docs: 'https://docs.rsshub.app/routes/social-media#instagram',
14
14
  source: ['/explore/tags/:key'],
15
15
  target: '/instagram/tags/:key',
@@ -0,0 +1,5 @@
1
+ module.exports = {
2
+ '/collection/:id': ['DIYgod', 'HenryQW', 'JimenezLi'],
3
+ '/home': ['DIYgod', 'HenryQW', 'JimenezLi'],
4
+ '/user/:id': ['DIYgod', 'HenryQW', 'JimenezLi'],
5
+ };
@@ -0,0 +1,25 @@
1
+ module.exports = {
2
+ 'jianshu.com': {
3
+ _name: '简书',
4
+ www: [
5
+ {
6
+ title: '首页',
7
+ docs: 'https://docs.rsshub.app/routes/social-media#jian-shu',
8
+ source: '/',
9
+ target: '/jianshu/home',
10
+ },
11
+ {
12
+ title: '专题',
13
+ docs: 'https://docs.rsshub.app/routes/social-media#jian-shu',
14
+ source: '/c/:id',
15
+ target: '/jianshu/collection/:id',
16
+ },
17
+ {
18
+ title: '作者',
19
+ docs: 'https://docs.rsshub.app/routes/social-media#jian-shu',
20
+ source: '/u/:id',
21
+ target: '/jianshu/user/:id',
22
+ },
23
+ ],
24
+ },
25
+ };
@@ -0,0 +1,5 @@
1
+ module.exports = (router) => {
2
+ router.get('/collection/:id', require('./collection'));
3
+ router.get('/home', require('./home'));
4
+ router.get('/user/:id', require('./user'));
5
+ };
@@ -1,18 +1,14 @@
1
1
  const got = require('@/utils/got');
2
2
  const cheerio = require('cheerio');
3
- const url = require('url');
3
+ const { parseDate } = require('@/utils/parse-date');
4
+ const timezone = require('@/utils/timezone');
4
5
 
5
6
  // 加载文章页
6
- async function load(link) {
7
+ const load = async (link) => {
7
8
  const response = await got.get(link);
8
9
  const $ = cheerio.load(response.data);
9
-
10
10
  // 解析日期
11
- const date = new Date($('time').attr('datetime'));
12
- const timeZone = 8;
13
- const serverOffset = date.getTimezoneOffset() / 60;
14
- const pubDate = new Date(date.getTime() - 60 * 60 * 1000 * (timeZone + serverOffset)).toUTCString();
15
-
11
+ const pubDate = timezone(parseDate($('time').attr('datetime')), +8);
16
12
  // 去除样式
17
13
  $('.image-container, .image-container-fill').removeAttr('style');
18
14
  // 处理视频
@@ -30,33 +26,29 @@ async function load(link) {
30
26
  const description = $('article').html();
31
27
 
32
28
  return { description, pubDate };
33
- }
29
+ };
34
30
 
35
31
  const ProcessFeed = (list, caches) => {
36
32
  const host = 'https://www.jianshu.com';
37
33
 
38
34
  return Promise.all(
39
- list.map(async (item) => {
35
+ list.map((item) => {
40
36
  const $ = cheerio.load(item);
41
-
42
37
  const $title = $('.title');
43
38
  // 还原相对链接为绝对链接
44
- const itemUrl = url.resolve(host, $title.attr('href'));
45
-
46
- // 列表上提取到的信息
47
- const single = {
48
- title: $title.text(),
49
- link: itemUrl,
50
- author: $('.nickname').text(),
51
- guid: itemUrl,
52
- };
53
-
39
+ const itemUrl = new URL($title.attr('href'), host).toString();
54
40
  // 使用tryGet方法从缓存获取内容。
55
- // 当缓存中无法获取到链接内容的时候,则使用load方法加载文章内容。
56
- const other = await caches.tryGet(itemUrl, () => load(itemUrl));
57
-
58
- // 合并解析后的结果集作为该篇文章最终的输出结果
59
- return Promise.resolve(Object.assign({}, single, other));
41
+ // 当缓存中无法获取到链接内容的时候,则使用load方法加载文章内容
42
+ return caches.tryGet(itemUrl, async () => {
43
+ const other = await load(itemUrl);
44
+ // 合并解析后的结果集作为该篇文章最终的输出结果
45
+ return {
46
+ title: $title.text(),
47
+ link: itemUrl,
48
+ author: $('.nickname').text(),
49
+ ...other,
50
+ };
51
+ });
60
52
  })
61
53
  );
62
54
  };
@@ -34,7 +34,7 @@ module.exports = async (ctx) => {
34
34
  );
35
35
 
36
36
  ctx.state.data = {
37
- title: `${Object.values(meta.data.config.navigation.header).find((h) => h.keyname === 'topstories').name} | NHK WORLD-JAPAN News`,
37
+ title: `${Object.values(meta.data.config.navigation.header).find((h) => h.keyname === 'topstories')?.name} | NHK WORLD-JAPAN News`,
38
38
  link: `${baseUrl}/nhkworld/${lang}/news/list/`,
39
39
  item: items,
40
40
  };
@@ -14,12 +14,6 @@ module.exports = {
14
14
  source: ['/books/best-sellers/:category', '/books/best-sellers/'],
15
15
  target: '/nytimes/book/:category',
16
16
  },
17
- {
18
- title: '作者新闻',
19
- docs: 'https://docs.rsshub.app/routes/traditional-media#niu-yue-shi-bao',
20
- source: '/by/:byline',
21
- target: '/nytimes/author/:byline',
22
- },
23
17
  {
24
18
  title: '新闻',
25
19
  docs: 'https://docs.rsshub.app/routes/traditional-media#niu-yue-shi-bao',