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,5 +1,5 @@
1
1
  import { Route } from '@/types';
2
- import { parseList } from './util';
2
+ import { logo, parseList } from './util';
3
3
  const baseUrl = 'https://www.zaobao.com';
4
4
 
5
5
  export const route: Route = {
@@ -60,12 +60,13 @@ async function handler(ctx) {
60
60
  sectionLink = '/news/china';
61
61
  }
62
62
 
63
- const { resultList } = await parseList(ctx, sectionLink);
63
+ const { resultList } = await parseList(sectionLink);
64
64
 
65
65
  return {
66
66
  title: `《联合早报》-${info}-新闻`,
67
67
  link: baseUrl + sectionLink,
68
68
  description: '新加坡、中国、亚洲和国际的即时、评论、商业、体育、生活、科技与多媒体新闻,尽在联合早报。',
69
+ image: logo,
69
70
  item: resultList,
70
71
  };
71
72
  }
@@ -1,7 +1,7 @@
1
1
  import { Route } from '@/types';
2
2
  import cache from '@/utils/cache';
3
- import got from '@/utils/got';
4
- import { header, processImage } from './utils';
3
+ import ofetch from '@/utils/ofetch';
4
+ import { header } from './utils';
5
5
  import { parseDate } from '@/utils/parse-date';
6
6
 
7
7
  // 参考:https://github.com/izzyleung/ZhihuDailyPurify/wiki/%E7%9F%A5%E4%B9%8E%E6%97%A5%E6%8A%A5-API-%E5%88%86%E6%9E%90
@@ -34,42 +34,37 @@ export const route: Route = {
34
34
 
35
35
  async function handler(ctx) {
36
36
  const sectionId = ctx.req.param('sectionId');
37
- const listRes = await got({
38
- method: 'get',
39
- url: `https://news-at.zhihu.com/api/7/section/${sectionId}`,
37
+ const listRes = await ofetch(`https://news-at.zhihu.com/api/7/section/${sectionId}`, {
40
38
  headers: {
41
39
  ...header,
42
40
  Referer: `https://news-at.zhihu.com/api/7/section/${sectionId}`,
43
41
  },
44
42
  });
45
43
  // 根据api的说明,过滤掉极个别站外链接
46
- const storyList = listRes.data.stories.filter((el) => el.url.startsWith('https://daily.zhihu.com/'));
44
+ const storyList = listRes.stories.filter((el) => el.url.startsWith('https://daily.zhihu.com/'));
47
45
  const resultItem = await Promise.all(
48
- storyList.map((story) => {
46
+ storyList.map(async (story) => {
49
47
  const url = 'https://news-at.zhihu.com/api/7/news/' + story.id;
50
- const item = {
51
- title: story.title,
52
- pubDate: parseDate(story.date, 'YYYYMMDD'),
53
- description: '',
54
- link: 'https://daily.zhihu.com/story/' + story.id,
55
- };
56
- return cache.tryGet(`https://daily.zhihu.com/story/${story.id}`, async () => {
57
- const storyDetail = await got({
58
- method: 'get',
59
- url,
60
- headers: {
61
- Referer: url,
62
- },
63
- });
64
- item.description = processImage(storyDetail.data.body.replaceAll(/<div class="meta">([\S\s]*?)<\/div>/g, '<strong>$1</strong>').replaceAll(/<\/?h2.*?>/g, ''));
65
48
 
66
- return item;
49
+ const storyJson = await cache.tryGet(url, async () => {
50
+ const response = await ofetch(url);
51
+ return response;
67
52
  });
53
+
54
+ const storyTitle = storyJson.title;
55
+ const storyContent = storyJson.body;
56
+
57
+ return {
58
+ title: storyTitle,
59
+ description: storyContent,
60
+ link: storyJson.url,
61
+ pubDate: parseDate(storyJson.publish_time, 'X'),
62
+ };
68
63
  })
69
64
  );
70
65
 
71
66
  return {
72
- title: `${listRes.data.name} - 知乎日报`,
67
+ title: `${listRes.name} - 知乎日报`,
73
68
  link: 'https://daily.zhihu.com',
74
69
  description: '每天3次,每次7分钟',
75
70
  image: 'http://static.daily.zhihu.com/img/new_home_v3/mobile_top_logo.png',
@@ -2,6 +2,7 @@ import { Route } from '@/types';
2
2
  import ofetch from '@/utils/ofetch';
3
3
  import { load } from 'cheerio';
4
4
  import cache from '@/utils/cache';
5
+ import { parseDate } from '@/utils/parse-date';
5
6
 
6
7
  export const route: Route = {
7
8
  path: '/daily',
@@ -28,11 +29,7 @@ export const route: Route = {
28
29
  };
29
30
 
30
31
  async function handler() {
31
- const key = 'zhihu:daily';
32
- const response = await cache.tryGet(key, async () => {
33
- const response = await ofetch('https://daily.zhihu.com/');
34
- return response;
35
- });
32
+ const response = await ofetch('https://daily.zhihu.com/');
36
33
 
37
34
  const $ = load(response);
38
35
 
@@ -42,22 +39,22 @@ async function handler() {
42
39
  .map(async (item) => {
43
40
  item = $(item);
44
41
  const linkElem = item.find('.link-button');
45
- const storyUrl = 'https://daily.zhihu.com' + linkElem.attr('href');
42
+ const storyUrl = 'https://daily.zhihu.com/api/7' + linkElem.attr('href');
46
43
 
47
44
  // Fetch full story content
48
- const storyResponse = await cache.tryGet(storyUrl, async () => {
45
+ const storyJson = await cache.tryGet(storyUrl, async () => {
49
46
  const response = await ofetch(storyUrl);
50
47
  return response;
51
48
  });
52
49
 
53
- const $story = load(storyResponse);
54
- const storyTitle = $story('.DailyHeader-title').text();
55
- const storyContent = $story('.DailyRichText').html();
50
+ const storyTitle = storyJson.title;
51
+ const storyContent = storyJson.body;
56
52
 
57
53
  return {
58
54
  title: storyTitle,
59
55
  description: storyContent,
60
- link: storyUrl,
56
+ link: storyJson.url,
57
+ pubDate: parseDate(storyJson.publish_time, 'X'),
61
58
  };
62
59
  })
63
60
  );
@@ -0,0 +1,102 @@
1
+ import { Route } from '@/types';
2
+ import cache from '@/utils/cache';
3
+ import got from '@/utils/got';
4
+ import { load } from 'cheerio';
5
+ import { parseDate } from '@/utils/parse-date';
6
+ import timezone from '@/utils/timezone';
7
+
8
+ export const route: Route = {
9
+ path: '/cse/:category?',
10
+ categories: ['university'],
11
+ example: '/zju/cse/bksjy',
12
+ parameters: {
13
+ category: '类别:`bksjy`,默认为简讯专栏,详情在描述中',
14
+ },
15
+ features: {
16
+ requireConfig: false,
17
+ requirePuppeteer: false,
18
+ antiCrawler: false,
19
+ supportBT: false,
20
+ supportPodcast: false,
21
+ supportScihub: false,
22
+ },
23
+ name: '控制学院通知',
24
+ maintainers: ['Rabbits-sys'],
25
+ handler,
26
+ description: `栏目类型
27
+
28
+ | 简讯专栏 | 本科生教育 | 研究生教育 | 科研学术 | 人事工作 | 学生思政 | 对外交流 | 就业指导 |
29
+ | ------ | ------- | ------- | ------ | ------ | ------ | ------ | ------ |
30
+ | - | bksjy | yjsjy | kyxs | rsgz | xssz | dwjl | jyzd |`,
31
+ };
32
+
33
+ async function handler(ctx) {
34
+ const category = ctx.req.param('category') ?? ''; // 默认是首页
35
+ const baseUrl = 'http://www.cse.zju.edu.cn/';
36
+
37
+ const categoryMap = {
38
+ bksjy: { title: '本科生教育', tag: '39322' },
39
+ yjsjy: { title: '研究生教育', tag: '39333' },
40
+ kyxs: { title: '科研学术', tag: '39312' },
41
+ rsgz: { title: '人事工作', tag: '39306' },
42
+ xssz: { title: '学生思政', tag: '39342' },
43
+ dwjl: { title: '对外交流', tag: '39353' },
44
+ jyzd: { title: '就业指导', tag: '39351' },
45
+ } as const;
46
+
47
+ const rootUrl = Object.keys(categoryMap).includes(category) ? `${baseUrl}/${categoryMap[category].tag}/list.htm` : `${baseUrl}/39283/list.htm`;
48
+
49
+ const response = await got(rootUrl);
50
+ const $ = load(response.data);
51
+
52
+ const list = $('div.con1rm2rt.xi20')
53
+ .toArray()
54
+ .map((element) => {
55
+ const item = $(element);
56
+ const a = item.find('a');
57
+ const title = a.text();
58
+ const href = a.attr('href');
59
+ // 过滤无效链接与包含 http/https 的绝对链接
60
+ if (!href || /https?:\/\//i.test(href)) {
61
+ return null;
62
+ }
63
+
64
+ const resolved = new URL(href, baseUrl).href;
65
+
66
+ return {
67
+ title,
68
+ link: resolved,
69
+ };
70
+ })
71
+ .filter((item): item is { title: string; link: string } => item !== null);
72
+
73
+ const items = await Promise.all(
74
+ list.map((item) =>
75
+ cache.tryGet(item.link, async () => {
76
+ const res = await got(item.link);
77
+ const content = load(res.data);
78
+
79
+ const infoDiv = content('span.xi14').text();
80
+ const dateText = infoDiv.match(/\b\d{4}-\d{2}-\d{2}\b/);
81
+ const pubDate = timezone(parseDate(dateText ? dateText[0] : ''), +8);
82
+
83
+ // 获取正文
84
+ const description = content('div.wp_articlecontent').html();
85
+
86
+ return {
87
+ title: item.title,
88
+ pubDate,
89
+ link: item.link,
90
+ guid: item.link,
91
+ description,
92
+ };
93
+ })
94
+ )
95
+ );
96
+
97
+ return {
98
+ title: `浙江大学控制学院通知 - ${categoryMap[category]?.title || '简讯专栏'}`, // 使用对象查找配合默认值
99
+ link: rootUrl,
100
+ item: items,
101
+ };
102
+ }
@@ -27,6 +27,7 @@ export const route: Route = {
27
27
  supportBT: false,
28
28
  supportPodcast: false,
29
29
  supportScihub: false,
30
+ nsfw: true,
30
31
  },
31
32
  name: 'forum',
32
33
  maintainers: ['FeCCC'],
package/lib/server.ts CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  import '@/utils/request-rewriter';
4
4
 
5
- export default (await import('./app-bootstrap')).default;
5
+ export { default } from './app-bootstrap';
package/lib/types.ts CHANGED
@@ -281,7 +281,7 @@ interface RouteItem {
281
281
  /**
282
282
  * The handler function of the route
283
283
  */
284
- handler: (ctx: Context) => Promise<Data | null> | Data | null;
284
+ handler: (ctx: Context) => Promise<Data | null | Response> | Data | null | Response;
285
285
 
286
286
  /**
287
287
  * An example URL of the route
@@ -73,8 +73,8 @@ describe('puppeteer-utils', () => {
73
73
  await page.goto('https://httpbingo.org/cookies/set?foo=bar&baz=qux', {
74
74
  waitUntil: 'domcontentloaded',
75
75
  });
76
- expect((await getCookies(page, 'httpbingo.org')).split('; ').sort()).toEqual(['foo=bar', 'baz=qux'].sort());
77
- }, 20000);
76
+ expect((await getCookies(page, 'httpbingo.org')).split('; ').toSorted()).toEqual(['foo=bar', 'baz=qux'].toSorted());
77
+ }, 45000);
78
78
 
79
79
  it('setCookies httpbingo', async () => {
80
80
  browser = await puppeteer();
@@ -86,7 +86,7 @@ describe('puppeteer-utils', () => {
86
86
  });
87
87
  const data = await page.evaluate(() => JSON.parse(document.body.textContent || ''));
88
88
  expect(data).toEqual(Object.fromEntries(cookieArrayExampleCom.map(({ name, value }) => [name, value])));
89
- }, 20000);
89
+ }, 45000);
90
90
 
91
91
  it('setCookies & getCookies example.org', async () => {
92
92
  browser = await puppeteer();
@@ -96,6 +96,6 @@ describe('puppeteer-utils', () => {
96
96
  await page.goto('https://example.org', {
97
97
  waitUntil: 'domcontentloaded',
98
98
  });
99
- expect((await getCookies(page, 'example.org')).split('; ').sort()).toEqual(cookieStrAll.split('; ').sort());
100
- }, 20000);
99
+ expect((await getCookies(page, 'example.org')).split('; ').toSorted()).toEqual(cookieStrAll.split('; ').toSorted());
100
+ }, 45000);
101
101
  });
@@ -55,7 +55,7 @@ describe('puppeteer', () => {
55
55
  // these are something we really care about
56
56
  expect(webDriverTest).toBe('missing (passed)');
57
57
  expect(chromeTest).toBe('present (passed)');
58
- }, 20000);
58
+ }, 45000);
59
59
  // }
60
60
 
61
61
  it('puppeteer accept http proxy uri w/ auth', async () => {
@@ -78,7 +78,7 @@ const Index: FC<{ debugQuery: string | undefined }> = ({ debugQuery }) => {
78
78
  {
79
79
  name: 'Hot Routes',
80
80
  value: Object.keys(debug.routes)
81
- .sort((a, b) => debug.routes[b] - debug.routes[a])
81
+ .toSorted((a, b) => debug.routes[b] - debug.routes[a])
82
82
  .slice(0, 30)
83
83
  .map((route) => (
84
84
  <>
@@ -90,7 +90,7 @@ const Index: FC<{ debugQuery: string | undefined }> = ({ debugQuery }) => {
90
90
  {
91
91
  name: 'Hot Paths',
92
92
  value: Object.keys(debug.paths)
93
- .sort((a, b) => debug.paths[b] - debug.paths[a])
93
+ .toSorted((a, b) => debug.paths[b] - debug.paths[a])
94
94
  .slice(0, 30)
95
95
  .map((path) => (
96
96
  <>
@@ -102,7 +102,7 @@ const Index: FC<{ debugQuery: string | undefined }> = ({ debugQuery }) => {
102
102
  {
103
103
  name: 'Hot Error Routes',
104
104
  value: Object.keys(debug.errorRoutes)
105
- .sort((a, b) => debug.errorRoutes[b] - debug.errorRoutes[a])
105
+ .toSorted((a, b) => debug.errorRoutes[b] - debug.errorRoutes[a])
106
106
  .slice(0, 30)
107
107
  .map((route) => (
108
108
  <>
@@ -114,7 +114,7 @@ const Index: FC<{ debugQuery: string | undefined }> = ({ debugQuery }) => {
114
114
  {
115
115
  name: 'Hot Error Paths',
116
116
  value: Object.keys(debug.errorPaths)
117
- .sort((a, b) => debug.errorPaths[b] - debug.errorPaths[a])
117
+ .toSorted((a, b) => debug.errorPaths[b] - debug.errorPaths[a])
118
118
  .slice(0, 30)
119
119
  .map((path) => (
120
120
  <>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsshub",
3
- "version": "1.0.0-master.fb6d4f3",
3
+ "version": "1.0.0-master.fb7e42c",
4
4
  "description": "Make RSS Great Again!",
5
5
  "keywords": [
6
6
  "RSS"
@@ -23,63 +23,63 @@
23
23
  "lint-staged": {
24
24
  "*.js": [
25
25
  "prettier --ignore-unknown --ignore-path ./.gitignore --write",
26
- "eslint --cache --fix"
26
+ "eslint --cache --fix --concurrency auto"
27
27
  ],
28
28
  "*.{ts,tsx}": [
29
29
  "prettier --ignore-unknown --ignore-path ./.gitignore --write",
30
- "eslint --cache --fix"
30
+ "eslint --cache --fix --concurrency auto"
31
31
  ],
32
- "*.yml": "eslint --cache --fix"
32
+ "*.yml": "eslint --cache --fix --concurrency auto"
33
33
  },
34
34
  "dependencies": {
35
35
  "@bbob/html": "4.2.0",
36
36
  "@bbob/plugin-helper": "4.2.0",
37
37
  "@bbob/preset-html5": "4.2.0",
38
- "@hono/node-server": "1.18.2",
38
+ "@hono/node-server": "1.19.4",
39
39
  "@hono/zod-openapi": "0.19.10",
40
- "@notionhq/client": "4.0.2",
40
+ "@notionhq/client": "5.1.0",
41
41
  "@opentelemetry/api": "1.9.0",
42
- "@opentelemetry/exporter-prometheus": "0.203.0",
43
- "@opentelemetry/exporter-trace-otlp-http": "0.203.0",
44
- "@opentelemetry/resources": "2.0.1",
45
- "@opentelemetry/sdk-metrics": "2.0.1",
46
- "@opentelemetry/sdk-trace-base": "2.0.1",
47
- "@opentelemetry/semantic-conventions": "1.36.0",
42
+ "@opentelemetry/exporter-prometheus": "0.205.0",
43
+ "@opentelemetry/exporter-trace-otlp-http": "0.205.0",
44
+ "@opentelemetry/resources": "2.1.0",
45
+ "@opentelemetry/sdk-metrics": "2.1.0",
46
+ "@opentelemetry/sdk-trace-base": "2.1.0",
47
+ "@opentelemetry/semantic-conventions": "1.37.0",
48
48
  "@postlight/parser": "2.2.3",
49
49
  "@rss3/sdk": "0.0.25",
50
- "@scalar/hono-api-reference": "0.9.13",
51
- "@sentry/node": "10.5.0",
50
+ "@scalar/hono-api-reference": "0.9.19",
51
+ "@sentry/node": "10.15.0",
52
52
  "@tonyrl/rand-user-agent": "2.0.83",
53
53
  "aes-js": "3.1.2",
54
54
  "art-template": "4.13.2",
55
55
  "cheerio": "1.1.2",
56
- "city-timezones": "1.3.1",
56
+ "city-timezones": "1.3.2",
57
57
  "cross-env": "10.0.0",
58
58
  "crypto-js": "4.2.0",
59
59
  "currency-symbol-map": "5.1.0",
60
60
  "dayjs": "1.11.8",
61
61
  "destr": "2.0.5",
62
62
  "directory-import": "3.3.2",
63
- "dotenv": "17.2.1",
64
- "entities": "6.0.1",
63
+ "dotenv": "17.2.2",
64
+ "entities": "7.0.0",
65
65
  "etag": "1.8.1",
66
66
  "fanfou-sdk": "6.0.0",
67
67
  "form-data": "4.0.4",
68
- "googleapis": "156.0.0",
69
- "hono": "4.9.1",
68
+ "googleapis": "160.0.0",
69
+ "hono": "4.9.9",
70
70
  "html-to-text": "9.0.5",
71
71
  "http-cookie-agent": "6.0.8",
72
72
  "https-proxy-agent": "7.0.6",
73
- "iconv-lite": "0.6.3",
74
- "imapflow": "1.0.188",
73
+ "iconv-lite": "0.7.0",
74
+ "imapflow": "1.0.197",
75
75
  "instagram-private-api": "1.46.1",
76
- "ioredis": "5.7.0",
76
+ "ioredis": "5.8.0",
77
77
  "ip-regex": "5.0.0",
78
- "jsdom": "26.1.0",
78
+ "jsdom": "27.0.0",
79
79
  "json-bigint": "1.0.0",
80
80
  "jsonpath-plus": "10.3.0",
81
81
  "jsrsasign": "10.9.0",
82
- "lru-cache": "11.1.0",
82
+ "lru-cache": "11.2.2",
83
83
  "lz-string": "1.5.0",
84
84
  "mailparser": "3.7.4",
85
85
  "markdown-it": "14.1.0",
@@ -93,9 +93,9 @@
93
93
  "p-map": "7.0.3",
94
94
  "pac-proxy-agent": "7.2.0",
95
95
  "proxy-chain": "2.5.9",
96
- "query-string": "9.2.2",
97
- "rate-limiter-flexible": "7.2.0",
98
- "re2js": "1.1.0",
96
+ "query-string": "9.3.1",
97
+ "rate-limiter-flexible": "8.0.1",
98
+ "re2js": "1.2.0",
99
99
  "rebrowser-puppeteer": "24.8.1",
100
100
  "rfc4648": "1.5.4",
101
101
  "rss-parser": "3.13.0",
@@ -105,18 +105,18 @@
105
105
  "source-map": "0.7.6",
106
106
  "telegram": "2.26.22",
107
107
  "title": "4.0.1",
108
- "tldts": "7.0.11",
108
+ "tldts": "7.0.16",
109
109
  "tosource": "2.0.0-alpha.3",
110
110
  "tough-cookie": "5.1.2",
111
- "tsx": "4.20.4",
112
- "twitter-api-v2": "1.24.0",
111
+ "tsx": "4.20.6",
112
+ "twitter-api-v2": "1.27.0",
113
113
  "ufo": "1.6.1",
114
114
  "undici": "6.21.3",
115
- "uuid": "11.1.0",
115
+ "uuid": "13.0.0",
116
116
  "winston": "3.17.0",
117
117
  "xxhash-wasm": "1.1.0",
118
- "youtube-caption-extractor": "1.8.2",
119
- "youtubei.js": "15.0.1",
118
+ "youtube-caption-extractor": "1.9.1",
119
+ "youtubei.js": "15.1.1",
120
120
  "zod": "3.25.76"
121
121
  },
122
122
  "devDependencies": {
@@ -124,9 +124,9 @@
124
124
  "@babel/preset-typescript": "7.27.1",
125
125
  "@bbob/types": "4.2.0",
126
126
  "@eslint/eslintrc": "3.3.1",
127
- "@eslint/js": "9.33.0",
127
+ "@eslint/js": "9.36.0",
128
128
  "@microsoft/eslint-formatter-sarif": "3.1.0",
129
- "@stylistic/eslint-plugin": "5.2.3",
129
+ "@stylistic/eslint-plugin": "5.4.0",
130
130
  "@types/aes-js": "3.1.4",
131
131
  "@types/babel__preset-env": "7.10.0",
132
132
  "@types/crypto-js": "4.2.2",
@@ -134,7 +134,7 @@
134
134
  "@types/etag": "1.8.4",
135
135
  "@types/fs-extra": "11.0.4",
136
136
  "@types/html-to-text": "9.0.4",
137
- "@types/imapflow": "1.0.22",
137
+ "@types/imapflow": "1.0.23",
138
138
  "@types/js-beautify": "1.14.3",
139
139
  "@types/jsdom": "21.1.7",
140
140
  "@types/json-bigint": "1.0.4",
@@ -142,38 +142,36 @@
142
142
  "@types/mailparser": "3.4.6",
143
143
  "@types/markdown-it": "14.1.2",
144
144
  "@types/module-alias": "2.0.4",
145
- "@types/node": "24.3.0",
145
+ "@types/node": "24.5.2",
146
146
  "@types/sanitize-html": "2.16.0",
147
147
  "@types/supertest": "6.0.3",
148
- "@types/title": "4.0.0",
149
- "@types/uuid": "10.0.0",
150
- "@typescript-eslint/eslint-plugin": "8.39.1",
151
- "@typescript-eslint/parser": "8.39.1",
152
- "@vercel/nft": "0.30.0",
148
+ "@typescript-eslint/eslint-plugin": "8.44.1",
149
+ "@typescript-eslint/parser": "8.44.1",
150
+ "@vercel/nft": "0.30.2",
153
151
  "@vitest/coverage-v8": "2.1.9",
154
- "discord-api-types": "0.38.20",
152
+ "discord-api-types": "0.38.26",
155
153
  "domhandler": "5.0.3",
156
- "eslint": "9.33.0",
154
+ "eslint": "9.36.0",
157
155
  "eslint-config-prettier": "10.1.8",
158
- "eslint-nibble": "8.1.0",
159
- "eslint-plugin-n": "17.21.3",
156
+ "eslint-nibble": "9.0.0",
157
+ "eslint-plugin-n": "17.23.1",
160
158
  "eslint-plugin-prettier": "5.5.4",
161
- "eslint-plugin-unicorn": "60.0.0",
159
+ "eslint-plugin-unicorn": "61.0.2",
162
160
  "eslint-plugin-yml": "1.18.0",
163
- "fs-extra": "11.3.1",
164
- "globals": "16.3.0",
165
- "got": "14.4.7",
161
+ "fs-extra": "11.3.2",
162
+ "globals": "16.4.0",
163
+ "got": "14.4.9",
166
164
  "husky": "9.1.7",
167
165
  "js-beautify": "1.15.4",
168
- "lint-staged": "16.1.5",
169
- "magic-string": "0.30.17",
166
+ "lint-staged": "16.2.3",
167
+ "magic-string": "0.30.19",
170
168
  "mockdate": "3.0.5",
171
169
  "msw": "2.4.3",
172
- "node-network-devtools": "1.0.28",
170
+ "node-network-devtools": "1.0.29",
173
171
  "prettier": "3.6.2",
174
172
  "remark-parse": "11.0.0",
175
173
  "supertest": "7.1.4",
176
- "tsdown": "0.14.1",
174
+ "tsdown": "0.15.5",
177
175
  "typescript": "5.9.2",
178
176
  "unified": "11.0.5",
179
177
  "vite-tsconfig-paths": "5.1.4",
@@ -189,10 +187,10 @@
189
187
  "build:docs": "tsx scripts/workflow/build-docs.ts",
190
188
  "dev": "cross-env NODE_ENV=dev tsx watch --inspect --clear-screen=false lib/index.ts",
191
189
  "dev:cache": "cross-env NODE_ENV=production tsx watch --clear-screen=false lib/index.ts",
192
- "format": "prettier \"**/*.{ts,tsx,js,json}\" --write --experimental-cli && eslint --cache --fix \"**/*.{ts,tsx,js,yml}\"",
193
- "format:check": "prettier \"**/*.{ts,tsx,js,json}\" --check --experimental-cli && eslint --cache \"**/*.{ts,tsx,js,yml}\"",
190
+ "format": "prettier \"**/*.{ts,tsx,js,json}\" --write --experimental-cli && eslint --cache --fix \"**/*.{ts,tsx,js,yml}\" --concurrency auto",
191
+ "format:check": "prettier \"**/*.{ts,tsx,js,json}\" --check --experimental-cli && eslint --cache \"**/*.{ts,tsx,js,yml}\" --concurrency auto",
194
192
  "format:staged": "lint-staged",
195
- "lint": "eslint --cache .",
193
+ "lint": "eslint --cache . --concurrency auto",
196
194
  "profiling": "cross-env NODE_ENV=production tsx --prof lib/index.ts",
197
195
  "start": "cross-env NODE_ENV=production node dist/index.js",
198
196
  "test": "npm run format:check && npm run vitest:coverage",
@@ -1,90 +0,0 @@
1
- import { Route } from '@/types';
2
- import { load } from 'cheerio';
3
- import cache from '@/utils/cache';
4
- import got from '@/utils/got';
5
- import { parseDate } from '@/utils/parse-date';
6
-
7
- export const route: Route = {
8
- path: '/xwxy-news',
9
- categories: ['university'],
10
- example: '/gdufs/xwxy-news',
11
- parameters: {},
12
- features: {
13
- requireConfig: false,
14
- requirePuppeteer: false,
15
- antiCrawler: false,
16
- supportBT: false,
17
- supportPodcast: false,
18
- supportScihub: false,
19
- },
20
- radar: [
21
- {
22
- source: ['xwxy.gdufs.edu.cn/xwzx/xyxw', 'xwxy.gdufs.edu.cn/'],
23
- },
24
- ],
25
- name: '新闻学院-学院新闻',
26
- maintainers: ['gz4zzxc'],
27
- handler,
28
- url: 'xwxy.gdufs.edu.cn/xwzx/xyxw',
29
- };
30
-
31
- async function handler() {
32
- const BASE_URL = 'https://xwxy.gdufs.edu.cn';
33
- const link = `${BASE_URL}/xwzx/xyxw.htm`;
34
-
35
- const response = await got(link);
36
- if (!response.body) {
37
- throw new Error('No response body');
38
- }
39
- const $ = load(response.body);
40
- const list = $('div.flex-center a.clearfix');
41
-
42
- const items = list.toArray().map((element) => {
43
- const item = $(element);
44
- const href = item.attr('href') || '';
45
- const dateText = item.find('i').text().trim();
46
- const pubDate = parseDate(dateText).toUTCString();
47
- return {
48
- title: item.find('h5').text().trim(),
49
- link: href.startsWith('http') ? href : new URL(href, BASE_URL).href,
50
- pubDate,
51
- };
52
- });
53
-
54
- const enhancedItems = await Promise.all(
55
- items.map((item) =>
56
- cache.tryGet(item.link, async () => {
57
- try {
58
- const articleResponse = await got(item.link);
59
- if (!articleResponse.body) {
60
- throw new Error('No article body');
61
- }
62
- const $$ = load(articleResponse.body);
63
- const content = $$('#vsb_content .v_news_content').html() || '';
64
- const authors = $$('.show01 p i')
65
- .toArray()
66
- .map((el) => $$(el).text().trim());
67
-
68
- return {
69
- ...item,
70
- description: content,
71
- author: authors.join(' '),
72
- };
73
- } catch {
74
- return {
75
- ...item,
76
- description: '无法获取内容',
77
- author: '',
78
- };
79
- }
80
- })
81
- )
82
- );
83
-
84
- return {
85
- title: '广外新传学院-学院新闻',
86
- link,
87
- description: '广东外语外贸大学新闻与传播学院官网-学院新闻',
88
- item: enhancedItems,
89
- };
90
- }