rsshub 1.0.0-master.f7c0247 → 1.0.0-master.f7c4a93

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 (478) hide show
  1. package/lib/config.js +11 -1
  2. package/lib/middleware/anti-hotlink.js +90 -22
  3. package/lib/middleware/cache/redis.js +7 -2
  4. package/lib/middleware/onerror.js +2 -1
  5. package/lib/middleware/parameter.js +76 -35
  6. package/lib/middleware/templates/iframe.art +14 -0
  7. package/lib/radar-rules.js +0 -163
  8. package/lib/router.js +79 -94
  9. package/lib/routes/agefans/update.js +1 -1
  10. package/lib/routes/index.js +1 -1
  11. package/lib/routes/novel/biqugeinfo.js +2 -2
  12. package/lib/routes/universities/uestc/sice.js +12 -33
  13. package/lib/routes/weibo/user.js +20 -28
  14. package/lib/utils/cf-email.js +36 -0
  15. package/lib/utils/parse-date.js +4 -2
  16. package/lib/utils/puppeteer.js +22 -0
  17. package/lib/utils/wechat-mp.js +1 -0
  18. package/lib/v2/19lou/index.js +74 -0
  19. package/lib/v2/19lou/maintainer.js +3 -0
  20. package/lib/v2/19lou/radar.js +29 -0
  21. package/lib/v2/19lou/router.js +3 -0
  22. package/lib/v2/7mmtv/index.js +86 -0
  23. package/lib/v2/7mmtv/maintainer.js +4 -0
  24. package/lib/v2/7mmtv/radar.js +19 -0
  25. package/lib/v2/7mmtv/router.js +3 -0
  26. package/lib/v2/7mmtv/templates/description.art +11 -0
  27. package/lib/v2/91porn/index.js +58 -0
  28. package/lib/v2/91porn/maintainer.js +3 -0
  29. package/lib/v2/91porn/radar.js +13 -0
  30. package/lib/v2/91porn/router.js +3 -0
  31. package/lib/v2/91porn/templates/index.art +1 -0
  32. package/lib/v2/9to5/maintainer.js +3 -0
  33. package/lib/v2/9to5/radar.js +35 -0
  34. package/lib/v2/9to5/router.js +3 -0
  35. package/lib/{routes → v2}/9to5/subsite.js +20 -17
  36. package/lib/{routes → v2}/9to5/utils.js +4 -1
  37. package/lib/{routes → v2}/aliyun/database_month.js +8 -13
  38. package/lib/{routes → v2}/aliyun/developer/group.js +6 -1
  39. package/lib/v2/aliyun/maintainer.js +5 -0
  40. package/lib/{routes → v2}/aliyun/notice.js +13 -21
  41. package/lib/v2/aliyun/radar.js +32 -0
  42. package/lib/v2/aliyun/router.js +5 -0
  43. package/lib/v2/apnews/maintainer.js +3 -0
  44. package/lib/v2/apnews/radar.js +13 -0
  45. package/lib/v2/apnews/router.js +3 -0
  46. package/lib/v2/apnews/templates/description.art +14 -0
  47. package/lib/v2/apnews/topics.js +44 -0
  48. package/lib/{routes → v2}/asiantolick/index.js +20 -17
  49. package/lib/v2/asiantolick/maintainer.js +6 -0
  50. package/lib/v2/asiantolick/radar.js +31 -0
  51. package/lib/v2/asiantolick/router.js +3 -0
  52. package/lib/v2/asiantolick/templates/description.art +3 -0
  53. package/lib/v2/behance/maintainer.js +3 -0
  54. package/lib/v2/behance/radar.js +26 -0
  55. package/lib/v2/behance/router.js +3 -0
  56. package/lib/v2/behance/user.js +67 -0
  57. package/lib/v2/caareviews/book.js +14 -0
  58. package/lib/v2/caareviews/essay.js +14 -0
  59. package/lib/v2/caareviews/exhibition.js +14 -0
  60. package/lib/v2/caareviews/maintainer.js +5 -0
  61. package/lib/v2/caareviews/radar.js +25 -0
  62. package/lib/v2/caareviews/router.js +5 -0
  63. package/lib/v2/caareviews/templates/utils.art +2 -0
  64. package/lib/v2/caareviews/utils.js +49 -0
  65. package/lib/v2/ccac/news.js +12 -3
  66. package/lib/v2/chinanews/index.js +4 -3
  67. package/lib/v2/cn-healthcare/index.js +31 -0
  68. package/lib/v2/cn-healthcare/maintainer.js +3 -0
  69. package/lib/v2/cn-healthcare/radar.js +13 -0
  70. package/lib/v2/cn-healthcare/router.js +3 -0
  71. package/lib/v2/cncf/index.js +43 -0
  72. package/lib/v2/cncf/maintainer.js +3 -0
  73. package/lib/v2/cncf/radar.js +31 -0
  74. package/lib/v2/cncf/reports.js +38 -0
  75. package/lib/v2/cncf/router.js +4 -0
  76. package/lib/v2/cnjxol/index.js +94 -0
  77. package/lib/v2/cnjxol/maintainer.js +4 -0
  78. package/lib/v2/cnjxol/radar.js +19 -0
  79. package/lib/v2/cnjxol/router.js +3 -0
  80. package/lib/v2/cnjxol/templates/description.art +2 -0
  81. package/lib/v2/cntheory/maintainer.js +3 -0
  82. package/lib/v2/cntheory/paper.js +93 -0
  83. package/lib/v2/cntheory/radar.js +13 -0
  84. package/lib/v2/cntheory/router.js +3 -0
  85. package/lib/v2/cntheory/templates/description.art +2 -0
  86. package/lib/v2/cscse/maintainer.js +3 -0
  87. package/lib/v2/cscse/radar.js +13 -0
  88. package/lib/v2/cscse/router.js +3 -0
  89. package/lib/v2/cscse/tzgg.js +54 -0
  90. package/lib/v2/diandong/ddh.js +51 -0
  91. package/lib/v2/diandong/maintainer.js +4 -0
  92. package/lib/v2/diandong/news.js +50 -0
  93. package/lib/v2/diandong/radar.js +19 -0
  94. package/lib/v2/diandong/router.js +4 -0
  95. package/lib/v2/domp4/detail.js +67 -0
  96. package/lib/v2/domp4/latest.js +31 -0
  97. package/lib/v2/domp4/maintainer.js +4 -0
  98. package/lib/v2/domp4/radar.js +25 -0
  99. package/lib/v2/domp4/router.js +4 -0
  100. package/lib/v2/domp4/utils.js +72 -0
  101. package/lib/v2/douyin/hashtag.js +133 -0
  102. package/lib/v2/douyin/radar.js +6 -0
  103. package/lib/v2/douyin/router.js +1 -0
  104. package/lib/v2/douyin/user.js +10 -1
  105. package/lib/{routes → v2}/earthquake/ceic.js +3 -1
  106. package/lib/{routes → v2}/earthquake/index.js +5 -3
  107. package/lib/v2/earthquake/maintainer.js +4 -0
  108. package/lib/v2/earthquake/radar.js +24 -0
  109. package/lib/v2/earthquake/router.js +4 -0
  110. package/lib/{routes/the-economist → v2/economist}/download.js +0 -0
  111. package/lib/v2/economist/espresso.js +50 -0
  112. package/lib/v2/economist/full.js +42 -0
  113. package/lib/v2/economist/gre-vocabulary.js +19 -0
  114. package/lib/v2/economist/maintainer.js +6 -0
  115. package/lib/v2/economist/radar.js +27 -0
  116. package/lib/v2/economist/router.js +6 -0
  117. package/lib/v2/elasticsearch-cn/index.js +57 -0
  118. package/lib/v2/elasticsearch-cn/maintainer.js +3 -0
  119. package/lib/v2/elasticsearch-cn/radar.js +13 -0
  120. package/lib/v2/elasticsearch-cn/router.js +3 -0
  121. package/lib/v2/elsevier/issue.js +62 -0
  122. package/lib/v2/elsevier/journal.js +72 -0
  123. package/lib/v2/elsevier/maintainer.js +2 -2
  124. package/lib/v2/elsevier/radar.js +5 -5
  125. package/lib/v2/elsevier/router.js +4 -2
  126. package/lib/v2/elsevier/templates/description.art +5 -5
  127. package/lib/v2/epicgames/index.js +45 -11
  128. package/lib/v2/feng/forum.js +42 -0
  129. package/lib/v2/feng/radar.js +13 -0
  130. package/lib/v2/feng/router.js +3 -0
  131. package/lib/v2/feng/templates/deleted.art +2 -0
  132. package/lib/v2/feng/templates/img.art +6 -0
  133. package/lib/v2/feng/utils.js +80 -0
  134. package/lib/v2/fx-markets/channel.js +56 -0
  135. package/lib/v2/fx-markets/maintainer.js +3 -0
  136. package/lib/v2/fx-markets/radar.js +31 -0
  137. package/lib/v2/fx-markets/router.js +3 -0
  138. package/lib/v2/gcores/category.js +5 -1
  139. package/lib/v2/gcores/tag.js +5 -1
  140. package/lib/v2/getitfree/index.js +54 -0
  141. package/lib/v2/getitfree/maintainer.js +3 -0
  142. package/lib/v2/getitfree/radar.js +13 -0
  143. package/lib/v2/getitfree/router.js +3 -0
  144. package/lib/v2/gitee/maintainer.js +6 -0
  145. package/lib/v2/gitee/radar.js +31 -0
  146. package/lib/v2/gitee/repos/commits.js +40 -0
  147. package/lib/v2/gitee/repos/events.js +66 -0
  148. package/lib/v2/gitee/repos/releases.js +33 -0
  149. package/lib/v2/gitee/router.js +6 -0
  150. package/lib/v2/gitee/users/events.js +84 -0
  151. package/lib/v2/gov/beijing/jw/tzgg.js +58 -0
  152. package/lib/v2/gov/customs/list.js +80 -0
  153. package/lib/v2/gov/customs/utils.js +21 -0
  154. package/lib/v2/gov/maintainer.js +4 -1
  155. package/lib/v2/gov/miit/wjgs.js +50 -41
  156. package/lib/v2/gov/miit/zcjd.js +50 -41
  157. package/lib/v2/gov/pbc/goutongjiaoliu.js +20 -15
  158. package/lib/v2/gov/pbc/tradeAnnouncement.js +18 -14
  159. package/lib/v2/gov/radar.js +45 -26
  160. package/lib/v2/gov/router.js +2 -0
  161. package/lib/v2/gumroad/index.js +35 -0
  162. package/lib/v2/gumroad/maintainer.js +3 -0
  163. package/lib/v2/gumroad/radar.js +17 -0
  164. package/lib/v2/gumroad/router.js +3 -0
  165. package/lib/v2/gumroad/templates/products.art +7 -0
  166. package/lib/v2/hackertalk/index.js +23 -0
  167. package/lib/v2/hackertalk/maintainer.js +3 -0
  168. package/lib/v2/hackertalk/radar.js +13 -0
  169. package/lib/v2/hackertalk/router.js +3 -0
  170. package/lib/v2/hashnode/blog.js +62 -0
  171. package/lib/v2/hashnode/maintainer.js +3 -0
  172. package/lib/v2/hashnode/radar.js +13 -0
  173. package/lib/v2/hashnode/router.js +3 -0
  174. package/lib/v2/hashnode/templates/description.art +2 -0
  175. package/lib/v2/heu/gx/list.js +2 -2
  176. package/lib/v2/heu/job/list.js +2 -2
  177. package/lib/v2/heu/uae/list.js +2 -2
  178. package/lib/v2/heu/yjsy/list.js +2 -2
  179. package/lib/v2/hk01/channel.js +40 -0
  180. package/lib/{routes → v2}/hk01/hot.js +2 -1
  181. package/lib/v2/hk01/issue.js +41 -0
  182. package/lib/v2/hk01/maintainer.js +7 -0
  183. package/lib/v2/hk01/radar.js +37 -0
  184. package/lib/v2/hk01/router.js +7 -0
  185. package/lib/{routes → v2}/hk01/tag.js +2 -1
  186. package/lib/{routes → v2}/hk01/zone.js +3 -2
  187. package/lib/v2/hotukdeals/index.js +1 -1
  188. package/lib/{routes → v2}/huxiu/article.js +1 -1
  189. package/lib/{routes → v2}/huxiu/author.js +18 -6
  190. package/lib/{routes → v2}/huxiu/collection.js +1 -2
  191. package/lib/v2/huxiu/maintainer.js +7 -0
  192. package/lib/v2/huxiu/radar.js +35 -0
  193. package/lib/v2/huxiu/router.js +7 -0
  194. package/lib/{routes → v2}/huxiu/search.js +0 -0
  195. package/lib/{routes → v2}/huxiu/tag.js +0 -0
  196. package/lib/{routes → v2}/huxiu/utils.js +3 -4
  197. package/lib/v2/ieee/journal.js +78 -0
  198. package/lib/v2/ieee/maintainer.js +2 -2
  199. package/lib/v2/ieee/radar.js +4 -4
  200. package/lib/v2/ieee/{latestdate.js → recent.js} +34 -42
  201. package/lib/v2/ieee/router.js +4 -2
  202. package/lib/v2/ieee/templates/description.art +5 -5
  203. package/lib/v2/ielts/index.js +32 -26
  204. package/lib/v2/itch/devlog.js +62 -0
  205. package/lib/v2/itch/index.js +56 -0
  206. package/lib/v2/itch/maintainer.js +5 -0
  207. package/lib/v2/itch/posts.js +41 -0
  208. package/lib/v2/itch/radar.js +28 -0
  209. package/lib/v2/itch/router.js +5 -0
  210. package/lib/v2/itch/templates/description.art +4 -0
  211. package/lib/v2/jike/utils.js +32 -1
  212. package/lib/{routes → v2}/juejin/books.js +2 -1
  213. package/lib/{routes → v2}/juejin/category.js +1 -1
  214. package/lib/{routes → v2}/juejin/collection.js +0 -0
  215. package/lib/{routes → v2}/juejin/column.js +0 -0
  216. package/lib/{routes → v2}/juejin/favorites.js +0 -0
  217. package/lib/v2/juejin/maintainer.js +13 -0
  218. package/lib/v2/juejin/news.js +25 -0
  219. package/lib/{routes → v2}/juejin/pins.js +3 -2
  220. package/lib/{routes → v2}/juejin/posts.js +0 -0
  221. package/lib/v2/juejin/radar.js +61 -0
  222. package/lib/v2/juejin/router.js +13 -0
  223. package/lib/{routes → v2}/juejin/shares.js +0 -0
  224. package/lib/{routes → v2}/juejin/tag.js +0 -0
  225. package/lib/{routes → v2}/juejin/trending.js +0 -0
  226. package/lib/{routes → v2}/juejin/utils.js +15 -7
  227. package/lib/v2/kcna/maintainer.js +3 -0
  228. package/lib/v2/kcna/news.js +81 -0
  229. package/lib/v2/kcna/radar.js +61 -0
  230. package/lib/v2/kcna/router.js +3 -0
  231. package/lib/v2/kcna/templates/news.art +9 -0
  232. package/lib/v2/kcna/utils.js +64 -0
  233. package/lib/v2/keep/maintainer.js +3 -0
  234. package/lib/v2/keep/radar.js +13 -0
  235. package/lib/v2/keep/router.js +3 -0
  236. package/lib/v2/keep/templates/user.art +16 -0
  237. package/lib/{routes → v2}/keep/user.js +14 -4
  238. package/lib/v2/laohu8/maintainer.js +3 -0
  239. package/lib/v2/laohu8/personal.js +32 -0
  240. package/lib/v2/laohu8/radar.js +13 -0
  241. package/lib/v2/laohu8/router.js +3 -0
  242. package/lib/v2/lever/index.js +28 -0
  243. package/lib/v2/lever/maintainer.js +3 -0
  244. package/lib/v2/lever/radar.js +13 -0
  245. package/lib/v2/lever/router.js +3 -0
  246. package/lib/v2/mdpi/journal.js +65 -0
  247. package/lib/v2/mdpi/maintainer.js +3 -0
  248. package/lib/v2/mdpi/radar.js +13 -0
  249. package/lib/v2/mdpi/router.js +3 -0
  250. package/lib/v2/mdpi/templates/description.art +12 -0
  251. package/lib/v2/mihoyo/bbs.js +1 -0
  252. package/lib/v2/mihoyo/radar.js +2 -2
  253. package/lib/v2/mirror/index.js +34 -0
  254. package/lib/v2/mirror/maintainer.js +3 -0
  255. package/lib/v2/mirror/radar.js +17 -0
  256. package/lib/v2/mirror/router.js +3 -0
  257. package/lib/v2/mobilism/forums.js +75 -0
  258. package/lib/v2/mobilism/maintainer.js +4 -0
  259. package/lib/v2/mobilism/portal.js +54 -0
  260. package/lib/v2/mobilism/radar.js +23 -0
  261. package/lib/v2/mobilism/router.js +4 -0
  262. package/lib/{routes → v2}/mp4er/index.js +1 -1
  263. package/lib/v2/mp4er/maintainer.js +3 -0
  264. package/lib/v2/mp4er/radar.js +13 -0
  265. package/lib/v2/mp4er/router.js +3 -0
  266. package/lib/v2/mysql/maintainer.js +3 -0
  267. package/lib/v2/mysql/radar.js +13 -0
  268. package/lib/v2/mysql/release.js +55 -0
  269. package/lib/v2/mysql/router.js +3 -0
  270. package/lib/v2/nbd/radar.js +2 -2
  271. package/lib/v2/ncwu/maintainer.js +3 -0
  272. package/lib/v2/ncwu/notice.js +27 -0
  273. package/lib/v2/ncwu/radar.js +13 -0
  274. package/lib/v2/ncwu/router.js +3 -0
  275. package/lib/v2/nhk/news.js +41 -0
  276. package/lib/{routes → v2}/nhk/news_web_easy.js +20 -20
  277. package/lib/v2/nhk/radar.js +19 -0
  278. package/lib/v2/nhk/router.js +4 -0
  279. package/lib/v2/nhk/templates/news.art +5 -0
  280. package/lib/v2/nju/rczp.js +34 -24
  281. package/lib/v2/njust/utils.js +4 -0
  282. package/lib/v2/nuaa/utils/pypasswaf.js +4 -5
  283. package/lib/v2/nytimes/daily_briefing_chinese.js +66 -41
  284. package/lib/v2/nytimes/index.js +3 -3
  285. package/lib/v2/nytimes/maintainer.js +1 -1
  286. package/lib/v2/nytimes/templates/image.art +4 -0
  287. package/lib/v2/nytimes/utils.js +7 -1
  288. package/lib/v2/oceanengine/arithmeticIndex.js +145 -0
  289. package/lib/v2/oceanengine/maintainer.js +3 -0
  290. package/lib/v2/oceanengine/radar.js +13 -0
  291. package/lib/v2/oceanengine/router.js +3 -0
  292. package/lib/v2/oceanengine/templates/content.art +14 -0
  293. package/lib/v2/openwrt/maintainer.js +3 -0
  294. package/lib/v2/openwrt/radar.js +13 -0
  295. package/lib/v2/openwrt/releases.js +25 -0
  296. package/lib/v2/openwrt/router.js +3 -0
  297. package/lib/v2/orcid/index.js +1 -1
  298. package/lib/v2/orcid/templates/description.art +2 -2
  299. package/lib/v2/panewslab/{column.js → author.js} +11 -23
  300. package/lib/v2/panewslab/index.js +24 -17
  301. package/lib/v2/panewslab/maintainer.js +3 -1
  302. package/lib/v2/panewslab/news.js +28 -0
  303. package/lib/v2/panewslab/radar.js +2 -2
  304. package/lib/v2/panewslab/router.js +4 -2
  305. package/lib/v2/panewslab/topic.js +7 -14
  306. package/lib/v2/pincong/hot.js +28 -0
  307. package/lib/{routes → v2}/pincong/index.js +6 -12
  308. package/lib/v2/pincong/maintainer.js +5 -0
  309. package/lib/v2/pincong/radar.js +35 -0
  310. package/lib/v2/pincong/router.js +5 -0
  311. package/lib/v2/pincong/topic.js +25 -0
  312. package/lib/v2/pincong/utils.js +22 -0
  313. package/lib/v2/pku/maintainer.js +1 -0
  314. package/lib/v2/pku/nsd.js +69 -0
  315. package/lib/v2/pku/radar.js +8 -0
  316. package/lib/v2/pku/router.js +1 -0
  317. package/lib/v2/playno1/av.js +41 -0
  318. package/lib/v2/playno1/maintainer.js +4 -0
  319. package/lib/v2/playno1/radar.js +21 -0
  320. package/lib/v2/playno1/router.js +4 -0
  321. package/lib/v2/playno1/st.js +36 -0
  322. package/lib/v2/playno1/utils.js +32 -0
  323. package/lib/v2/pmthinking/index.js +61 -0
  324. package/lib/v2/pmthinking/maintainer.js +3 -0
  325. package/lib/v2/pmthinking/radar.js +13 -0
  326. package/lib/v2/pmthinking/router.js +3 -0
  327. package/lib/v2/pmthinking/templates/description.art +4 -0
  328. package/lib/v2/prestige-av/maintainer.js +3 -0
  329. package/lib/v2/prestige-av/radar.js +18 -0
  330. package/lib/v2/prestige-av/router.js +3 -0
  331. package/lib/{routes → v2}/prestige-av/series.js +8 -5
  332. package/lib/v2/qipamaijia/index.js +26 -0
  333. package/lib/v2/qipamaijia/maintainer.js +3 -0
  334. package/lib/v2/qipamaijia/radar.js +13 -0
  335. package/lib/v2/qipamaijia/router.js +3 -0
  336. package/lib/v2/reuters/common.js +54 -0
  337. package/lib/v2/reuters/investigates.js +39 -0
  338. package/lib/v2/reuters/maintainer.js +6 -0
  339. package/lib/v2/reuters/migration_prompt.js +3 -0
  340. package/lib/v2/reuters/radar.js +19 -0
  341. package/lib/v2/reuters/router.js +6 -0
  342. package/lib/v2/sciencedirect/journal.js +8 -1
  343. package/lib/v2/{jasa/latest.js → scitation/journal.js} +24 -27
  344. package/lib/v2/scitation/maintainer.js +4 -0
  345. package/lib/v2/scitation/radar.js +19 -0
  346. package/lib/v2/scitation/router.js +4 -0
  347. package/lib/v2/scitation/section.js +90 -0
  348. package/lib/v2/scitation/templates/description.art +11 -0
  349. package/lib/v2/sis001/forum.js +62 -0
  350. package/lib/v2/sis001/maintainer.js +3 -0
  351. package/lib/v2/sis001/radar.js +13 -0
  352. package/lib/v2/sis001/router.js +3 -0
  353. package/lib/{routes → v2}/sobooks/date.js +1 -1
  354. package/lib/{routes → v2}/sobooks/index.js +1 -1
  355. package/lib/v2/sobooks/maintainer.js +5 -0
  356. package/lib/v2/sobooks/radar.js +25 -0
  357. package/lib/v2/sobooks/router.js +5 -0
  358. package/lib/{routes → v2}/sobooks/tag.js +1 -1
  359. package/lib/{routes → v2}/sobooks/utils.js +3 -2
  360. package/lib/v2/springer/journal.js +72 -0
  361. package/lib/v2/springer/maintainer.js +3 -0
  362. package/lib/v2/springer/radar.js +13 -0
  363. package/lib/v2/springer/router.js +3 -0
  364. package/lib/v2/springer/templates/description.art +12 -0
  365. package/lib/v2/sspai/maintainer.js +1 -0
  366. package/lib/v2/sspai/radar.js +6 -0
  367. package/lib/v2/sspai/router.js +1 -0
  368. package/lib/v2/sspai/seriesUpdate.js +36 -0
  369. package/lib/v2/supchina/index.js +67 -0
  370. package/lib/v2/supchina/maintainer.js +4 -0
  371. package/lib/v2/supchina/podcasts.js +66 -0
  372. package/lib/v2/supchina/radar.js +19 -0
  373. package/lib/v2/supchina/router.js +4 -0
  374. package/lib/v2/techflow520/index.js +34 -0
  375. package/lib/v2/techflow520/maintainer.js +4 -0
  376. package/lib/v2/techflow520/newsflash.js +32 -0
  377. package/lib/v2/techflow520/radar.js +19 -0
  378. package/lib/v2/techflow520/router.js +4 -0
  379. package/lib/v2/tencent/cloud/column.js +51 -0
  380. package/lib/v2/tencent/maintainer.js +1 -0
  381. package/lib/v2/tencent/radar.js +11 -0
  382. package/lib/v2/tencent/router.js +1 -0
  383. package/lib/v2/test/index.js +23 -2
  384. package/lib/v2/tiktok/maintainer.js +3 -0
  385. package/lib/v2/tiktok/radar.js +13 -0
  386. package/lib/v2/tiktok/router.js +3 -0
  387. package/lib/v2/tiktok/templates/user.art +3 -0
  388. package/lib/v2/tiktok/user.js +89 -0
  389. package/lib/v2/tingshuitz/dalian.js +29 -0
  390. package/lib/{routes → v2}/tingshuitz/dongguan.js +2 -1
  391. package/lib/{routes → v2}/tingshuitz/guangzhou.js +0 -0
  392. package/lib/{routes → v2}/tingshuitz/hangzhou.js +0 -0
  393. package/lib/v2/tingshuitz/maintainer.js +11 -0
  394. package/lib/{routes → v2}/tingshuitz/nanjing.js +9 -11
  395. package/lib/v2/tingshuitz/radar.js +68 -0
  396. package/lib/v2/tingshuitz/router.js +11 -0
  397. package/lib/v2/tingshuitz/wuhan.js +32 -0
  398. package/lib/{routes → v2}/tingshuitz/xian.js +1 -1
  399. package/lib/{routes → v2}/tingshuitz/xiaoshan.js +0 -0
  400. package/lib/{routes → v2}/tingshuitz/yangjiang.js +6 -8
  401. package/lib/v2/trending/allTrending.js +169 -0
  402. package/lib/v2/trending/maintainer.js +3 -0
  403. package/lib/v2/trending/radar.js +35 -0
  404. package/lib/v2/trending/router.js +3 -0
  405. package/lib/v2/trending/templates/content.art +24 -0
  406. package/lib/v2/uraaka-joshi/uraaka-joshi-user.js +7 -1
  407. package/lib/v2/uraaka-joshi/uraaka-joshi.js +8 -1
  408. package/lib/v2/usts/jwch.js +56 -0
  409. package/lib/v2/usts/maintainer.js +3 -0
  410. package/lib/v2/usts/radar.js +25 -0
  411. package/lib/v2/usts/router.js +3 -0
  412. package/lib/v2/wallpaperhub/index.js +28 -0
  413. package/lib/v2/wallpaperhub/maintainer.js +3 -0
  414. package/lib/v2/wallpaperhub/radar.js +13 -0
  415. package/lib/v2/wallpaperhub/router.js +3 -0
  416. package/lib/v2/wallpaperhub/templates/description.art +1 -0
  417. package/lib/{routes → v2}/xiaohongshu/board.js +8 -6
  418. package/lib/v2/xiaohongshu/maintainer.js +4 -0
  419. package/lib/v2/xiaohongshu/radar.js +25 -0
  420. package/lib/v2/xiaohongshu/router.js +4 -0
  421. package/lib/{routes → v2}/xiaohongshu/user.js +9 -11
  422. package/lib/v2/xiaohongshu/util.js +32 -0
  423. package/lib/v2/xiaozhuanlan/column.js +52 -0
  424. package/lib/v2/xiaozhuanlan/maintainer.js +3 -0
  425. package/lib/v2/xiaozhuanlan/radar.js +13 -0
  426. package/lib/v2/xiaozhuanlan/router.js +3 -0
  427. package/lib/v2/xidian/jwc.js +54 -0
  428. package/lib/v2/xidian/maintainer.js +3 -0
  429. package/lib/v2/xidian/radar.js +13 -0
  430. package/lib/v2/xidian/router.js +3 -0
  431. package/lib/{routes → v2}/youtube/channel.js +9 -5
  432. package/lib/v2/youtube/maintainer.js +6 -0
  433. package/lib/{routes → v2}/youtube/playlist.js +6 -10
  434. package/lib/v2/youtube/radar.js +31 -0
  435. package/lib/v2/youtube/router.js +6 -0
  436. package/lib/v2/youtube/subscriptions.js +56 -0
  437. package/lib/v2/youtube/templates/description.art +7 -0
  438. package/lib/{routes → v2}/youtube/user.js +4 -5
  439. package/lib/v2/youtube/utils.js +141 -0
  440. package/lib/v2/zhihu/activities.js +36 -0
  441. package/lib/v2/zyshow/index.js +46 -0
  442. package/lib/v2/zyshow/maintainer.js +3 -0
  443. package/lib/v2/zyshow/radar.js +17 -0
  444. package/lib/v2/zyshow/router.js +3 -0
  445. package/lib/v2/zyshow/templates/description.art +16 -0
  446. package/package.json +21 -20
  447. package/lib/routes/apnews/topics.js +0 -43
  448. package/lib/routes/behance/index.js +0 -58
  449. package/lib/routes/gov/customs/list.js +0 -77
  450. package/lib/routes/hk01/channel.js +0 -22
  451. package/lib/routes/hk01/issue.js +0 -22
  452. package/lib/routes/mirror/entries.js +0 -80
  453. package/lib/routes/mobilism/release.js +0 -42
  454. package/lib/routes/pincong/hot.js +0 -33
  455. package/lib/routes/pincong/topic.js +0 -32
  456. package/lib/routes/reuters/channel.js +0 -155
  457. package/lib/routes/reuters/theWire.js +0 -45
  458. package/lib/routes/reuters/utils.js +0 -72
  459. package/lib/routes/the-economist/full.js +0 -48
  460. package/lib/routes/the-economist/gre-vocabulary.js +0 -27
  461. package/lib/routes/tingshuitz/dalian.js +0 -34
  462. package/lib/routes/tingshuitz/wuhan.js +0 -34
  463. package/lib/routes/universities/ncwu/notice.js +0 -42
  464. package/lib/routes/universities/xidian/jwc.js +0 -70
  465. package/lib/routes/waijiedanao/article.js +0 -78
  466. package/lib/routes/wallpaperhub/index.js +0 -22
  467. package/lib/routes/xiaohongshu/util.js +0 -18
  468. package/lib/routes/youtube/utils.js +0 -90
  469. package/lib/routes/zyshow/index.js +0 -42
  470. package/lib/v2/elsevier/latest.js +0 -87
  471. package/lib/v2/elsevier/volume.js +0 -75
  472. package/lib/v2/ieee/latestvol.js +0 -87
  473. package/lib/v2/jasa/maintainer.js +0 -4
  474. package/lib/v2/jasa/radar.js +0 -19
  475. package/lib/v2/jasa/router.js +0 -4
  476. package/lib/v2/jasa/section.js +0 -95
  477. package/lib/v2/jasa/templates/description.art +0 -11
  478. package/lib/v2/panewslab/newsflash.js +0 -35
@@ -0,0 +1,62 @@
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
+ const { art } = require('@/utils/render');
6
+ const path = require('path');
7
+
8
+ module.exports = async (ctx) => {
9
+ const user = ctx.params.user ?? '';
10
+ const id = ctx.params.id ?? '';
11
+
12
+ const rootUrl = `https://${user}.itch.io/${id}/devlog`;
13
+
14
+ const response = await got({
15
+ method: 'get',
16
+ url: rootUrl,
17
+ });
18
+
19
+ const $ = cheerio.load(response.data);
20
+
21
+ let items = $('.title')
22
+ .toArray()
23
+ .map((item) => {
24
+ item = $(item);
25
+
26
+ return {
27
+ title: item.text(),
28
+ link: item.attr('href'),
29
+ pubDate: timezone(parseDate(item.text()), +8),
30
+ };
31
+ });
32
+
33
+ items = await Promise.all(
34
+ items.map((item) =>
35
+ ctx.cache.tryGet(item.link, async () => {
36
+ const detailResponse = await got({
37
+ method: 'get',
38
+ url: item.link,
39
+ });
40
+
41
+ const content = cheerio.load(detailResponse.data);
42
+
43
+ item.author = detailResponse.data.match(/"author":{".*?","name":"(.*?)"/)[1];
44
+ item.pubDate = parseDate(detailResponse.data.match(/"datePublished":"(.*?)"/)[1]);
45
+ item.description = art(path.join(__dirname, 'templates/description.art'), {
46
+ images: content('.post_image')
47
+ .toArray()
48
+ .map((i) => content(i).attr('src')),
49
+ description: content('.post_body').html(),
50
+ });
51
+
52
+ return item;
53
+ })
54
+ )
55
+ );
56
+
57
+ ctx.state.data = {
58
+ title: $('title').text(),
59
+ link: rootUrl,
60
+ item: items,
61
+ };
62
+ };
@@ -0,0 +1,56 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const { art } = require('@/utils/render');
4
+ const path = require('path');
5
+
6
+ module.exports = async (ctx) => {
7
+ const rootUrl = 'https://itch.io';
8
+ const currentUrl = `${rootUrl}${ctx.path}`;
9
+
10
+ const response = await got({
11
+ method: 'get',
12
+ url: currentUrl,
13
+ });
14
+
15
+ const $ = cheerio.load(response.data);
16
+
17
+ let items = $('.title.game_link')
18
+ .toArray()
19
+ .map((item) => {
20
+ item = $(item);
21
+
22
+ return {
23
+ title: item.text(),
24
+ link: item.attr('href'),
25
+ };
26
+ });
27
+
28
+ items = await Promise.all(
29
+ items.map((item) =>
30
+ ctx.cache.tryGet(item.link, async () => {
31
+ const detailResponse = await got({
32
+ method: 'get',
33
+ url: item.link,
34
+ });
35
+
36
+ const content = cheerio.load(detailResponse.data);
37
+
38
+ item.author = content('title').text().split('by ').pop();
39
+ item.description = art(path.join(__dirname, 'templates/description.art'), {
40
+ images: content('.screenshot')
41
+ .toArray()
42
+ .map((i) => content(i).attr('src')),
43
+ description: content('.formatted_description').html(),
44
+ });
45
+
46
+ return item;
47
+ })
48
+ )
49
+ );
50
+
51
+ ctx.state.data = {
52
+ title: $('title').text(),
53
+ link: currentUrl,
54
+ item: items,
55
+ };
56
+ };
@@ -0,0 +1,5 @@
1
+ module.exports = {
2
+ '/devlog/:user/:id': ['nczitzk'],
3
+ '/posts/:topic/:id': ['nczitzk'],
4
+ '/:sort?/:tag?': ['nczitzk'],
5
+ };
@@ -0,0 +1,41 @@
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 topic = ctx.params.topic;
7
+ const id = ctx.params.id;
8
+
9
+ const rootUrl = 'https://itch.io';
10
+ const currentUrl = `${rootUrl}/t/${topic}/${id}?before=999999999`;
11
+
12
+ const response = await got({
13
+ method: 'get',
14
+ url: currentUrl,
15
+ });
16
+
17
+ const $ = cheerio.load(response.data);
18
+
19
+ const items = $('.post_grid')
20
+ .toArray()
21
+ .map((item) => {
22
+ item = $(item);
23
+
24
+ const author = item.find('.post_author').text();
25
+ const description = item.find('.post_body');
26
+
27
+ return {
28
+ author,
29
+ description: description.html(),
30
+ title: `${author}: ${description.text()}`,
31
+ link: item.find('.post_date a').attr('href'),
32
+ pubDate: parseDate(item.find('.post_date').attr('title')),
33
+ };
34
+ });
35
+
36
+ ctx.state.data = {
37
+ title: $('title').text(),
38
+ link: currentUrl,
39
+ item: items,
40
+ };
41
+ };
@@ -0,0 +1,28 @@
1
+ module.exports = {
2
+ 'itch.io': {
3
+ _name: 'itch.io',
4
+ '.': [
5
+ {
6
+ title: 'Browse',
7
+ docs: 'https://docs.rsshub.app/game.html#itch-io-browse',
8
+ source: ['/'],
9
+ target: (params, url) => `/itch${new URL(url).toString().split('itch.io').pop()}`,
10
+ },
11
+ {
12
+ title: 'Developer Logs',
13
+ docs: 'https://docs.rsshub.app/game.html#itch-io-developer-logs',
14
+ source: ['/'],
15
+ target: (params, url) => {
16
+ const matches = new URL(url).toString().match(/\/\/(.*?)\.itch\.io\/(.*?)\/devlog/);
17
+ return `/itch/devlog/${matches[1]}/${matches[2]}`;
18
+ },
19
+ },
20
+ {
21
+ title: 'Posts',
22
+ docs: 'https://docs.rsshub.app/game.html#itch-io-posts',
23
+ source: ['/t/:topic/:id'],
24
+ target: '/itch/posts/:topic/:id',
25
+ },
26
+ ],
27
+ },
28
+ };
@@ -0,0 +1,5 @@
1
+ module.exports = function (router) {
2
+ router.get('/devlog/:user/:id', require('./devlog'));
3
+ router.get('/posts/:topic/:id', require('./posts'));
4
+ router.get(/([\w\d/-]+)?/, require('./index'));
5
+ };
@@ -0,0 +1,4 @@
1
+ {{ each images image }}
2
+ <img src="{{ image }}">
3
+ {{ /each }}
4
+ {{@ description }}
@@ -3,6 +3,8 @@ const got = require('@/utils/got');
3
3
  const cheerio = require('cheerio');
4
4
  const config = require('@/config').value;
5
5
 
6
+ const videoAPI = 'https://api.ruguoapp.com/1.0/mediaMeta/play?type=ORIGINAL_POST';
7
+
6
8
  module.exports = {
7
9
  topicDataHanding: (data) =>
8
10
  data.posts.map((item) => {
@@ -31,6 +33,14 @@ module.exports = {
31
33
 
32
34
  // rss内容
33
35
  let description = '';
36
+ // 作者昵称
37
+ let author = '';
38
+
39
+ // 添加内容作者信息
40
+ if (item.user) {
41
+ author = item.user.screenName;
42
+ description += `<span>用户昵称:${author} <br> Username:${item.user.username}</span><br>`;
43
+ }
34
44
 
35
45
  if (item.linkInfo) {
36
46
  const linkUrl = item.linkInfo.originalLinkUrl || item.linkInfo.linkUrl;
@@ -114,6 +124,11 @@ module.exports = {
114
124
  });
115
125
  }
116
126
 
127
+ // 6. 视频
128
+ if (item.video) {
129
+ description += `<br><video src="${item.video.url}" controls></video>`;
130
+ }
131
+
117
132
  // rss标题
118
133
  // 优先将音频和视频名作为标题
119
134
  // 其次将正文内容作为标题
@@ -125,6 +140,7 @@ module.exports = {
125
140
  title,
126
141
  description: description.trim().replace(/\n/g, '<br>'),
127
142
  pubDate: parseDate(item.createdAt),
143
+ author,
128
144
  link,
129
145
  };
130
146
  }),
@@ -136,7 +152,22 @@ module.exports = {
136
152
  const html = resp.data;
137
153
  const $ = cheerio.load(html);
138
154
  const raw = $('[type = "application/json"]').html();
139
- return JSON.parse(raw).props.pageProps;
155
+ const data = JSON.parse(raw).props.pageProps;
156
+ data.posts = await Promise.all(
157
+ data.posts.map(async (item) => {
158
+ if (!item.video) {
159
+ return item;
160
+ }
161
+
162
+ const videoUrl = `${videoAPI}&id=${item.id}`;
163
+ const videoRes = await got(videoUrl);
164
+ item.video = videoRes.data;
165
+
166
+ return item;
167
+ })
168
+ );
169
+
170
+ return data;
140
171
  },
141
172
  false,
142
173
  config.cache.routeExpire
@@ -1,4 +1,5 @@
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 response = await got({
@@ -17,7 +18,7 @@ module.exports = async (ctx) => {
17
18
  ${base_info.summary}<br>
18
19
  <strong>价格:</strong> ${base_info.price / 100}元
19
20
  `,
20
- pubDate: new Date(base_info.ctime * 1000).toUTCString(),
21
+ pubDate: parseDate(base_info.ctime * 1000),
21
22
  guid: base_info.booklet_id,
22
23
  }));
23
24
 
@@ -26,7 +26,7 @@ module.exports = async (ctx) => {
26
26
 
27
27
  let originalData = [];
28
28
  if (response.data.data) {
29
- originalData = response.data.data.slice(0, 5);
29
+ originalData = response.data.data;
30
30
  }
31
31
  const resultItems = await util.ProcessFeed(originalData, ctx.cache);
32
32
 
File without changes
File without changes
File without changes
@@ -0,0 +1,13 @@
1
+ module.exports = {
2
+ '/books': ['xyqfer'],
3
+ '/category/:category': ['DIYgod'],
4
+ '/collection/:collectionId': ['isQ'],
5
+ '/collections/:userId': ['isQ'],
6
+ '/column/:id': ['xiangzy1'],
7
+ '/news/:id': ['CancerGary'],
8
+ '/pins/:type?': ['xyqfer', 'laampui'],
9
+ '/posts/:id': ['Maecenas'],
10
+ '/shares/:userId': ['qiwihui'],
11
+ '/tag/:tag': ['isheng5'],
12
+ '/trending/:category/:type': ['moaix'],
13
+ };
@@ -0,0 +1,25 @@
1
+ const got = require('@/utils/got');
2
+ const util = require('./utils');
3
+
4
+ module.exports = async (ctx) => {
5
+ const { id } = ctx.params;
6
+
7
+ const response = await got({
8
+ method: 'post',
9
+ url: 'https://api.juejin.cn/content_api/v1/news/list_user',
10
+ json: {
11
+ user_id: id,
12
+ sort_type: 2,
13
+ },
14
+ });
15
+ const { data } = response.data;
16
+ const username = data[0] && data[0].author_user_info && data[0].author_user_info.user_name;
17
+ const resultItems = await util.ProcessFeed(data, ctx.cache);
18
+
19
+ ctx.state.data = {
20
+ title: `掘金资讯-${username}`,
21
+ link: `https://juejin.cn/user/${id}/news`,
22
+ description: `掘金资讯-${username}`,
23
+ item: resultItems,
24
+ };
25
+ };
@@ -1,7 +1,8 @@
1
1
  const got = require('@/utils/got');
2
+ const { parseDate } = require('@/utils/parse-date');
2
3
 
3
4
  module.exports = async (ctx) => {
4
- const type = ctx.params.type || 'recommend';
5
+ const type = ctx.params.type ?? 'recommend';
5
6
  const title = {
6
7
  recommend: '推荐',
7
8
  hot: '热门',
@@ -35,7 +36,7 @@ module.exports = async (ctx) => {
35
36
  const title = content;
36
37
  const guid = item.msg_id;
37
38
  const link = `https://juejin.cn/pin/${guid}`;
38
- const pubDate = new Date(parseInt(item.msg_Info.ctime) * 1000).toUTCString();
39
+ const pubDate = parseDate(item.msg_Info.ctime * 1000);
39
40
  const author = item.author_user_info.user_name;
40
41
  const imgs = item.msg_Info.pic_list.reduce((imgs, item) => {
41
42
  imgs += `
File without changes
@@ -0,0 +1,61 @@
1
+ module.exports = {
2
+ 'juejin.cn': {
3
+ _name: '掘金',
4
+ '.': [
5
+ {
6
+ title: '标签',
7
+ docs: 'https://docs.rsshub.app/programming.html#jue-jin-biao-qian',
8
+ source: '/tag/:tag',
9
+ target: '/juejin/tag/:tag',
10
+ },
11
+ {
12
+ title: '小册',
13
+ docs: 'https://docs.rsshub.app/programming.html#jue-jin-xiao-ce',
14
+ source: '/books',
15
+ target: '/juejin/books',
16
+ },
17
+ {
18
+ title: '沸点',
19
+ docs: 'https://docs.rsshub.app/programming.html#jue-jin-fei-dian',
20
+ source: ['/pins/:type', '/pins/topic/:type'],
21
+ target: (params) => (params.type !== 'recommended' ? '/juejin/pins/:type' : '/juejin/pins'),
22
+ },
23
+ {
24
+ title: '用户专栏',
25
+ docs: 'https://docs.rsshub.app/programming.html#jue-jin-zhuan-lan',
26
+ source: ['/user/:id', '/user/:id/posts'],
27
+ target: '/juejin/posts/:id',
28
+ },
29
+ {
30
+ title: '收藏集',
31
+ docs: 'https://docs.rsshub.app/programming.html#jue-jin-shou-cang-ji',
32
+ source: ['/user/:id', '/user/:id/collections'],
33
+ target: '/juejin/collections/:id',
34
+ },
35
+ {
36
+ title: '单个收藏夹',
37
+ docs: 'https://docs.rsshub.app/programming.html#jue-jin-dan-ge-shou-cang-jia',
38
+ source: '/collection/:collectionId',
39
+ target: '/juejin/collection/:collectionId',
40
+ },
41
+ {
42
+ title: '分享',
43
+ docs: 'https://docs.rsshub.app/programming.html#jue-jin',
44
+ source: ['/user/:userId', '/user/:userId/shares'],
45
+ target: '/juejin/shares/:userId',
46
+ },
47
+ {
48
+ title: '专栏',
49
+ docs: 'https://docs.rsshub.app/programming.html#jue-jin',
50
+ source: '/column/:id',
51
+ target: '/juejin/column/:id',
52
+ },
53
+ {
54
+ title: '资讯',
55
+ docs: 'https://docs.rsshub.app/programming.html#jue-jin',
56
+ source: ['/user/:id', '/user/:id/news'],
57
+ target: '/juejin/news/:userId',
58
+ },
59
+ ],
60
+ },
61
+ };
@@ -0,0 +1,13 @@
1
+ module.exports = (router) => {
2
+ router.get('/books', require('./books'));
3
+ router.get('/category/:category', require('./category'));
4
+ router.get('/collection/:collectionId', require('./collection'));
5
+ router.get('/collections/:userId', require('./favorites'));
6
+ router.get('/column/:id', require('./column'));
7
+ router.get('/news/:id', require('./news'));
8
+ router.get('/pins/:type?', require('./pins'));
9
+ router.get('/posts/:id', require('./posts'));
10
+ router.get('/shares/:userId', require('./shares'));
11
+ router.get('/tag/:tag', require('./tag'));
12
+ router.get('/trending/:category/:type', require('./trending'));
13
+ };
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
2
3
  const { parseDate } = require('@/utils/parse-date');
3
- const timezone = require('@/utils/timezone');
4
4
  const md = require('markdown-it')({
5
5
  html: true,
6
6
  });
@@ -15,21 +15,29 @@ async function load(id) {
15
15
  });
16
16
  let description;
17
17
  if (response.data.data) {
18
- description = md.render(response.data.data.article_info.mark_content);
18
+ description = md.render(response.data.data.article_info.mark_content) || response.data.data.article_info.content;
19
19
  }
20
20
 
21
21
  return { description };
22
22
  }
23
23
 
24
+ const loadNews = async (link) => {
25
+ const response = await got(link);
26
+ const $ = cheerio.load(response.data);
27
+ $('h1.title, .main-box .message').remove();
28
+ return { description: $('.main-box .article').html() };
29
+ };
30
+
24
31
  const ProcessFeed = (list, caches) =>
25
32
  Promise.all(
26
33
  list.map(async (item) => {
27
- const pubDate = timezone(parseDate(parseInt(item.article_info.ctime) * 1000), +8);
28
- const link = `https://juejin.cn/post/${item.article_id}`;
34
+ const isArticle = !!item.article_info;
35
+ const pubDate = parseDate((isArticle ? item.article_info.ctime : item.content_info.ctime) * 1000);
36
+ const link = `https://juejin.cn${isArticle ? '/post/' + item.article_id : '/news/' + item.content_id}`;
29
37
  // 列表上提取到的信息
30
38
  const single = {
31
- title: item.article_info.title,
32
- description: (item.article_info.brief_content || '无描述').replace(/[\x00-\x08\x0b-\x0c\x0e-\x1f\x7f]/g, ''),
39
+ title: isArticle ? item.article_info.title : item.content_info.title,
40
+ description: ((isArticle ? item.article_info.brief_content : item.content_info.brief) || '无描述').replace(/[\x00-\x08\x0b-\x0c\x0e-\x1f\x7f]/g, ''),
33
41
  pubDate,
34
42
  author: item.author_user_info.user_name,
35
43
  link,
@@ -37,7 +45,7 @@ const ProcessFeed = (list, caches) =>
37
45
 
38
46
  // 使用tryGet方法从缓存获取内容。
39
47
  // 当缓存中无法获取到链接内容的时候,则使用load方法加载文章内容。
40
- const other = await caches.tryGet(link, () => load(item.article_id));
48
+ const other = await caches.tryGet(link, () => (isArticle ? load(item.article_id) : loadNews(link)));
41
49
  // 合并解析后的结果集作为该篇文章最终的输出结果
42
50
  return { ...single, ...other };
43
51
  })
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ '/:lang/:category?': ['Rongronggg9'],
3
+ };
@@ -0,0 +1,81 @@
1
+ const got = require('@/utils/got');
2
+ const cheerio = require('cheerio');
3
+ const asyncPool = require('tiny-async-pool');
4
+ const { art } = require('@/utils/render');
5
+ const { parseJucheDate, fixDesc, fetchPhoto, fetchVideo } = require('./utils');
6
+ const path = require('path');
7
+
8
+ module.exports = async (ctx) => {
9
+ const { lang, category = '1ee9bdb7186944f765208f34ecfb5407' } = ctx.params;
10
+
11
+ const rootUrl = 'http://www.kcna.kp';
12
+ const pageUrl = `${rootUrl}/${lang}/category/articles/q/${category}.kcmsf`;
13
+
14
+ const response = await got(pageUrl);
15
+ const $ = cheerio.load(response.data);
16
+
17
+ // fix <nobr><span class="fSpecCs">???</span></nobr>
18
+ const title = $('head > title')
19
+ .text()
20
+ .replace(/<[^>]*>/g, '');
21
+
22
+ const list = $('.article-link li a')
23
+ .map((_, item) => {
24
+ item = $(item);
25
+ const dateElem = item.find('.publish-time');
26
+ const dateString = dateElem.text();
27
+ dateElem.remove();
28
+ return {
29
+ title: item.text(),
30
+ link: rootUrl + item.attr('href'),
31
+ pubDate: parseJucheDate(dateString),
32
+ };
33
+ })
34
+ .get();
35
+
36
+ // avoid being IP-banned
37
+ // if being banned, 103.35.255.254 (the last hop before www.kcna.kp - 175.45.176.71) will drop the packet
38
+ // verify that with `mtr www.kcna.kp -Tz`
39
+ const items = [];
40
+ for await (const item of asyncPool(3, list, (item) =>
41
+ ctx.cache.tryGet(item.link, async () => {
42
+ const response = await got(item.link);
43
+ const $ = cheerio.load(response.data);
44
+ item.title = $('article-main-title').text() || item.title;
45
+
46
+ const dateElem = $('.publish-time');
47
+ const dateString = dateElem.text();
48
+ dateElem.remove();
49
+ item.pubDate = parseJucheDate(dateString) || item.pubDate;
50
+
51
+ const description = fixDesc($, $('.article-content-body .content-wrapper'));
52
+
53
+ // add picture and video
54
+ const media = $('.media-icon a')
55
+ .map((_, elem) => rootUrl + elem.attribs.href)
56
+ .get();
57
+ let photo, video;
58
+ await Promise.all(
59
+ media.map(async (medium) => {
60
+ if (medium.includes('/photo/')) {
61
+ photo = await fetchPhoto(ctx, medium);
62
+ } else if (medium.includes('/video/')) {
63
+ video = await fetchVideo(ctx, medium);
64
+ }
65
+ })
66
+ );
67
+
68
+ item.description = art(path.join(__dirname, 'templates/news.art'), { description, photo, video });
69
+
70
+ return item;
71
+ })
72
+ )) {
73
+ items.push(item);
74
+ }
75
+
76
+ ctx.state.data = {
77
+ title,
78
+ link: pageUrl,
79
+ item: items,
80
+ };
81
+ };
@@ -0,0 +1,61 @@
1
+ module.exports = {
2
+ 'kcna.kp': {
3
+ _name: '朝鲜中央通讯社',
4
+ www: [
5
+ {
6
+ title: '朝鲜劳动党总书记金正恩同志革命活动新闻',
7
+ docs: 'https://docs.rsshub.app/traditional-media.html#chao-xian-zhong-yang-tong-xun-she',
8
+ source: '/:lang/category/articles/q/54c0ca4ca013a92cc9cf95bd4004c61a.kcmsf',
9
+ target: '/kcna/:lang/54c0ca4ca013a92cc9cf95bd4004c61a',
10
+ },
11
+ {
12
+ title: '最新新闻',
13
+ docs: 'https://docs.rsshub.app/traditional-media.html#chao-xian-zhong-yang-tong-xun-she',
14
+ source: ['/:lang', '/:lang/category/articles/q/1ee9bdb7186944f765208f34ecfb5407.kcmsf', '/:lang/category/articles.kcmsf'],
15
+ target: '/kcna/:lang',
16
+ },
17
+ {
18
+ title: '主要新闻',
19
+ docs: 'https://docs.rsshub.app/traditional-media.html#chao-xian-zhong-yang-tong-xun-she',
20
+ source: '/:lang/category/articles/q/5394b80bdae203fadef02522cfb578c0.kcmsf',
21
+ target: '/kcna/:lang/5394b80bdae203fadef02522cfb578c0',
22
+ },
23
+ {
24
+ title: '国内新闻',
25
+ docs: 'https://docs.rsshub.app/traditional-media.html#chao-xian-zhong-yang-tong-xun-she',
26
+ source: '/:lang/category/articles/q/b2b3bcc1b0a4406ab0c36e45d5db58db.kcmsf',
27
+ target: '/kcna/:lang/b2b3bcc1b0a4406ab0c36e45d5db58db',
28
+ },
29
+ {
30
+ title: '文件',
31
+ docs: 'https://docs.rsshub.app/traditional-media.html#chao-xian-zhong-yang-tong-xun-she',
32
+ source: '/:lang/category/articles/q/a8754921399857ebdbb97a98a1e741f5.kcmsf',
33
+ target: '/kcna/:lang/a8754921399857ebdbb97a98a1e741f5',
34
+ },
35
+ {
36
+ title: '国际新闻',
37
+ docs: 'https://docs.rsshub.app/traditional-media.html#chao-xian-zhong-yang-tong-xun-she',
38
+ source: '/:lang/category/articles/q/593143484cf15d48ce85c26139582395.kcmsf',
39
+ target: '/kcna/:lang/593143484cf15d48ce85c26139582395',
40
+ },
41
+ {
42
+ title: '社会-生活',
43
+ docs: 'https://docs.rsshub.app/traditional-media.html#chao-xian-zhong-yang-tong-xun-she',
44
+ source: '/:lang/category/articles/q/93102e5a735d03979bc58a3a7aefb75a.kcmsf',
45
+ target: '/kcna/:lang/93102e5a735d03979bc58a3a7aefb75a',
46
+ },
47
+ {
48
+ title: '对外关系',
49
+ docs: 'https://docs.rsshub.app/traditional-media.html#chao-xian-zhong-yang-tong-xun-she',
50
+ source: '/:lang/category/articles/q/0f98b4623a3ef82aeea78df45c423fd0.kcmsf',
51
+ target: '/kcna/:lang/0f98b4623a3ef82aeea78df45c423fd0',
52
+ },
53
+ {
54
+ title: '时事解说',
55
+ docs: 'https://docs.rsshub.app/traditional-media.html#chao-xian-zhong-yang-tong-xun-she',
56
+ source: '/:lang/category/articles/q/12c03a49f7dbe829bceea8ac77088c21.kcmsf',
57
+ target: '/kcna/:lang/12c03a49f7dbe829bceea8ac77088c21',
58
+ },
59
+ ],
60
+ },
61
+ };
@@ -0,0 +1,3 @@
1
+ module.exports = function (router) {
2
+ router.get('/:lang/:category?', require('./news'));
3
+ };