rsshub 1.0.0-master.fb6d4f3 → 1.0.0-master.fb7e42c

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 (460) hide show
  1. package/lib/assets/logo.svg +1 -0
  2. package/lib/config.ts +10 -0
  3. package/lib/errors/index.test.ts +15 -5
  4. package/lib/errors/types/captcha.ts +5 -0
  5. package/lib/middleware/cache.ts +4 -0
  6. package/lib/middleware/parameter.ts +1 -1
  7. package/lib/registry.ts +6 -2
  8. package/lib/routes/10000link/info.ts +1 -1
  9. package/lib/routes/18comic/album.ts +1 -0
  10. package/lib/routes/18comic/blogs.ts +1 -0
  11. package/lib/routes/18comic/search.ts +1 -0
  12. package/lib/routes/199it/index.ts +1 -1
  13. package/lib/routes/21caijing/channel.ts +1 -1
  14. package/lib/routes/51cto/utils.ts +1 -1
  15. package/lib/routes/6v123/index.ts +487 -0
  16. package/lib/routes/6v123/namespace.ts +1 -0
  17. package/lib/routes/8kcos/cat.ts +3 -0
  18. package/lib/routes/8kcos/latest.ts +1 -0
  19. package/lib/routes/8kcos/tag.ts +1 -0
  20. package/lib/routes/91porn/author.ts +1 -0
  21. package/lib/routes/95mm/category.ts +1 -0
  22. package/lib/routes/95mm/tag.ts +1 -0
  23. package/lib/routes/aa1/60s.ts +189 -0
  24. package/lib/routes/{xinhuanet → aa1}/namespace.ts +3 -3
  25. package/lib/routes/abc/index.ts +1 -1
  26. package/lib/routes/abskoop/index.ts +3 -0
  27. package/lib/routes/abskoop/nsfw.ts +3 -0
  28. package/lib/routes/acgvinyl/namespace.ts +6 -0
  29. package/lib/routes/acgvinyl/news.ts +86 -0
  30. package/lib/routes/ally/rail.ts +1 -1
  31. package/lib/routes/amazfitwatchfaces/index.ts +1 -2
  32. package/lib/routes/anthropic/news.ts +13 -11
  33. package/lib/routes/apnews/mobile-api.ts +1 -1
  34. package/lib/routes/apnews/sitemap.ts +1 -1
  35. package/lib/routes/app-sales/index.ts +1 -1
  36. package/lib/routes/apple/apps.ts +2 -2
  37. package/lib/routes/apple/podcast.ts +58 -25
  38. package/lib/routes/apple/security-releases.ts +2 -2
  39. package/lib/routes/asiafruitchina/categories.ts +1 -1
  40. package/lib/routes/asiantolick/index.ts +3 -0
  41. package/lib/routes/asmr-200/index.ts +1 -0
  42. package/lib/routes/bandisoft/history.ts +2 -2
  43. package/lib/routes/bangumi.tv/group/reply.ts +1 -1
  44. package/lib/routes/banshujiang/index.ts +1 -1
  45. package/lib/routes/banyuetan/index.ts +1 -1
  46. package/lib/routes/baozimh/index.ts +21 -3
  47. package/lib/routes/baselang/index.ts +117 -0
  48. package/lib/routes/baselang/namespace.ts +6 -0
  49. package/lib/routes/bbc/learningenglish.ts +35 -20
  50. package/lib/routes/bestofjs/monthly.ts +137 -0
  51. package/lib/routes/bestofjs/namespace.ts +7 -0
  52. package/lib/routes/bestofjs/templates/description.art +36 -0
  53. package/lib/routes/bilibili/cache.ts +17 -1
  54. package/lib/routes/bilibili/dynamic.ts +34 -8
  55. package/lib/routes/bilibili/page.ts +1 -1
  56. package/lib/routes/bilibili/ranking.ts +25 -17
  57. package/lib/routes/bilibili/wasm-exec.ts +1 -1
  58. package/lib/routes/bilibili/weekly-recommend.ts +22 -6
  59. package/lib/routes/bjp/apod.ts +1 -1
  60. package/lib/routes/bnext/index.ts +58 -0
  61. package/lib/routes/bnext/namespace.ts +7 -0
  62. package/lib/routes/bookwalker/namespace.ts +9 -0
  63. package/lib/routes/bookwalker/search.ts +114 -0
  64. package/lib/routes/bookwalker/templates/description.art +13 -0
  65. package/lib/routes/booru/mmda.ts +1 -0
  66. package/lib/routes/buaa/jiaowu.ts +1 -1
  67. package/lib/routes/bullionvault/gold-news.ts +4 -4
  68. package/lib/routes/cast/index.ts +1 -1
  69. package/lib/routes/cbndata/information.ts +250 -0
  70. package/lib/routes/cbndata/namespace.ts +9 -0
  71. package/lib/routes/cbndata/templates/description.art +17 -0
  72. package/lib/routes/cccmc/index.ts +1 -1
  73. package/lib/routes/ccg/index.ts +181 -0
  74. package/lib/routes/ccg/namespace.ts +9 -0
  75. package/lib/routes/ccg/templates/description.art +21 -0
  76. package/lib/routes/chikubi/category.ts +1 -0
  77. package/lib/routes/chikubi/navigation.ts +1 -0
  78. package/lib/routes/chikubi/nipple-video-category.ts +1 -0
  79. package/lib/routes/chikubi/nipple-video-maker.ts +1 -0
  80. package/lib/routes/chikubi/search.ts +1 -0
  81. package/lib/routes/chinadaily/language.ts +1 -1
  82. package/lib/routes/chinaratings/credit-research.ts +1 -1
  83. package/lib/routes/chub/characters.ts +3 -0
  84. package/lib/routes/civitai/discussions.ts +1 -0
  85. package/lib/routes/civitai/models.ts +1 -0
  86. package/lib/routes/civitai/user.ts +3 -0
  87. package/lib/routes/cline/blog.ts +34 -23
  88. package/lib/routes/coolapk/utils.ts +5 -4
  89. package/lib/routes/coolbuy/index.ts +106 -0
  90. package/lib/routes/coolbuy/namespace.ts +9 -0
  91. package/lib/routes/coolbuy/templates/description.art +48 -0
  92. package/lib/routes/coolidge/film-guide.ts +60 -0
  93. package/lib/routes/coolidge/namespace.ts +7 -0
  94. package/lib/routes/coolidge/news.ts +65 -0
  95. package/lib/routes/coolidge/templates/description.art +4 -0
  96. package/lib/routes/coomer/index.ts +4 -6
  97. package/lib/routes/copymanga/comic.ts +2 -1
  98. package/lib/routes/cosplaytele/category.ts +1 -0
  99. package/lib/routes/cosplaytele/latest.ts +1 -0
  100. package/lib/routes/cosplaytele/popular.ts +1 -0
  101. package/lib/routes/cosplaytele/tag.ts +1 -0
  102. package/lib/routes/cpta/handler.ts +1 -1
  103. package/lib/routes/creative-comic/book.ts +1 -1
  104. package/lib/routes/crush/index.ts +77 -0
  105. package/lib/routes/crush/namespace.ts +7 -0
  106. package/lib/routes/cursor/blog.ts +84 -0
  107. package/lib/routes/daum/potplayer.ts +3 -3
  108. package/lib/routes/dbaplus/new.ts +392 -0
  109. package/lib/routes/dbaplus/templates/description.art +21 -0
  110. package/lib/routes/deepl/blog.ts +2 -3
  111. package/lib/routes/diariofruticola/filtro.ts +1 -1
  112. package/lib/routes/digitalpolicyalert/activity-tracker.ts +1 -1
  113. package/lib/routes/dlsite/campaign.ts +1 -0
  114. package/lib/routes/dlsite/ci-en/article.ts +1 -0
  115. package/lib/routes/dlsite/new.ts +1 -0
  116. package/lib/routes/dlsite/z-index/index.ts +3 -0
  117. package/lib/routes/dockerhub/utils.ts +1 -1
  118. package/lib/routes/dora-world/article.ts +2 -2
  119. package/lib/routes/dytt/index.ts +1 -2
  120. package/lib/routes/eeo/kuaixun.ts +154 -0
  121. package/lib/routes/eeo/namespace.ts +9 -0
  122. package/lib/routes/eeo/templates/description.art +7 -0
  123. package/lib/routes/ehentai/ehapi.ts +3 -3
  124. package/lib/routes/ehentai/favorites.ts +1 -0
  125. package/lib/routes/ehentai/search.ts +1 -0
  126. package/lib/routes/elecfans/article.ts +64 -0
  127. package/lib/routes/elecfans/namespace.ts +7 -0
  128. package/lib/routes/elecfans/soft.ts +69 -0
  129. package/lib/routes/engineering/namespace.ts +8 -0
  130. package/lib/routes/engineering/tag.ts +55 -0
  131. package/lib/routes/eventbrite/events.ts +152 -0
  132. package/lib/routes/eventbrite/namespace.ts +7 -0
  133. package/lib/routes/eventernote/actors.ts +61 -64
  134. package/lib/routes/everia/category.ts +1 -0
  135. package/lib/routes/everia/latest.ts +1 -0
  136. package/lib/routes/everia/search.ts +1 -0
  137. package/lib/routes/everia/tag.ts +1 -0
  138. package/lib/routes/expats/czech-news.ts +1 -1
  139. package/lib/routes/fangchan/list.ts +1 -1
  140. package/lib/routes/fansly/post.ts +1 -0
  141. package/lib/routes/fantia/search.ts +1 -0
  142. package/lib/routes/fantia/user.ts +1 -0
  143. package/lib/routes/finology/tag.ts +1 -1
  144. package/lib/routes/furaffinity/art.ts +1 -0
  145. package/lib/routes/furaffinity/browse.ts +1 -0
  146. package/lib/routes/furaffinity/commissions.ts +1 -0
  147. package/lib/routes/furaffinity/home.ts +1 -0
  148. package/lib/routes/furaffinity/journal-comments.ts +1 -0
  149. package/lib/routes/furaffinity/journals.ts +1 -0
  150. package/lib/routes/furaffinity/search.ts +1 -0
  151. package/lib/routes/furaffinity/shouts.ts +1 -0
  152. package/lib/routes/furaffinity/status.ts +1 -0
  153. package/lib/routes/furaffinity/submission-comments.ts +1 -0
  154. package/lib/routes/furaffinity/user.ts +1 -0
  155. package/lib/routes/furaffinity/watchers.ts +1 -0
  156. package/lib/routes/furaffinity/watching.ts +1 -0
  157. package/lib/routes/gamebase/news.ts +2 -2
  158. package/lib/routes/gamer/gnn-index.ts +8 -3
  159. package/lib/routes/gcores/categories.ts +1 -1
  160. package/lib/routes/gcores/collections.ts +1 -1
  161. package/lib/routes/gcores/tags.ts +1 -1
  162. package/lib/routes/gcores/topics.ts +1 -1
  163. package/lib/routes/gdufs/xwxy/index.ts +196 -0
  164. package/lib/routes/gelbooru/post.ts +1 -0
  165. package/lib/routes/genossenschaften/index.ts +2 -3
  166. package/lib/routes/github/activity.ts +1 -1
  167. package/lib/routes/gitstar-ranking/index.ts +1 -1
  168. package/lib/routes/go/jihs/idwr.ts +3 -4
  169. package/lib/routes/google/jules.ts +63 -0
  170. package/lib/routes/gov/mem/namespace.ts +7 -0
  171. package/lib/routes/gov/mem/zfxxgkpt.ts +96 -0
  172. package/lib/routes/gov/moa/gjs.ts +1 -1
  173. package/lib/routes/gov/mot/index.ts +157 -53
  174. package/lib/routes/grainoil/category.ts +1 -2
  175. package/lib/routes/gxmzu/lib.ts +2 -2
  176. package/lib/routes/gxmzu/utils/index.ts +2 -2
  177. package/lib/routes/hameln/chapter.ts +1 -1
  178. package/lib/routes/hanime1/previews.ts +1 -0
  179. package/lib/routes/hanime1/search.ts +1 -0
  180. package/lib/routes/hex-rays/index.ts +1 -1
  181. package/lib/routes/hit/hitgs.ts +1 -1
  182. package/lib/routes/hit/namespace.ts +1 -1
  183. package/lib/routes/hpoi/banner-item.ts +28 -11
  184. package/lib/routes/hpoi/info.ts +1 -1
  185. package/lib/routes/hudsonrivertrading/index.ts +122 -0
  186. package/lib/routes/hudsonrivertrading/namespace.ts +7 -0
  187. package/lib/routes/huggingface/daily-papers.ts +45 -9
  188. package/lib/routes/huijin-inv/namespace.ts +7 -0
  189. package/lib/routes/huijin-inv/news.ts +83 -0
  190. package/lib/routes/hupu/index.ts +170 -74
  191. package/lib/routes/hupu/types.ts +163 -0
  192. package/lib/routes/hust/gs.ts +1 -1
  193. package/lib/routes/hust/mse.ts +1 -1
  194. package/lib/routes/huxiu/util.ts +2 -2
  195. package/lib/routes/immich/cursed-knowledge.ts +49 -0
  196. package/lib/routes/immich/namespace.ts +7 -0
  197. package/lib/routes/infoq/presentations.ts +1 -1
  198. package/lib/routes/instagram/common-utils.ts +3 -3
  199. package/lib/routes/investor/index.ts +362 -148
  200. package/lib/routes/itch/devlog.ts +7 -3
  201. package/lib/routes/iwara/index.ts +3 -0
  202. package/lib/routes/iwara/subscriptions.ts +1 -0
  203. package/lib/routes/javbus/index.ts +1 -1
  204. package/lib/routes/javdb/actors.ts +1 -0
  205. package/lib/routes/javdb/index.ts +3 -0
  206. package/lib/routes/javdb/lists.ts +3 -0
  207. package/lib/routes/javdb/makers.ts +1 -0
  208. package/lib/routes/javdb/rankings.ts +1 -0
  209. package/lib/routes/javdb/search.ts +1 -0
  210. package/lib/routes/javdb/series.ts +1 -0
  211. package/lib/routes/javdb/videocodes.ts +1 -0
  212. package/lib/routes/javlibrary/bestrated.ts +3 -0
  213. package/lib/routes/javlibrary/bestreviews.ts +1 -0
  214. package/lib/routes/javlibrary/genre.ts +3 -0
  215. package/lib/routes/javlibrary/maker.ts +1 -0
  216. package/lib/routes/javlibrary/mostwanted.ts +3 -0
  217. package/lib/routes/javlibrary/newentries.ts +3 -0
  218. package/lib/routes/javlibrary/newrelease.ts +3 -0
  219. package/lib/routes/javlibrary/update.ts +3 -0
  220. package/lib/routes/javlibrary/user.ts +3 -0
  221. package/lib/routes/javlibrary/utils.ts +1 -1
  222. package/lib/routes/javtrailers/categories.ts +3 -0
  223. package/lib/routes/javtrailers/studios.ts +3 -0
  224. package/lib/routes/jbma/namespace.ts +17 -0
  225. package/lib/routes/jbma/report.ts +471 -0
  226. package/lib/routes/jetbrains/comments.ts +1 -1
  227. package/lib/routes/jingzhengu/utils.ts +1 -1
  228. package/lib/routes/jou/utils/index.ts +2 -2
  229. package/lib/routes/jpxgmn/search.ts +3 -0
  230. package/lib/routes/jpxgmn/weekly.ts +3 -0
  231. package/lib/routes/juejin/aicoding.ts +102 -0
  232. package/lib/routes/juejin/trending.ts +70 -20
  233. package/lib/routes/juejin/utils.ts +36 -51
  234. package/lib/routes/jumeili/home.ts +1 -1
  235. package/lib/routes/kakuyomu/works.ts +1 -1
  236. package/lib/routes/kemono/index.ts +11 -3
  237. package/lib/routes/kemono/templates/discord.art +1 -1
  238. package/lib/routes/kisskiss/blog.ts +1 -0
  239. package/lib/routes/komiic/comic.ts +2 -1
  240. package/lib/routes/koyso/index.ts +339 -0
  241. package/lib/routes/koyso/namespace.ts +9 -0
  242. package/lib/routes/koyso/templates/description.art +13 -0
  243. package/lib/routes/kpopping/kpics.ts +3 -4
  244. package/lib/routes/kpopping/news.ts +2 -2
  245. package/lib/routes/laimanhua/index.ts +1 -0
  246. package/lib/routes/letterboxd/index.ts +65 -0
  247. package/lib/routes/letterboxd/namespace.ts +8 -0
  248. package/lib/routes/lhratings/research.ts +1 -1
  249. package/lib/routes/literotica/category.ts +3 -0
  250. package/lib/routes/lovelive-anime/topics.ts +5 -6
  251. package/lib/routes/maccms/index.ts +1 -1
  252. package/lib/routes/mangadex/index.ts +3 -0
  253. package/lib/routes/mangadex/mdlist/feed.ts +1 -0
  254. package/lib/routes/mangadex/user/feed.ts +1 -0
  255. package/lib/routes/mangadex/user/follows.ts +1 -0
  256. package/lib/routes/manhuagui/comic.ts +1 -0
  257. package/lib/routes/manhuagui/subscribe.ts +1 -0
  258. package/lib/routes/manyvids/video.ts +3 -0
  259. package/lib/routes/mercari/util.ts +1 -1
  260. package/lib/routes/mihoyo/sr/news.ts +2 -1
  261. package/lib/routes/mihoyo/zzz/news.ts +2 -1
  262. package/lib/routes/mingpao/index.ts +1 -1
  263. package/lib/routes/musify/index.ts +2 -3
  264. package/lib/routes/mycard520/news.ts +2 -2
  265. package/lib/routes/nankai/ai-notice.ts +142 -0
  266. package/lib/routes/nankai/graduate-notice.ts +162 -0
  267. package/lib/routes/natgeo/natgeo.ts +3 -2
  268. package/lib/routes/naturalism/namespace.ts +7 -0
  269. package/lib/routes/naturalism/new.ts +59 -0
  270. package/lib/routes/netflav/index.ts +3 -0
  271. package/lib/routes/nhentai/search.ts +1 -0
  272. package/lib/routes/nhk/news-web-easy.ts +1 -1
  273. package/lib/routes/nicovideo/mylist.ts +39 -0
  274. package/lib/routes/nicovideo/types.ts +27 -0
  275. package/lib/routes/nicovideo/utils.ts +27 -1
  276. package/lib/routes/nikkei/cn/index.ts +1 -4
  277. package/lib/routes/nio/nioradio.ts +1 -1
  278. package/lib/routes/njxzc/utils/index.ts +2 -2
  279. package/lib/routes/notion/namespace.ts +2 -2
  280. package/lib/routes/now/news.ts +1 -1
  281. package/lib/routes/nytimes/index.ts +1 -1
  282. package/lib/routes/olevod/vod.ts +3 -0
  283. package/lib/routes/olevod/vodlist.ts +3 -0
  284. package/lib/routes/oreno3d/main.ts +1 -0
  285. package/lib/routes/oschina/column.ts +1 -2
  286. package/lib/routes/oschina/event.ts +1 -1
  287. package/lib/routes/osu/beatmaps/latest-ranked.ts +2 -3
  288. package/lib/routes/papers/category.ts +3 -4
  289. package/lib/routes/patreon/feed.ts +1 -0
  290. package/lib/routes/picuki/profile.ts +13 -5
  291. package/lib/routes/pixiv/bookmarks.ts +1 -0
  292. package/lib/routes/pixiv/illustfollow.ts +1 -0
  293. package/lib/routes/pixiv/novel-api/user-novels/sfw.ts +1 -1
  294. package/lib/routes/pixiv/novel-series.ts +17 -3
  295. package/lib/routes/pixiv/novels.ts +1 -0
  296. package/lib/routes/pixiv/ranking.ts +1 -0
  297. package/lib/routes/pixiv/search.ts +1 -0
  298. package/lib/routes/pixiv/user.ts +1 -0
  299. package/lib/routes/pixivision/utils.ts +1 -1
  300. package/lib/routes/pku/hr.ts +1 -1
  301. package/lib/routes/pku/scc/recruit.ts +1 -1
  302. package/lib/routes/pornhub/category-url.ts +1 -0
  303. package/lib/routes/pornhub/category.ts +1 -0
  304. package/lib/routes/pornhub/pornstar.ts +1 -0
  305. package/lib/routes/pornhub/search.ts +1 -0
  306. package/lib/routes/pornhub/users.ts +1 -0
  307. package/lib/routes/producthunt/templates/description.art +2 -2
  308. package/lib/routes/producthunt/today.ts +17 -8
  309. package/lib/routes/ps/trophy.ts +1 -1
  310. package/lib/routes/pubscholar/utils.ts +14 -1
  311. package/lib/routes/qq/lol/news.ts +1 -1
  312. package/lib/routes/qweather/3days.ts +14 -14
  313. package/lib/routes/qweather/now.ts +12 -10
  314. package/lib/routes/qweather/util.tsx +89 -0
  315. package/lib/routes/qwenlm/blog.ts +75 -0
  316. package/lib/routes/qwenlm/namespace.ts +6 -0
  317. package/lib/routes/radio-canada/latest.ts +30 -17
  318. package/lib/routes/rawkuma/manga.ts +1 -0
  319. package/lib/routes/ruc/ai.ts +1 -1
  320. package/lib/routes/ruc/hr.ts +1 -1
  321. package/lib/routes/samrdprc/index.ts +241 -0
  322. package/lib/routes/samrdprc/namespace.ts +1 -1
  323. package/lib/routes/scientificamerican/podcast.ts +2 -2
  324. package/lib/routes/scitechvista/index.ts +99 -0
  325. package/lib/routes/scitechvista/namespace.ts +7 -0
  326. package/lib/routes/scitechvista/templates/description.art +6 -0
  327. package/lib/routes/scoop/apps.ts +2 -4
  328. package/lib/routes/sdo/ff14risingstones/api.ts +78 -0
  329. package/lib/routes/sdo/ff14risingstones/constant.ts +338 -0
  330. package/lib/routes/sdo/ff14risingstones/posts.ts +80 -0
  331. package/lib/routes/sdo/ff14risingstones/strats.ts +75 -0
  332. package/lib/routes/sdo/ff14risingstones/templates/duties-party.art +41 -0
  333. package/lib/routes/sdo/ff14risingstones/templates/fc-party.art +26 -0
  334. package/lib/routes/sdo/ff14risingstones/templates/novice-network-party.art +9 -0
  335. package/lib/routes/sdo/ff14risingstones/templates/rp-party.art +15 -0
  336. package/lib/routes/sdo/ff14risingstones/timeline.ts +31 -0
  337. package/lib/routes/sdo/ff14risingstones/types/dynamic.ts +50 -0
  338. package/lib/routes/sdo/ff14risingstones/types/index.ts +3 -0
  339. package/lib/routes/sdo/ff14risingstones/types/other.ts +57 -0
  340. package/lib/routes/sdo/ff14risingstones/types/party.ts +111 -0
  341. package/lib/routes/sdo/ff14risingstones/user-dynamics.ts +32 -0
  342. package/lib/routes/sdo/ff14risingstones/user-posts.ts +32 -0
  343. package/lib/routes/sdo/ff14risingstones/user-resently.ts +38 -0
  344. package/lib/routes/sdo/ff14risingstones/user-strats.ts +32 -0
  345. package/lib/routes/sdo/ff14risingstones/utils.ts +215 -0
  346. package/lib/routes/sdo/namespace.ts +7 -0
  347. package/lib/routes/secretsanfrancisco/namespace.ts +7 -0
  348. package/lib/routes/secretsanfrancisco/rss.ts +101 -0
  349. package/lib/routes/secretsanfrancisco/templates/description.art +9 -0
  350. package/lib/routes/sehuatang/user.ts +1 -0
  351. package/lib/routes/showstart/utils.ts +1 -1
  352. package/lib/routes/shu/global.ts +6 -5
  353. package/lib/routes/shu/xxgk.ts +107 -0
  354. package/lib/routes/shuiguopai/index.ts +3 -0
  355. package/lib/routes/sis001/author.ts +1 -0
  356. package/lib/routes/sjtu/jwc.ts +1 -1
  357. package/lib/routes/skeb/following-creators.ts +1 -0
  358. package/lib/routes/skeb/following-works.ts +1 -0
  359. package/lib/routes/skeb/friend-works.ts +1 -0
  360. package/lib/routes/skeb/index.ts +1 -0
  361. package/lib/routes/skeb/search.ts +1 -0
  362. package/lib/routes/skeb/works.ts +44 -25
  363. package/lib/routes/skebetter/illust.ts +1 -0
  364. package/lib/routes/skebetter/index.ts +1 -0
  365. package/lib/routes/skebetter/manga.ts +1 -0
  366. package/lib/routes/sohu/mp.ts +1 -1
  367. package/lib/routes/sotwe/user.ts +1 -1
  368. package/lib/routes/sspai/index.ts +5 -1
  369. package/lib/routes/stcn/index.ts +1 -2
  370. package/lib/routes/stcn/rank.ts +1 -2
  371. package/lib/routes/surfshark/blog.ts +273 -77
  372. package/lib/routes/surfshark/templates/description.art +16 -4
  373. package/lib/routes/sustainabilitymag/articles.ts +1 -1
  374. package/lib/routes/syosetu/dev.ts +1 -1
  375. package/lib/routes/syosetu/ranking-isekai.ts +1 -1
  376. package/lib/routes/szse/disclosure/listed-notice.ts +44 -6
  377. package/lib/routes/t66y/post.ts +1 -0
  378. package/lib/routes/techcrunch/news.ts +1 -0
  379. package/lib/routes/techpowerup/index.ts +11 -11
  380. package/lib/routes/techpowerup/namespace.ts +1 -1
  381. package/lib/routes/techpowerup/review.ts +12 -12
  382. package/lib/routes/techpowerup/utils.ts +2 -2
  383. package/lib/routes/telegram/channel-media.ts +249 -0
  384. package/lib/routes/telegram/channel.ts +5 -4
  385. package/lib/routes/telegram/stories.ts +130 -0
  386. package/lib/routes/telegram/tglib/channel.ts +146 -117
  387. package/lib/routes/telegram/tglib/client.ts +37 -139
  388. package/lib/routes/tesla/cx.ts +1 -1
  389. package/lib/routes/test/index.ts +4 -0
  390. package/lib/routes/thegadgetflow/namespace.ts +7 -0
  391. package/lib/routes/thegadgetflow/rss.ts +99 -0
  392. package/lib/routes/thegadgetflow/templates/description.art +9 -0
  393. package/lib/routes/theverge/index.ts +20 -6
  394. package/lib/routes/threads/utils.ts +7 -3
  395. package/lib/routes/tidb/blog.ts +2 -2
  396. package/lib/routes/tmtpost/column.ts +1 -1
  397. package/lib/routes/toutiao/user.ts +2 -2
  398. package/lib/routes/trendforce/namespace.ts +9 -0
  399. package/lib/routes/trendforce/new.ts +113 -0
  400. package/lib/routes/tsinghua/news.ts +87 -0
  401. package/lib/routes/twitter/api/mobile-api/api.ts +1 -1
  402. package/lib/routes/twitter/api/web-api/api.ts +5 -1
  403. package/lib/routes/txrjy/fornumtopic.ts +2 -2
  404. package/lib/routes/typst/universe.ts +1 -1
  405. package/lib/routes/uber/blog.ts +87 -46
  406. package/lib/routes/uraaka-joshi/uraaka-joshi-user.ts +1 -0
  407. package/lib/routes/uraaka-joshi/uraaka-joshi.ts +3 -0
  408. package/lib/routes/wainao/topics.ts +1 -1
  409. package/lib/routes/wdfxw/bookfree.ts +1 -1
  410. package/lib/routes/weibo/utils.ts +17 -9
  411. package/lib/routes/wikipedia/current-events.ts +411 -0
  412. package/lib/routes/wikipedia/namespace.ts +7 -0
  413. package/lib/routes/wnacg/category.ts +3 -0
  414. package/lib/routes/wnacg/index.ts +3 -0
  415. package/lib/routes/wnacg/tag.ts +3 -0
  416. package/lib/routes/wohnnet/index.ts +2 -2
  417. package/lib/routes/xiaohongshu/user.ts +2 -2
  418. package/lib/routes/xiaohongshu/util.ts +16 -9
  419. package/lib/routes/xjtu/ee-jzxx.ts +1 -1
  420. package/lib/routes/xjtu/zs.ts +1 -1
  421. package/lib/routes/xsijishe/forum.ts +1 -0
  422. package/lib/routes/xsijishe/rank.ts +1 -0
  423. package/lib/routes/xwenming/index.ts +1 -1
  424. package/lib/routes/yahoo/news/utils.ts +7 -3
  425. package/lib/routes/ymgal/article.ts +1 -1
  426. package/lib/routes/yoasobi-music/media.ts +1 -1
  427. package/lib/routes/youtube/api/google.ts +20 -6
  428. package/lib/routes/youtube/api/subtitles.ts +86 -0
  429. package/lib/routes/youtube/api/youtubei.ts +7 -51
  430. package/lib/routes/youtube/channel.ts +1 -1
  431. package/lib/routes/youtube/community.ts +4 -4
  432. package/lib/routes/youtube/user.ts +1 -1
  433. package/lib/routes/yuanliao/index.ts +1 -1
  434. package/lib/routes/zaimanhua/comic.ts +1 -0
  435. package/lib/routes/zaimanhua/update.ts +1 -0
  436. package/lib/routes/zaker/utils.ts +1 -1
  437. package/lib/routes/zaobao/interactive.ts +18 -7
  438. package/lib/routes/zaobao/other.ts +3 -2
  439. package/lib/routes/zaobao/realtime.ts +3 -2
  440. package/lib/routes/zaobao/util.tsx +185 -0
  441. package/lib/routes/zaobao/zaobao.tsx +23 -0
  442. package/lib/routes/zaobao/znews.ts +3 -2
  443. package/lib/routes/zhihu/daily-section.ts +19 -24
  444. package/lib/routes/zhihu/daily.ts +8 -11
  445. package/lib/routes/zju/cse/index.ts +102 -0
  446. package/lib/routes/zodgame/forum.ts +1 -0
  447. package/lib/server.ts +1 -1
  448. package/lib/types.ts +1 -1
  449. package/lib/utils/puppeteer-utils.test.ts +5 -5
  450. package/lib/utils/puppeteer.test.ts +1 -1
  451. package/lib/views/index.tsx +4 -4
  452. package/package.json +55 -57
  453. package/lib/routes/gdufs/xwxy/xwxy-news.ts +0 -90
  454. package/lib/routes/hit/jwc.ts +0 -86
  455. package/lib/routes/picuki/utils.ts +0 -19
  456. package/lib/routes/qweather/templates/3days.art +0 -22
  457. package/lib/routes/qweather/templates/now.art +0 -16
  458. package/lib/routes/xinhuanet/app.ts +0 -109
  459. package/lib/routes/zaobao/templates/zaobao.art +0 -17
  460. package/lib/routes/zaobao/util.ts +0 -198
@@ -1,156 +1,278 @@
1
- import { Route } from '@/types';
1
+ import { type Data, type DataItem, type Route, ViewType } from '@/types';
2
2
 
3
3
  import cache from '@/utils/cache';
4
- import got from '@/utils/got';
5
- import { load } from 'cheerio';
4
+ import ofetch from '@/utils/ofetch';
6
5
  import { parseDate } from '@/utils/parse-date';
7
6
 
8
- // Collected from https://www.investor.org.cn/images/docSearchData.js.
7
+ import { type CheerioAPI, type Cheerio, load } from 'cheerio';
8
+ import type { Element } from 'domhandler';
9
+ import { type Context } from 'hono';
9
10
 
10
- const channelIds = {
11
- 63: 298519,
12
- 958: 244863,
13
- 3966: 244863,
14
- };
15
-
16
- export const handler = async (ctx) => {
17
- const { category = 'information_release/news_release_from_authorities/zjhfb' } = ctx.req.param();
18
- const limit = ctx.req.query('limit') ? Number.parseInt(ctx.req.query('limit'), 10) : 15;
11
+ export const handler = async (ctx: Context): Promise<Data> => {
12
+ const { id = 'home/zxdt' } = ctx.req.param();
13
+ const limit: number = Number.parseInt(ctx.req.query('limit') ?? '20', 10);
19
14
 
20
- const rootUrl = 'https://www.investor.org.cn';
21
- const apiUrl = new URL('was5/web/search', rootUrl).href;
22
- const currentUrl = new URL(category.endsWith('/') ? category : `${category}/`, rootUrl).href;
15
+ const baseUrl: string = 'https://www.investor.org.cn';
16
+ const targetUrl: string = new URL(id.endsWith('/') ? id : `${id}/`, baseUrl).href;
23
17
 
24
- const { data: response } = await got(currentUrl);
18
+ const response = await ofetch(targetUrl);
19
+ const $: CheerioAPI = load(response);
20
+ const language = $('html').attr('lang') ?? 'zh';
25
21
 
26
- const $ = load(response);
22
+ let items: DataItem[] = [];
27
23
 
28
- const language = 'zh';
24
+ items = $('div.right_content_item a')
25
+ .slice(0, limit)
26
+ .toArray()
27
+ .map((el): Element => {
28
+ const $el: Cheerio<Element> = $(el);
29
29
 
30
- let items = [];
30
+ const title: string = $el.find('div.title').text();
31
+ const pubDateStr: string | undefined = $el.find('div.date').text();
32
+ const linkUrl: string | undefined = $el.attr('href');
33
+ const upDatedStr: string | undefined = pubDateStr;
31
34
 
32
- if ($('div.hotlist dd').length === 0) {
33
- const channelId = response.match(/params.channelId='(\d+)';/)?.[1] ?? undefined;
35
+ const processedItem: DataItem = {
36
+ title,
37
+ pubDate: pubDateStr ? parseDate(pubDateStr) : undefined,
38
+ link: linkUrl ? new URL(linkUrl, targetUrl).href : undefined,
39
+ updated: upDatedStr ? parseDate(upDatedStr) : undefined,
40
+ language,
41
+ };
34
42
 
35
- const {
36
- data: { rows },
37
- } = await got.post(apiUrl, {
38
- form: {
39
- channelid: channelIds?.[channelId] ?? undefined,
40
- searchword: `CHANNELID=${channelId}`,
41
- page: 1,
42
- perpage: limit,
43
- },
43
+ return processedItem;
44
44
  });
45
45
 
46
- items = rows.map((item) => ({
47
- title: item.DOCTITLE,
48
- pubDate: parseDate(item.DOCPUBTIME),
49
- link: item.DOCURL,
50
- language,
51
- }));
52
- } else {
53
- items = $('div.hotlist dd')
54
- .slice(0, limit)
55
- .toArray()
56
- .map((item) => {
57
- item = $(item);
58
-
59
- const href = item.find('a').prop('href');
60
-
61
- return {
62
- title: item.find('a').prop('title'),
63
- pubDate: parseDate(item.find('span.date').text()),
64
- link: new URL(href, currentUrl).href,
46
+ items = await Promise.all(
47
+ items.map((item) => {
48
+ if (!item.link || item.link.endsWith('.pdf')) {
49
+ return item;
50
+ }
51
+
52
+ return cache.tryGet(item.link, async (): Promise<DataItem> => {
53
+ const detailResponse = await ofetch(item.link);
54
+ const $$: CheerioAPI = load(detailResponse);
55
+
56
+ const title: string = $$('div.text_content_detail_title h1').text() ?? item.title;
57
+ const description: string | undefined = $$('div.trs_editor_view').html() ?? undefined;
58
+ const pubDateStr: string | undefined = $$('div.base_info_left span')
59
+ .toArray()
60
+ .some((el) => $$(el).text().includes('时间'))
61
+ ? $$(
62
+ $$('div.base_info_left span')
63
+ .toArray()
64
+ .find((el) => $$(el).text().includes('时间'))
65
+ )
66
+ .text()
67
+ .split(/:/)
68
+ .pop()
69
+ ?.trim()
70
+ : undefined;
71
+ const upDatedStr: string | undefined = pubDateStr;
72
+
73
+ const processedItem: DataItem = {
74
+ title,
75
+ description,
76
+ pubDate: pubDateStr ? parseDate(pubDateStr) : item.pubDate,
77
+ content: {
78
+ html: description,
79
+ text: description,
80
+ },
81
+ updated: upDatedStr ? parseDate(upDatedStr) : item.updated,
65
82
  language,
66
83
  };
67
- });
68
- }
69
84
 
70
- items = await Promise.all(
71
- items.map((item) =>
72
- cache.tryGet(item.link, async () => {
73
- if (!item.link.endsWith('html')) {
74
- return item;
75
- }
76
-
77
- const { data: detailResponse } = await got(item.link);
78
-
79
- const $$ = load(detailResponse);
80
-
81
- const title = $$('div.contentText h2').text();
82
- const description = $$('div.TRS_Editor').html();
83
-
84
- item.title = title || item.title;
85
- item.description = description;
86
- item.author = $$('span.timeSpan')
87
- .text()
88
- .trim()
89
- .split(/来源:/)
90
- .pop();
91
- item.content = {
92
- html: description,
93
- text: $$('div.TRS_Editor').text(),
85
+ return {
86
+ ...item,
87
+ ...processedItem,
94
88
  };
95
- item.language = language;
96
-
97
- return item;
98
- })
99
- )
89
+ });
90
+ })
100
91
  );
101
92
 
102
- const image = $('div.img_cursor a img').prop('src');
93
+ const title: string = $('title').text();
103
94
 
104
95
  return {
105
- title: $('title').text(),
106
- description: $('meta[name="apple-mobile-web-app-title"]').prop('content'),
107
- link: currentUrl,
96
+ title,
97
+ description: title.split(/\|/)?.[0],
98
+ link: targetUrl,
108
99
  item: items,
109
100
  allowEmpty: true,
110
- image,
111
- author: $('meta[name="author"]').prop('content'),
101
+ image: $('div.fl a img').attr('src') ? new URL($('div.fl a img').attr('src') as string, baseUrl).href : undefined,
102
+ author: title.split(/\|/).pop(),
112
103
  language,
104
+ id: targetUrl,
113
105
  };
114
106
  };
115
107
 
116
108
  export const route: Route = {
117
- path: '/:category{.+}?',
118
- name: '分类',
119
- url: 'investor.org.cn',
109
+ path: '/:id{.+}?',
110
+ name: '栏目',
111
+ url: 'www.investor.org.cn',
120
112
  maintainers: ['nczitzk'],
121
113
  handler,
122
- example: '/investor/information_release/news_release_from_authorities/zjhfb',
123
- parameters: { category: '分类,默认为证监会发布 `information_release/news_release_from_authorities/zjhfb`,可在对应分类页 URL 中找到' },
114
+ example: '/investor/home/zxdt',
115
+ parameters: {
116
+ id: {
117
+ description: '分类,默认为 `home/zxdt`,即最新动态,可在对应栏目页 URL 中找到',
118
+ options: [
119
+ {
120
+ label: '最新动态',
121
+ value: 'home/zxdt',
122
+ },
123
+ {
124
+ label: '政策资讯 - 政策资讯',
125
+ value: 'zczx',
126
+ },
127
+ {
128
+ label: '政策资讯 - 权威资讯',
129
+ value: 'zczx/qwzx',
130
+ },
131
+ {
132
+ label: '政策资讯 - 证监会发布',
133
+ value: 'zczx/qwzx/zjhfb',
134
+ },
135
+ {
136
+ label: '政策资讯 - 证券交易所发布',
137
+ value: 'zczx/qwzx/hsjysfb',
138
+ },
139
+ {
140
+ label: '政策资讯 - 期货交易所发布',
141
+ value: 'zczx/qwzx/qhjysfb_1',
142
+ },
143
+ {
144
+ label: '政策资讯 - 协会发布',
145
+ value: 'zczx/qwzx/hyxhfb',
146
+ },
147
+ {
148
+ label: '政策资讯 - 市场资讯',
149
+ value: 'zczx/market_news',
150
+ },
151
+ {
152
+ label: '政策资讯 - 政策解读',
153
+ value: 'zczx/policy_interpretation',
154
+ },
155
+ {
156
+ label: '政策资讯 - 法律法规',
157
+ value: 'zczx/flfg',
158
+ },
159
+ {
160
+ label: '政策资讯 - 法律',
161
+ value: 'zczx/flfg/fljsfjs',
162
+ },
163
+ {
164
+ label: '政策资讯 - 行政法规及司法解释',
165
+ value: 'zczx/flfg/xzfg',
166
+ },
167
+ {
168
+ label: '政策资讯 - 部门规章及规范性文件',
169
+ value: 'zczx/flfg/bmgz',
170
+ },
171
+ {
172
+ label: '政策资讯 - 投服中心业务规则',
173
+ value: 'zczx/flfg/tfzxzd',
174
+ },
175
+ {
176
+ label: '政策资讯 - 工作交流',
177
+ value: 'zczx/gzjl',
178
+ },
179
+ {
180
+ label: '投保动态 - 投保动态',
181
+ value: 'qybh',
182
+ },
183
+ {
184
+ label: '投保动态 - 持股行权',
185
+ value: 'qybh/cgxq',
186
+ },
187
+ {
188
+ label: '投保动态 - 行权动态',
189
+ value: 'qybh/cgxq/xqdt',
190
+ },
191
+ {
192
+ label: '投保动态 - 个案行权',
193
+ value: 'qybh/cgxq/gaxq',
194
+ },
195
+ {
196
+ label: '投保动态 - 典型案例',
197
+ value: 'qybh/cgxq/xqal',
198
+ },
199
+ {
200
+ label: '投保动态 - 维权诉讼',
201
+ value: 'qybh/wqfw',
202
+ },
203
+ {
204
+ label: '投保动态 - 投服中心维权',
205
+ value: 'qybh/wqfw/tfzxwq',
206
+ },
207
+ {
208
+ label: '投保动态 - 维权路径与机构',
209
+ value: 'qybh/wqfw/wqljyjg',
210
+ },
211
+ {
212
+ label: '投保动态 - 纠纷调解',
213
+ value: 'qybh/tjfw',
214
+ },
215
+ {
216
+ label: '投保动态 - 调解动态',
217
+ value: 'qybh/tjfw/tjdt',
218
+ },
219
+ {
220
+ label: '投保动态 - 调解组织',
221
+ value: 'qybh/tjfw/tjzz',
222
+ },
223
+ {
224
+ label: '投保动态 - 调解案例',
225
+ value: 'qybh/tjfw/tjal',
226
+ },
227
+ ],
228
+ },
229
+ },
124
230
  description: `::: tip
125
- 若订阅 [证监会发布](https://www.investor.org.cn/information_release/news_release_from_authorities/zjhfb/),网址为 \`https://www.investor.org.cn/information_release/news_release_from_authorities/zjhfb/\`。截取 \`https://www.investor.org.cn/\` 到末尾 \`/\` 的部分 \`information_release/news_release_from_authorities/zjhfb\` 作为参数填入,此时路由为 [\`/investor/information_release/news_release_from_authorities/zjhfb\`](https://rsshub.app/investor/information_release/news_release_from_authorities/zjhfb)。
231
+ 订阅 [最新动态](https://www.investor.org.cn/home/zxdt/),其源网址为 \`https://www.investor.org.cn/home/zxdt/\`,请参考该 URL 指定部分构成参数,此时路由为 [\`/investor/home/zxdt\`](https://rsshub.app/investor/home/zxdt)。
126
232
  :::
127
233
 
128
- #### [权威发布](https://www.investor.org.cn/information_release/news_release_from_authorities/)
129
-
130
- | [证监会发布](https://www.investor.org.cn/information_release/news_release_from_authorities/zjhfb/) | [证券交易所发布](https://www.investor.org.cn/information_release/news_release_from_authorities/hsjysfb/) | [期货交易所发布](https://www.investor.org.cn/information_release/news_release_from_authorities/qhjysfb/) | [行业协会发布](https://www.investor.org.cn/information_release/news_release_from_authorities/hyxhfb/) | [其他](https://www.investor.org.cn/information_release/news_release_from_authorities/otner/) |
131
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
132
- | [/investor/information_release/news_release_from_authorities/zjhfb/](https://rsshub.app/investor/investor/information_release/news_release_from_authorities/zjhfb/) | [/investor/information_release/news_release_from_authorities/hsjysfb/](https://rsshub.app/investor/investor/information_release/news_release_from_authorities/hsjysfb/) | [/investor/information_release/news_release_from_authorities/qhjysfb/](https://rsshub.app/investor/investor/information_release/news_release_from_authorities/qhjysfb/) | [/investor/information_release/news_release_from_authorities/hyxhfb/](https://rsshub.app/investor/investor/information_release/news_release_from_authorities/hyxhfb/) | [/investor/information_release/news_release_from_authorities/otner/](https://rsshub.app/investor/investor/information_release/news_release_from_authorities/otner/) |
133
-
134
- #### [市场资讯](https://www.investor.org.cn/information_release/market_news/)
135
-
136
- | [市场资讯](https://www.investor.org.cn/information_release/market_news/) |
137
- | ---------------------------------------------------------------------------------------------------------- |
138
- | [/investor/information_release/market_news/](https://rsshub.app/investor/information_release/market_news/) |
139
-
140
- #### [政策解读](https://www.investor.org.cn/information_release/policy_interpretation/)
141
-
142
- | [政策解读](https://www.investor.org.cn/information_release/policy_interpretation/) |
143
- | ------------------------------------------------------------------------------------------------------------------- |
144
- | [/investorinformation_release/policy_interpretation/](https://rsshub.appinformation_release/policy_interpretation/) |
145
-
146
- #### [国际交流](https://www.investor.org.cn/information_release/international_communication/)
147
-
148
- | [国际交流](https://www.investor.org.cn/information_release/international_communication/) |
149
- | --------------------------------------------------------------------------------------------------------------------------------- |
150
- | [/investor/information_release/international_communication/](https://rsshub.app/information_release/international_communication/) |
151
- `,
234
+ <details>
235
+ <summary>更多分类</summary>
236
+
237
+ #### [政策资讯](https://www.investor.org.cn/zczx/)
238
+
239
+ | 栏目 | ID |
240
+ | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
241
+ | [政策资讯](https://www.investor.org.cn/zczx/) | [zczx](https://rsshub.app/investor/zczx) |
242
+ | [权威资讯](https://www.investor.org.cn/zczx/qwzx/) | [zczx/qwzx](https://rsshub.app/investor/zczx/qwzx) |
243
+ | [证监会发布](https://www.investor.org.cn/zczx/qwzx/zjhfb/) | [zczx/qwzx/zjhfb](https://rsshub.app/investor/zczx/qwzx/zjhfb) |
244
+ | [证券交易所发布](https://www.investor.org.cn/zczx/qwzx/hsjysfb/) | [zczx/qwzx/hsjysfb](https://rsshub.app/investor/zczx/qwzx/hsjysfb) |
245
+ | [期货交易所发布](https://www.investor.org.cn/zczx/qwzx/qhjysfb_1/) | [zczx/qwzx/qhjysfb_1](https://rsshub.app/investor/zczx/qwzx/qhjysfb_1) |
246
+ | [协会发布](https://www.investor.org.cn/zczx/qwzx/hyxhfb/) | [zczx/qwzx/hyxhfb](https://rsshub.app/investor/zczx/qwzx/hyxhfb) |
247
+ | [市场资讯](https://www.investor.org.cn/zczx/market_news/) | [zczx/market_news](https://rsshub.app/investor/zczx/market_news) |
248
+ | [政策解读](https://www.investor.org.cn/zczx/policy_interpretation/) | [zczx/policy_interpretation](https://rsshub.app/investor/zczx/policy_interpretation) |
249
+ | [法律法规](https://www.investor.org.cn/zczx/flfg/) | [zczx/flfg](https://rsshub.app/investor/zczx/flfg) |
250
+ | [法律](https://www.investor.org.cn/zczx/flfg/fljsfjs/) | [zczx/flfg/fljsfjs](https://rsshub.app/investor/zczx/flfg/fljsfjs) |
251
+ | [行政法规及司法解释](https://www.investor.org.cn/zczx/flfg/xzfg/) | [zczx/flfg/xzfg](https://rsshub.app/investor/zczx/flfg/xzfg) |
252
+ | [部门规章及规范性文件](https://www.investor.org.cn/zczx/flfg/bmgz/) | [zczx/flfg/bmgz](https://rsshub.app/investor/zczx/flfg/bmgz) |
253
+ | [投服中心业务规则](https://www.investor.org.cn/zczx/flfg/tfzxzd/) | [zczx/flfg/tfzxzd](https://rsshub.app/investor/zczx/flfg/tfzxzd) |
254
+ | [工作交流](https://www.investor.org.cn/zczx/gzjl/) | [zczx/gzjl](https://rsshub.app/investor/zczx/gzjl) |
255
+
256
+ #### [投保动态](https://www.investor.org.cn/qybh/)
257
+
258
+ | 栏目 | ID |
259
+ | ---------------------------------------------------------------- | ------------------------------------------------------------------ |
260
+ | [投保动态](https://www.investor.org.cn/qybh/) | [qybh](https://rsshub.app/investor/qybh) |
261
+ | [持股行权](https://www.investor.org.cn/qybh/cgxq/) | [qybh/cgxq](https://rsshub.app/investor/qybh/cgxq) |
262
+ | [行权动态](https://www.investor.org.cn/qybh/cgxq/xqdt/) | [qybh/cgxq/xqdt](https://rsshub.app/investor/qybh/cgxq/xqdt) |
263
+ | [个案行权](https://www.investor.org.cn/qybh/cgxq/gaxq/) | [qybh/cgxq/gaxq](https://rsshub.app/investor/qybh/cgxq/gaxq) |
264
+ | [典型案例](https://www.investor.org.cn/qybh/cgxq/xqal/) | [qybh/cgxq/xqal](https://rsshub.app/investor/qybh/cgxq/xqal) |
265
+ | [维权诉讼](https://www.investor.org.cn/qybh/wqfw/) | [qybh/wqfw](https://rsshub.app/investor/qybh/wqfw) |
266
+ | [投服中心维权](https://www.investor.org.cn/qybh/wqfw/tfzxwq/) | [qybh/wqfw/tfzxwq](https://rsshub.app/investor/qybh/wqfw/tfzxwq) |
267
+ | [维权路径与机构](https://www.investor.org.cn/qybh/wqfw/wqljyjg/) | [qybh/wqfw/wqljyjg](https://rsshub.app/investor/qybh/wqfw/wqljyjg) |
268
+ | [纠纷调解](https://www.investor.org.cn/qybh/tjfw/) | [qybh/tjfw](https://rsshub.app/investor/qybh/tjfw) |
269
+ | [调解动态](https://www.investor.org.cn/qybh/tjfw/tjdt/) | [qybh/tjfw/tjdt](https://rsshub.app/investor/qybh/tjfw/tjdt) |
270
+ | [调解组织](https://www.investor.org.cn/qybh/tjfw/tjzz/) | [qybh/tjfw/tjzz](https://rsshub.app/investor/qybh/tjfw/tjzz) |
271
+ | [调解案例](https://www.investor.org.cn/qybh/tjfw/tjal/) | [qybh/tjfw/tjal](https://rsshub.app/investor/qybh/tjfw/tjal) |
272
+
273
+ </details>
274
+ `,
152
275
  categories: ['finance'],
153
-
154
276
  features: {
155
277
  requireConfig: false,
156
278
  requirePuppeteer: false,
@@ -162,52 +284,144 @@ export const route: Route = {
162
284
  },
163
285
  radar: [
164
286
  {
165
- source: ['investor.org.cn/:category'],
166
- target: (params) => {
167
- const category = params.category;
168
-
169
- return `/investor${category ? `/${category}` : ''}`;
170
- },
287
+ source: ['www.investor.org.cn/:id'],
288
+ target: '/:id',
289
+ },
290
+ {
291
+ title: '最新动态',
292
+ source: ['https://www.investor.org.cn/home/zxdt/'],
293
+ target: '/home/zxdt',
294
+ },
295
+ {
296
+ title: '政策资讯 - 政策资讯',
297
+ source: ['www.investor.org.cn/zczx/'],
298
+ target: '/zczx',
299
+ },
300
+ {
301
+ title: '政策资讯 - 权威资讯',
302
+ source: ['www.investor.org.cn/zczx/qwzx/'],
303
+ target: '/zczx/qwzx',
304
+ },
305
+ {
306
+ title: '政策资讯 - 证监会发布',
307
+ source: ['www.investor.org.cn/zczx/qwzx/zjhfb/'],
308
+ target: '/zczx/qwzx/zjhfb',
309
+ },
310
+ {
311
+ title: '政策资讯 - 证券交易所发布',
312
+ source: ['www.investor.org.cn/zczx/qwzx/hsjysfb/'],
313
+ target: '/zczx/qwzx/hsjysfb',
314
+ },
315
+ {
316
+ title: '政策资讯 - 期货交易所发布',
317
+ source: ['www.investor.org.cn/zczx/qwzx/qhjysfb_1/'],
318
+ target: '/zczx/qwzx/qhjysfb_1',
319
+ },
320
+ {
321
+ title: '政策资讯 - 协会发布',
322
+ source: ['www.investor.org.cn/zczx/qwzx/hyxhfb/'],
323
+ target: '/zczx/qwzx/hyxhfb',
324
+ },
325
+ {
326
+ title: '政策资讯 - 市场资讯',
327
+ source: ['www.investor.org.cn/zczx/market_news/'],
328
+ target: '/zczx/market_news',
329
+ },
330
+ {
331
+ title: '政策资讯 - 政策解读',
332
+ source: ['www.investor.org.cn/zczx/policy_interpretation/'],
333
+ target: '/zczx/policy_interpretation',
334
+ },
335
+ {
336
+ title: '政策资讯 - 法律法规',
337
+ source: ['www.investor.org.cn/zczx/flfg/'],
338
+ target: '/zczx/flfg',
339
+ },
340
+ {
341
+ title: '政策资讯 - 法律',
342
+ source: ['www.investor.org.cn/zczx/flfg/fljsfjs/'],
343
+ target: '/zczx/flfg/fljsfjs',
344
+ },
345
+ {
346
+ title: '政策资讯 - 行政法规及司法解释',
347
+ source: ['www.investor.org.cn/zczx/flfg/xzfg/'],
348
+ target: '/zczx/flfg/xzfg',
349
+ },
350
+ {
351
+ title: '政策资讯 - 部门规章及规范性文件',
352
+ source: ['www.investor.org.cn/zczx/flfg/bmgz/'],
353
+ target: '/zczx/flfg/bmgz',
354
+ },
355
+ {
356
+ title: '政策资讯 - 投服中心业务规则',
357
+ source: ['www.investor.org.cn/zczx/flfg/tfzxzd/'],
358
+ target: '/zczx/flfg/tfzxzd',
359
+ },
360
+ {
361
+ title: '政策资讯 - 工作交流',
362
+ source: ['www.investor.org.cn/zczx/gzjl/'],
363
+ target: '/zczx/gzjl',
364
+ },
365
+ {
366
+ title: '投保动态 - 投保动态',
367
+ source: ['www.investor.org.cn/qybh/'],
368
+ target: '/qybh',
369
+ },
370
+ {
371
+ title: '投保动态 - 持股行权',
372
+ source: ['www.investor.org.cn/qybh/cgxq/'],
373
+ target: '/qybh/cgxq',
374
+ },
375
+ {
376
+ title: '投保动态 - 行权动态',
377
+ source: ['www.investor.org.cn/qybh/cgxq/xqdt/'],
378
+ target: '/qybh/cgxq/xqdt',
379
+ },
380
+ {
381
+ title: '投保动态 - 个案行权',
382
+ source: ['www.investor.org.cn/qybh/cgxq/gaxq/'],
383
+ target: '/qybh/cgxq/gaxq',
171
384
  },
172
385
  {
173
- title: '权威发布 - 证监会发布',
174
- source: ['www.investor.org.cn/information_release/news_release_from_authorities/zjhfb/'],
175
- target: '/information_release/news_release_from_authorities/zjhfb/',
386
+ title: '投保动态 - 典型案例',
387
+ source: ['www.investor.org.cn/qybh/cgxq/xqal/'],
388
+ target: '/qybh/cgxq/xqal',
176
389
  },
177
390
  {
178
- title: '权威发布 - 证券交易所发布',
179
- source: ['www.investor.org.cn/information_release/news_release_from_authorities/hsjysfb/'],
180
- target: '/information_release/news_release_from_authorities/hsjysfb/',
391
+ title: '投保动态 - 维权诉讼',
392
+ source: ['www.investor.org.cn/qybh/wqfw/'],
393
+ target: '/qybh/wqfw',
181
394
  },
182
395
  {
183
- title: '权威发布 - 期货交易所发布',
184
- source: ['www.investor.org.cn/information_release/news_release_from_authorities/qhjysfb/'],
185
- target: '/information_release/news_release_from_authorities/qhjysfb/',
396
+ title: '投保动态 - 投服中心维权',
397
+ source: ['www.investor.org.cn/qybh/wqfw/tfzxwq/'],
398
+ target: '/qybh/wqfw/tfzxwq',
186
399
  },
187
400
  {
188
- title: '权威发布 - 行业协会发布',
189
- source: ['www.investor.org.cn/information_release/news_release_from_authorities/hyxhfb/'],
190
- target: '/information_release/news_release_from_authorities/hyxhfb/',
401
+ title: '投保动态 - 维权路径与机构',
402
+ source: ['www.investor.org.cn/qybh/wqfw/wqljyjg/'],
403
+ target: '/qybh/wqfw/wqljyjg',
191
404
  },
192
405
  {
193
- title: '权威发布 - 其他',
194
- source: ['www.investor.org.cn/information_release/news_release_from_authorities/otner/'],
195
- target: '/information_release/news_release_from_authorities/otner/',
406
+ title: '投保动态 - 纠纷调解',
407
+ source: ['www.investor.org.cn/qybh/tjfw/'],
408
+ target: '/qybh/tjfw',
196
409
  },
197
410
  {
198
- title: '市场资讯',
199
- source: ['www.investor.org.cn/information_release/market_news/'],
200
- target: '/information_release/market_news/',
411
+ title: '投保动态 - 调解动态',
412
+ source: ['www.investor.org.cn/qybh/tjfw/tjdt/'],
413
+ target: '/qybh/tjfw/tjdt',
201
414
  },
202
415
  {
203
- title: '政策解读',
204
- source: ['www.investor.org.cn/information_release/policy_interpretation/'],
205
- target: '/information_release/policy_interpretation/',
416
+ title: '投保动态 - 调解组织',
417
+ source: ['www.investor.org.cn/qybh/tjfw/tjzz/'],
418
+ target: '/qybh/tjfw/tjzz',
206
419
  },
207
420
  {
208
- title: '国际交流',
209
- source: ['www.investor.org.cn/information_release/international_communication/'],
210
- target: '/information_release/international_communication/',
421
+ title: '投保动态 - 调解案例',
422
+ source: ['www.investor.org.cn/qybh/tjfw/tjal/'],
423
+ target: '/qybh/tjfw/tjal',
211
424
  },
212
425
  ],
426
+ view: ViewType.Articles,
213
427
  };
@@ -36,6 +36,7 @@ export const route: Route = {
36
36
  async function handler(ctx) {
37
37
  const user = ctx.req.param('user') ?? '';
38
38
  const id = ctx.req.param('id') ?? '';
39
+ const limit = Number.parseInt(ctx.req.query('limit')) || 20;
39
40
  if (!isValidHost(user)) {
40
41
  throw new InvalidParameterError('Invalid user');
41
42
  }
@@ -51,6 +52,7 @@ async function handler(ctx) {
51
52
 
52
53
  let items = $('.title')
53
54
  .toArray()
55
+ .slice(0, limit)
54
56
  .map((item) => {
55
57
  item = $(item);
56
58
 
@@ -71,12 +73,14 @@ async function handler(ctx) {
71
73
 
72
74
  const content = load(detailResponse.data);
73
75
 
74
- item.author = detailResponse.data.match(/"author":{".*?","name":"(.*?)"/)[1];
75
- item.pubDate = parseDate(detailResponse.data.match(/"datePublished":"(.*?)"/)[1]);
76
+ const infoJson = content('script[type="application/ld+json"]:contains("@type":"BlogPosting")');
77
+ const info = JSON.parse(content(infoJson).text());
78
+ item.author = info.author.name;
79
+ item.pubDate = info.datePublished;
76
80
  item.description = art(path.join(__dirname, 'templates/description.art'), {
77
81
  images: content('.post_image')
78
82
  .toArray()
79
- .map((i) => content(i).attr('src')),
83
+ .map((e) => content(e).attr('src')),
80
84
  description: content('.post_body').html(),
81
85
  });
82
86
 
@@ -41,6 +41,9 @@ export const route: Route = {
41
41
  name: 'Unknown',
42
42
  maintainers: ['Fatpandac'],
43
43
  handler,
44
+ features: {
45
+ nsfw: true,
46
+ },
44
47
  };
45
48
 
46
49
  async function handler(ctx) {
@@ -33,6 +33,7 @@ export const route: Route = {
33
33
  supportBT: false,
34
34
  supportPodcast: false,
35
35
  supportScihub: false,
36
+ nsfw: true,
36
37
  },
37
38
  radar: [
38
39
  {
@@ -158,7 +158,7 @@ async function handler(ctx) {
158
158
  });
159
159
 
160
160
  if (magnets) {
161
- item.enclosure_url = magnets.sort((a, b) => b.score - a.score)[0].link;
161
+ item.enclosure_url = magnets.toSorted((a, b) => b.score - a.score)[0].link;
162
162
  item.enclosure_type = 'application/x-bittorrent';
163
163
  }
164
164
  } catch {