rsshub 1.0.0-master.ff1ff8d → 1.0.0-master.ff3a9ce

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 (2601) hide show
  1. package/README.md +1 -1
  2. package/lib/api/follow/config.ts +27 -0
  3. package/lib/api/index.ts +4 -7
  4. package/lib/{app.tsx → app-bootstrap.tsx} +0 -2
  5. package/lib/app.test.ts +15 -1
  6. package/lib/app.ts +5 -0
  7. package/lib/config.ts +81 -4
  8. package/lib/index.ts +48 -12
  9. package/lib/middleware/access-control.ts +3 -3
  10. package/lib/middleware/cache.ts +5 -3
  11. package/lib/middleware/header.test.ts +1 -0
  12. package/lib/middleware/header.ts +4 -0
  13. package/lib/middleware/parameter.ts +4 -3
  14. package/lib/middleware/template.test.ts +14 -0
  15. package/lib/middleware/template.tsx +8 -1
  16. package/lib/registry.ts +121 -9
  17. package/lib/router.js +2 -29
  18. package/lib/routes/005/index.ts +3 -5
  19. package/lib/routes/0818tuan/index.ts +2 -2
  20. package/lib/routes/10000link/info.ts +251 -0
  21. package/lib/routes/10000link/namespace.ts +9 -0
  22. package/lib/routes/10000link/templates/description.art +7 -0
  23. package/lib/routes/10jqka/realtimenews.ts +4 -4
  24. package/lib/routes/12306/index.ts +0 -2
  25. package/lib/routes/12306/zxdt.ts +15 -33
  26. package/lib/routes/12371/zxfb.ts +2 -2
  27. package/lib/routes/141jav/index.ts +1 -3
  28. package/lib/routes/141jav/namespace.ts +1 -1
  29. package/lib/routes/141ppv/index.ts +1 -3
  30. package/lib/routes/141ppv/namespace.ts +1 -1
  31. package/lib/routes/163/ds.ts +0 -2
  32. package/lib/routes/163/exclusive.ts +17 -19
  33. package/lib/routes/163/music/artist-songs.ts +0 -2
  34. package/lib/routes/163/music/artist.ts +0 -2
  35. package/lib/routes/163/music/djradio.ts +27 -22
  36. package/lib/routes/163/music/playlist.ts +0 -2
  37. package/lib/routes/163/music/userevents.ts +0 -2
  38. package/lib/routes/163/music/userplaylist.ts +0 -2
  39. package/lib/routes/163/music/userplayrecords.ts +0 -2
  40. package/lib/routes/163/namespace.ts +1 -1
  41. package/lib/routes/163/news/rank.ts +6 -6
  42. package/lib/routes/163/news/special.ts +2 -2
  43. package/lib/routes/163/open/vip.ts +0 -2
  44. package/lib/routes/163/renjian.ts +2 -2
  45. package/lib/routes/163/templates/music/djradio-content.art +2 -0
  46. package/lib/routes/163/today.ts +2 -2
  47. package/lib/routes/163/utils.ts +2 -5
  48. package/lib/routes/18comic/album.ts +2 -2
  49. package/lib/routes/18comic/blogs.ts +3 -3
  50. package/lib/routes/18comic/index.ts +11 -11
  51. package/lib/routes/18comic/namespace.ts +1 -1
  52. package/lib/routes/18comic/search.ts +2 -2
  53. package/lib/routes/18comic/utils.ts +0 -3
  54. package/lib/routes/199it/index.ts +332 -0
  55. package/lib/routes/199it/templates/description.art +20 -0
  56. package/lib/routes/19lou/index.ts +11 -11
  57. package/lib/routes/1lou/index.ts +2 -2
  58. package/lib/routes/1point3acres/blog.ts +2 -2
  59. package/lib/routes/1point3acres/category.ts +8 -8
  60. package/lib/routes/1point3acres/offer.ts +2 -4
  61. package/lib/routes/1point3acres/section.ts +18 -18
  62. package/lib/routes/1point3acres/thread.ts +6 -6
  63. package/lib/routes/1point3acres/utils.ts +0 -3
  64. package/lib/routes/1x/index.ts +1 -3
  65. package/lib/routes/2023game/index.ts +3 -3
  66. package/lib/routes/2048/index.ts +65 -57
  67. package/lib/routes/21caijing/channel.ts +1082 -0
  68. package/lib/routes/21caijing/namespace.ts +8 -0
  69. package/lib/routes/2cycd/index.ts +3 -3
  70. package/lib/routes/30secondsofcode/category.ts +65 -0
  71. package/lib/routes/30secondsofcode/namespace.ts +7 -0
  72. package/lib/routes/30secondsofcode/new-and-popular.ts +41 -0
  73. package/lib/routes/30secondsofcode/utils.ts +54 -0
  74. package/lib/routes/36kr/hot-list.ts +16 -3
  75. package/lib/routes/36kr/index.ts +2 -2
  76. package/lib/routes/3dmgame/news-center.ts +3 -3
  77. package/lib/routes/3kns/index.ts +15 -17
  78. package/lib/routes/423down/index.ts +26 -28
  79. package/lib/routes/4gamers/utils.ts +0 -3
  80. package/lib/routes/4khd/article.ts +28 -0
  81. package/lib/routes/4khd/category.ts +48 -0
  82. package/lib/routes/4khd/const.ts +4 -0
  83. package/lib/routes/4khd/latest.ts +41 -0
  84. package/lib/routes/4khd/namespace.ts +8 -0
  85. package/lib/routes/4khd/types.ts +12 -0
  86. package/lib/routes/4ksj/forum.ts +2 -4
  87. package/lib/routes/4kup/article.ts +29 -0
  88. package/lib/routes/4kup/category.ts +47 -0
  89. package/lib/routes/4kup/const.ts +4 -0
  90. package/lib/routes/4kup/latest.ts +41 -0
  91. package/lib/routes/4kup/namespace.ts +8 -0
  92. package/lib/routes/4kup/popular.ts +81 -0
  93. package/lib/routes/4kup/tag.ts +47 -0
  94. package/lib/routes/4kup/types.ts +12 -0
  95. package/lib/routes/500px/tribe-set.ts +1 -3
  96. package/lib/routes/52hrtt/symposium.ts +2 -2
  97. package/lib/routes/56kog/class.ts +5 -5
  98. package/lib/routes/56kog/top.ts +2 -2
  99. package/lib/routes/56kog/util.ts +0 -3
  100. package/lib/routes/591/list.ts +2 -4
  101. package/lib/routes/5music/index.ts +87 -0
  102. package/lib/routes/5music/namespace.ts +9 -0
  103. package/lib/routes/6park/index.ts +10 -5
  104. package/lib/routes/6park/news.ts +12 -3
  105. package/lib/routes/78dm/index.ts +429 -45
  106. package/lib/routes/78dm/namespace.ts +2 -0
  107. package/lib/routes/78dm/templates/description.art +17 -0
  108. package/lib/routes/7mmtv/index.ts +12 -14
  109. package/lib/routes/81/81rc/index.ts +2 -2
  110. package/lib/routes/8264/list.ts +37 -39
  111. package/lib/routes/91porn/author.ts +0 -2
  112. package/lib/routes/91porn/index.ts +2 -4
  113. package/lib/routes/91porn/namespace.ts +1 -1
  114. package/lib/routes/95mm/category.ts +2 -2
  115. package/lib/routes/95mm/tab.ts +1 -1
  116. package/lib/routes/95mm/utils.ts +0 -3
  117. package/lib/routes/a9vg/index.ts +14 -16
  118. package/lib/routes/aamacau/index.ts +7 -7
  119. package/lib/routes/abc/index.ts +3 -5
  120. package/lib/routes/academia/topics.ts +10 -20
  121. package/lib/routes/accessbriefing/index.ts +22 -24
  122. package/lib/routes/acfun/article.ts +9 -9
  123. package/lib/routes/acfun/bangumi.ts +2 -2
  124. package/lib/routes/acfun/video.ts +2 -2
  125. package/lib/routes/acs/journal.ts +0 -2
  126. package/lib/routes/adquan/case-library.ts +144 -0
  127. package/lib/routes/adquan/index.ts +144 -0
  128. package/lib/routes/adquan/namespace.ts +9 -0
  129. package/lib/routes/adquan/templates/description.art +7 -0
  130. package/lib/routes/aeaweb/index.ts +2 -4
  131. package/lib/routes/aeon/category.ts +34 -17
  132. package/lib/routes/aeon/namespace.ts +1 -1
  133. package/lib/routes/aeon/templates/essay.art +8 -2
  134. package/lib/routes/aeon/templates/video.art +4 -4
  135. package/lib/routes/aeon/type.ts +28 -17
  136. package/lib/routes/aeon/utils.ts +47 -20
  137. package/lib/routes/afdian/explore.ts +6 -6
  138. package/lib/routes/aflcio/blog.ts +158 -0
  139. package/lib/routes/aflcio/namespace.ts +9 -0
  140. package/lib/routes/afr/latest.ts +69 -0
  141. package/lib/routes/afr/namespace.ts +7 -0
  142. package/lib/routes/afr/navigation.ts +75 -0
  143. package/lib/routes/afr/query.ts +349 -0
  144. package/lib/routes/afr/utils.ts +80 -0
  145. package/lib/routes/agefans/update.ts +7 -5
  146. package/lib/routes/agirls/{index.ts → z-index.ts} +2 -2
  147. package/lib/routes/agora0/index.ts +2 -2
  148. package/lib/routes/agri/index.ts +55 -57
  149. package/lib/routes/ahjzu/news.ts +3 -3
  150. package/lib/routes/aibase/daily.ts +110 -0
  151. package/lib/routes/aibase/discover.ts +76 -76
  152. package/lib/routes/aibase/topic.ts +28 -28
  153. package/lib/routes/aibase/util.ts +3 -3
  154. package/lib/routes/aicaijing/index.ts +0 -2
  155. package/lib/routes/aiea/index.ts +4 -4
  156. package/lib/routes/aijishu/index.ts +4 -4
  157. package/lib/routes/ainvest/news.ts +1 -1
  158. package/lib/routes/ainvest/utils.ts +3 -3
  159. package/lib/routes/aip/journal-pupp.ts +1 -1
  160. package/lib/routes/aip/journal.ts +28 -32
  161. package/lib/routes/aip/utils.ts +0 -3
  162. package/lib/routes/air-level/index.ts +49 -0
  163. package/lib/routes/air-level/levelrank.ts +65 -0
  164. package/lib/routes/air-level/namespace.ts +12 -0
  165. package/lib/routes/aisixiang/thinktank.ts +1 -1
  166. package/lib/routes/aisixiang/toplist.ts +2 -2
  167. package/lib/routes/aisixiang/zhuanti.ts +2 -2
  168. package/lib/routes/ajcass/namespace.ts +11 -0
  169. package/lib/routes/ajcass/shxyj.ts +73 -0
  170. package/lib/routes/ajmide/index.ts +1 -1
  171. package/lib/routes/ali213/namespace.ts +9 -0
  172. package/lib/routes/ali213/news.ts +267 -0
  173. package/lib/routes/ali213/templates/description.art +21 -0
  174. package/lib/routes/ali213/zl.ts +224 -0
  175. package/lib/routes/aliresearch/information.ts +1 -1
  176. package/lib/routes/alistapart/index.ts +4 -2
  177. package/lib/routes/alistapart/topic.ts +41 -40
  178. package/lib/routes/aliyun/database-month.ts +3 -3
  179. package/lib/routes/aliyun/developer/group.ts +12 -18
  180. package/lib/routes/aliyun/notice.ts +9 -9
  181. package/lib/routes/aljazeera/index.ts +0 -2
  182. package/lib/routes/ally/rail.ts +24 -18
  183. package/lib/routes/alternativeto/utils.ts +1 -1
  184. package/lib/routes/amazfitwatchfaces/index.ts +430 -0
  185. package/lib/routes/amazfitwatchfaces/namespace.ts +10 -0
  186. package/lib/routes/amazfitwatchfaces/templates/description.art +17 -0
  187. package/lib/routes/amazon/kindle-software-updates.ts +7 -9
  188. package/lib/routes/amz123/kx.ts +65 -0
  189. package/lib/routes/amz123/namespace.ts +9 -0
  190. package/lib/routes/android/security-bulletin.ts +61 -0
  191. package/lib/routes/annualreviews/index.ts +2 -2
  192. package/lib/routes/anquanke/category.ts +2 -2
  193. package/lib/routes/anquanke/namespace.ts +1 -1
  194. package/lib/routes/anquanke/vul.ts +1 -1
  195. package/lib/routes/anthropic/engineering.ts +72 -0
  196. package/lib/routes/anthropic/namespace.ts +7 -0
  197. package/lib/routes/anthropic/news.ts +77 -0
  198. package/lib/routes/anytxt/namespace.ts +9 -0
  199. package/lib/routes/anytxt/release-notes.ts +92 -0
  200. package/lib/routes/apkpure/versions.ts +1 -1
  201. package/lib/routes/apnews/mobile-api.ts +94 -0
  202. package/lib/routes/apnews/sitemap.ts +3 -2
  203. package/lib/routes/apnews/topics.ts +11 -11
  204. package/lib/routes/apnews/utils.ts +2 -10
  205. package/lib/routes/apnic/index.ts +61 -0
  206. package/lib/routes/apnic/namespace.ts +8 -0
  207. package/lib/routes/app-center/release.ts +2 -4
  208. package/lib/routes/app-sales/index.ts +200 -0
  209. package/lib/routes/app-sales/mostwanted.ts +194 -0
  210. package/lib/routes/app-sales/namespace.ts +9 -0
  211. package/lib/routes/app-sales/templates/description.art +120 -0
  212. package/lib/routes/app-sales/util.ts +161 -0
  213. package/lib/routes/apple/apps.ts +3 -3
  214. package/lib/routes/apple/podcast.ts +12 -7
  215. package/lib/routes/apple/security-releases.ts +179 -0
  216. package/lib/routes/apple/templates/security-releases.art +28 -0
  217. package/lib/routes/appleinsider/index.ts +2 -2
  218. package/lib/routes/appstore/price.ts +0 -1
  219. package/lib/routes/appstorrent/programs.ts +0 -2
  220. package/lib/routes/aqara/post.ts +1 -3
  221. package/lib/routes/aqara/region.ts +1 -1
  222. package/lib/routes/aqicn/aqi.ts +1 -0
  223. package/lib/routes/arcteryx/new-arrivals.ts +8 -10
  224. package/lib/routes/arcteryx/outlet.ts +8 -10
  225. package/lib/routes/arcteryx/regear-new-arrivals.ts +0 -2
  226. package/lib/routes/artstation/user.ts +0 -2
  227. package/lib/routes/asiafruitchina/categories.ts +683 -0
  228. package/lib/routes/asiafruitchina/namespace.ts +9 -0
  229. package/lib/routes/asiafruitchina/news.ts +182 -0
  230. package/lib/routes/asiafruitchina/templates/description.art +17 -0
  231. package/lib/routes/asianfanfics/namespace.ts +7 -0
  232. package/lib/routes/asianfanfics/tag.ts +91 -0
  233. package/lib/routes/asianfanfics/text-search.ts +70 -0
  234. package/lib/routes/asiantolick/index.ts +0 -2
  235. package/lib/routes/asmr-200/index.ts +1 -2
  236. package/lib/routes/asus/bios.ts +1 -6
  237. package/lib/routes/atcoder/contest.ts +12 -12
  238. package/lib/routes/auto-stats/index.ts +2 -2
  239. package/lib/routes/baidu/gushitong/index.ts +1 -3
  240. package/lib/routes/baidu/search.ts +0 -2
  241. package/lib/routes/baidu/tieba/forum.ts +0 -2
  242. package/lib/routes/baidu/tieba/post.ts +31 -37
  243. package/lib/routes/baidu/tieba/search.ts +5 -7
  244. package/lib/routes/baidu/top.ts +2 -4
  245. package/lib/routes/baijing/index.ts +48 -0
  246. package/lib/routes/baijing/namespace.ts +8 -0
  247. package/lib/routes/bakamh/manga.ts +74 -0
  248. package/lib/routes/bakamh/namespace.ts +8 -0
  249. package/lib/routes/bandcamp/weekly.ts +0 -2
  250. package/lib/routes/bandisoft/history.ts +329 -0
  251. package/lib/routes/bandisoft/namespace.ts +9 -0
  252. package/lib/routes/bangumi.online/online.ts +0 -2
  253. package/lib/routes/bangumi.tv/calendar/today.ts +0 -2
  254. package/lib/routes/bangumi.tv/subject/ep.ts +0 -3
  255. package/lib/routes/bangumi.tv/subject/index.ts +2 -2
  256. package/lib/routes/bangumi.tv/user/collections.ts +0 -3
  257. package/lib/routes/banyuetan/index.ts +238 -0
  258. package/lib/routes/banyuetan/namespace.ts +9 -0
  259. package/lib/routes/banyuetan/templates/description.art +21 -0
  260. package/lib/routes/baobua/article.ts +51 -0
  261. package/lib/routes/baobua/category.ts +60 -0
  262. package/lib/routes/baobua/const.ts +4 -0
  263. package/lib/routes/baobua/latest.ts +57 -0
  264. package/lib/routes/baobua/namespace.ts +8 -0
  265. package/lib/routes/baobua/search.ts +60 -0
  266. package/lib/routes/baozimh/index.ts +0 -2
  267. package/lib/routes/barronschina/index.ts +2 -2
  268. package/lib/routes/bast/index.ts +1 -1
  269. package/lib/routes/bbc/index.ts +47 -42
  270. package/lib/routes/bbc/learningenglish.ts +76 -0
  271. package/lib/routes/bbcnewslabs/news.ts +4 -4
  272. package/lib/routes/bc3ts/list.ts +1 -4
  273. package/lib/routes/bdys/index.ts +78 -81
  274. package/lib/routes/bdys/namespace.ts +1 -1
  275. package/lib/routes/behance/queries.ts +1015 -0
  276. package/lib/routes/behance/templates/description.art +23 -0
  277. package/lib/routes/behance/user.ts +77 -56
  278. package/lib/routes/beijingprice/index.ts +10 -10
  279. package/lib/routes/bendibao/news.ts +5 -5
  280. package/lib/routes/bfl/announcements.ts +127 -0
  281. package/lib/routes/bfl/namespace.ts +9 -0
  282. package/lib/routes/bgmlist/onair.ts +0 -2
  283. package/lib/routes/bigquant/collections.ts +1 -1
  284. package/lib/routes/bilibili/article.ts +37 -14
  285. package/lib/routes/bilibili/bangumi.ts +1 -1
  286. package/lib/routes/bilibili/cache.ts +23 -24
  287. package/lib/routes/bilibili/check-cookie.ts +31 -0
  288. package/lib/routes/bilibili/danmaku.ts +2 -2
  289. package/lib/routes/bilibili/dynamic.ts +45 -16
  290. package/lib/routes/bilibili/followers.ts +2 -2
  291. package/lib/routes/bilibili/followings-article.ts +2 -2
  292. package/lib/routes/bilibili/followings-dynamic.ts +12 -6
  293. package/lib/routes/bilibili/followings-video.ts +2 -2
  294. package/lib/routes/bilibili/followings.ts +2 -2
  295. package/lib/routes/bilibili/hot-search.ts +1 -1
  296. package/lib/routes/bilibili/live-area.ts +2 -2
  297. package/lib/routes/bilibili/live-room.ts +14 -12
  298. package/lib/routes/bilibili/mall-new.ts +2 -2
  299. package/lib/routes/bilibili/manga-followings.ts +2 -2
  300. package/lib/routes/bilibili/manga-update.ts +40 -4
  301. package/lib/routes/bilibili/partion.ts +57 -57
  302. package/lib/routes/bilibili/ranking.ts +202 -120
  303. package/lib/routes/bilibili/readlist.ts +1 -1
  304. package/lib/routes/bilibili/user-channel.ts +1 -0
  305. package/lib/routes/bilibili/user-collection.ts +5 -3
  306. package/lib/routes/bilibili/utils.ts +8 -3
  307. package/lib/routes/bilibili/video.ts +78 -20
  308. package/lib/routes/bilibili/vsearch.ts +3 -3
  309. package/lib/routes/bilibili/wasm-exec.ts +649 -0
  310. package/lib/routes/bilibili/watchlater.ts +2 -2
  311. package/lib/routes/binance/announcement.ts +1 -1
  312. package/lib/routes/bing/daily-wallpaper.ts +5 -1
  313. package/lib/routes/bing/search.ts +2 -2
  314. package/lib/routes/biquge/namespace.ts +1 -1
  315. package/lib/routes/bitget/announcement.ts +1 -1
  316. package/lib/routes/bjfu/it/index.ts +2 -2
  317. package/lib/routes/bjfu/jwc/index.ts +2 -2
  318. package/lib/routes/bjfu/news/index.ts +2 -2
  319. package/lib/routes/bjnews/cat.ts +2 -9
  320. package/lib/routes/bjp/apod.ts +1 -1
  321. package/lib/routes/bjp/namespace.ts +1 -1
  322. package/lib/routes/bjsk/index.ts +2 -2
  323. package/lib/routes/bjsk/keti.ts +2 -2
  324. package/lib/routes/bjtu/gs.ts +20 -20
  325. package/lib/routes/bjwxdxh/index.ts +5 -5
  326. package/lib/routes/bjx/fd.ts +1 -1
  327. package/lib/routes/bjx/huanbao.ts +4 -12
  328. package/lib/routes/bjx/types.ts +12 -16
  329. package/lib/routes/blizzard/news-cn.ts +130 -0
  330. package/lib/routes/blizzard/news.ts +151 -62
  331. package/lib/routes/blockworks/index.ts +128 -0
  332. package/lib/routes/blockworks/namespace.ts +7 -0
  333. package/lib/routes/blogread/index.ts +3 -4
  334. package/lib/routes/bloomberg/authors.ts +20 -21
  335. package/lib/routes/bloomberg/index.ts +21 -20
  336. package/lib/routes/bloomberg/utils.ts +5 -17
  337. package/lib/routes/bnu/bs.ts +5 -5
  338. package/lib/routes/bnu/dwxgb.ts +3 -3
  339. package/lib/routes/bnu/fe.ts +72 -0
  340. package/lib/routes/bnu/jwb.ts +2 -1
  341. package/lib/routes/bnu/mba.ts +22 -22
  342. package/lib/routes/boc/whpj.ts +2 -2
  343. package/lib/routes/bookfere/category.ts +14 -18
  344. package/lib/routes/booru/mmda.ts +0 -2
  345. package/lib/routes/bossdesign/index.ts +2 -2
  346. package/lib/routes/bse/index.ts +14 -14
  347. package/lib/routes/bsky/feeds.ts +70 -0
  348. package/lib/routes/bsky/posts.ts +3 -5
  349. package/lib/routes/bsky/templates/post.art +8 -1
  350. package/lib/routes/bsky/utils.ts +34 -1
  351. package/lib/routes/bt0/namespace.ts +2 -2
  352. package/lib/routes/btzj/index.ts +16 -18
  353. package/lib/routes/buaa/jiaowu.ts +1 -1
  354. package/lib/routes/buaa/lib/space/newbook.ts +0 -2
  355. package/lib/routes/buaa/news/index.ts +2 -2
  356. package/lib/routes/buaa/sme.ts +2 -2
  357. package/lib/routes/buct/cist.ts +58 -0
  358. package/lib/routes/buct/gr.ts +93 -0
  359. package/lib/routes/buct/jwc.ts +64 -0
  360. package/lib/routes/buct/namespace.ts +7 -0
  361. package/lib/routes/bulianglin/rss.ts +3 -3
  362. package/lib/routes/bullionvault/gold-news.ts +232 -0
  363. package/lib/routes/bullionvault/namespace.ts +9 -0
  364. package/lib/routes/bupt/jwc.ts +2 -2
  365. package/lib/routes/bupt/rczp.ts +3 -3
  366. package/lib/routes/bupt/scss.ts +98 -0
  367. package/lib/routes/byau/xinwen/index.ts +2 -2
  368. package/lib/routes/caai/utils.ts +0 -3
  369. package/lib/routes/caareviews/utils.ts +3 -6
  370. package/lib/routes/cags/edu/index.ts +84 -0
  371. package/lib/routes/cags/namespace.ts +9 -0
  372. package/lib/routes/cahkms/index.ts +5 -7
  373. package/lib/routes/caixin/blog.ts +1 -1
  374. package/lib/routes/caixin/category.ts +9 -9
  375. package/lib/routes/caixin/database.ts +0 -2
  376. package/lib/routes/caixin/latest.ts +7 -2
  377. package/lib/routes/caixin/utils-fulltext.ts +7 -4
  378. package/lib/routes/caixin/utils.ts +0 -3
  379. package/lib/routes/camchina/index.ts +2 -2
  380. package/lib/routes/cankaoxiaoxi/index.ts +20 -22
  381. package/lib/routes/cara/likes.ts +0 -3
  382. package/lib/routes/cara/timeline.ts +0 -3
  383. package/lib/routes/cara/utils.ts +0 -9
  384. package/lib/routes/cartoonmad/comic.ts +0 -2
  385. package/lib/routes/cas/cg/index.ts +5 -5
  386. package/lib/routes/cas/genetics/index.ts +2 -2
  387. package/lib/routes/casssp/news.ts +2 -2
  388. package/lib/routes/cast/index.ts +11 -11
  389. package/lib/routes/catti/namespace.ts +6 -0
  390. package/lib/routes/catti/news.ts +120 -0
  391. package/lib/routes/caus/index.ts +2 -2
  392. package/lib/routes/cbaigui/index.ts +0 -2
  393. package/lib/routes/cbpanet/index.ts +38 -38
  394. package/lib/routes/ccac/news.ts +3 -3
  395. package/lib/routes/cccfna/index.ts +1 -1
  396. package/lib/routes/cccmc/index.ts +264 -0
  397. package/lib/routes/cccmc/namespace.ts +9 -0
  398. package/lib/routes/ccf/ccfcv/index.ts +2 -4
  399. package/lib/routes/ccf/news.ts +2 -2
  400. package/lib/routes/ccf/tfbd/utils.ts +0 -3
  401. package/lib/routes/ccfa/index.ts +32 -34
  402. package/lib/routes/ccreports/index.ts +3 -3
  403. package/lib/routes/cctv/category.ts +2 -2
  404. package/lib/routes/cctv/jx.ts +3 -3
  405. package/lib/routes/cctv/lm.ts +7 -7
  406. package/lib/routes/cctv/utils/news.ts +3 -3
  407. package/lib/routes/cctv/utils/xinwen1j1.ts +1 -1
  408. package/lib/routes/cctv/xwlb.ts +1 -1
  409. package/lib/routes/cde/index.ts +9 -9
  410. package/lib/routes/cde/xxgk.ts +26 -11
  411. package/lib/routes/cde/zdyz.ts +2 -2
  412. package/lib/routes/cdi/index.ts +2 -2
  413. package/lib/routes/cdu/cdrw.ts +80 -0
  414. package/lib/routes/cdu/tzggcdunews.ts +80 -0
  415. package/lib/routes/cdzjryb/project-list.ts +0 -2
  416. package/lib/routes/ce/district.ts +91 -0
  417. package/lib/routes/ce/namespace.ts +8 -0
  418. package/lib/routes/cebbank/all.ts +6 -8
  419. package/lib/routes/cebbank/history.ts +6 -8
  420. package/lib/routes/cfachina/analygarden.ts +2 -2
  421. package/lib/routes/cfr/index.ts +3 -2
  422. package/lib/routes/cfr/utils.ts +2 -10
  423. package/lib/routes/chaincatcher/home.ts +0 -2
  424. package/lib/routes/changba/user.ts +41 -47
  425. package/lib/routes/chaoxing/qk.ts +4 -6
  426. package/lib/routes/chaping/news.ts +9 -9
  427. package/lib/routes/cherrytimes/market.ts +35 -0
  428. package/lib/routes/cherrytimes/namespace.ts +6 -0
  429. package/lib/routes/chiculture/topic.ts +2 -2
  430. package/lib/routes/chikubi/namespace.ts +1 -1
  431. package/lib/routes/chikubi/navigation.ts +2 -2
  432. package/lib/routes/china/finance/finance.ts +4 -4
  433. package/lib/routes/china/news/highlights/news.ts +14 -18
  434. package/lib/routes/china/news/military/news.ts +11 -15
  435. package/lib/routes/chinacdc/index.ts +503 -0
  436. package/lib/routes/chinacdc/namespace.ts +9 -0
  437. package/lib/routes/chinacdc/templates/description.art +7 -0
  438. package/lib/routes/chinadaily/language.ts +324 -0
  439. package/lib/routes/chinadaily/namespace.ts +9 -0
  440. package/lib/routes/chinadaily/templates/description.art +21 -0
  441. package/lib/routes/chinadegrees/province.ts +33 -35
  442. package/lib/routes/chinaisa/index.ts +134 -134
  443. package/lib/routes/chinamoney/notice.ts +17 -17
  444. package/lib/routes/chinanews/index.ts +2 -2
  445. package/lib/routes/chinania/index.ts +33 -33
  446. package/lib/routes/chinaratings/credit-research.ts +149 -0
  447. package/lib/routes/chinaratings/namespace.ts +8 -0
  448. package/lib/routes/chinathinktanks/viewpoint.ts +46 -46
  449. package/lib/routes/chinaventure/index.ts +5 -7
  450. package/lib/routes/{trending → chiphell}/namespace.ts +2 -2
  451. package/lib/routes/chiphell/portal.ts +82 -0
  452. package/lib/routes/chnmuseum/namespace.ts +10 -0
  453. package/lib/routes/chnmuseum/xingnew.ts +73 -0
  454. package/lib/routes/chnmuseum/xwzt.ts +67 -0
  455. package/lib/routes/chongbuluo/index.ts +86 -0
  456. package/lib/routes/chongbuluo/namespace.ts +7 -0
  457. package/lib/routes/chongdiantou/index.ts +57 -0
  458. package/lib/routes/chongdiantou/namespace.ts +9 -0
  459. package/lib/routes/chsi/kyzx.ts +6 -6
  460. package/lib/routes/chuanliu/nice.ts +0 -2
  461. package/lib/routes/chuapp/chuapp.ts +147 -0
  462. package/lib/routes/chuapp/namespace.ts +7 -0
  463. package/lib/routes/chub/characters.ts +3 -5
  464. package/lib/routes/cib/whpj.ts +5 -5
  465. package/lib/routes/cih-index/namespace.ts +7 -0
  466. package/lib/routes/cih-index/report.ts +74 -0
  467. package/lib/routes/ciidbnu/index.ts +5 -5
  468. package/lib/routes/cisia/index.ts +33 -33
  469. package/lib/routes/civitai/discussions.ts +1 -1
  470. package/lib/routes/civitai/user.ts +90 -0
  471. package/lib/routes/ciweimao/chapter.ts +1 -1
  472. package/lib/routes/cjlu/yjsy/index.ts +2 -2
  473. package/lib/routes/clickme/index.ts +1 -1
  474. package/lib/routes/cline/blog.ts +80 -0
  475. package/lib/routes/cline/namespace.ts +13 -0
  476. package/lib/routes/cls/depth.ts +2 -4
  477. package/lib/routes/cls/hot.ts +0 -2
  478. package/lib/routes/cls/subject.ts +2 -4
  479. package/lib/routes/cls/telegraph.ts +2 -4
  480. package/lib/routes/cma/channel.ts +23 -25
  481. package/lib/routes/cmu/andypavlo/blog.ts +55 -0
  482. package/lib/routes/cmu/namespace.ts +7 -0
  483. package/lib/routes/cna/index.ts +4 -26
  484. package/lib/routes/cna/utils.ts +23 -0
  485. package/lib/routes/cna/web/index.ts +2 -22
  486. package/lib/routes/cnbeta/category.ts +2 -2
  487. package/lib/routes/cnblogs/common.ts +0 -1
  488. package/lib/routes/cncf/index.ts +5 -5
  489. package/lib/routes/cncf/reports.ts +3 -3
  490. package/lib/routes/cneb/yjxw.ts +2 -2
  491. package/lib/routes/cngal/entry.ts +2 -4
  492. package/lib/routes/cngal/weekly.ts +4 -7
  493. package/lib/routes/cngold/index.ts +24 -24
  494. package/lib/routes/cnjxol/index.ts +0 -2
  495. package/lib/routes/cnki/author.ts +122 -50
  496. package/lib/routes/cnki/debut.ts +7 -9
  497. package/lib/routes/cnki/journals.ts +11 -13
  498. package/lib/routes/cnki/utils.ts +4 -7
  499. package/lib/routes/cntheory/paper.ts +0 -2
  500. package/lib/routes/cntv/column.ts +5 -7
  501. package/lib/routes/codeforces/contests.ts +4 -6
  502. package/lib/routes/coindesk/{index.ts → consensus-magazine.ts} +17 -21
  503. package/lib/routes/coindesk/namespace.ts +2 -1
  504. package/lib/routes/coindesk/news.ts +47 -0
  505. package/lib/routes/coindesk/utils.ts +26 -0
  506. package/lib/routes/cointelegraph/index.ts +106 -0
  507. package/lib/routes/cointelegraph/namespace.ts +7 -0
  508. package/lib/routes/colamanga/manga.ts +4 -4
  509. package/lib/routes/collabo-cafe/category.ts +37 -0
  510. package/lib/routes/collabo-cafe/index.ts +35 -0
  511. package/lib/routes/collabo-cafe/namespace.ts +9 -0
  512. package/lib/routes/collabo-cafe/parser.ts +29 -0
  513. package/lib/routes/collabo-cafe/tag.ts +37 -0
  514. package/lib/routes/comicskingdom/index.ts +1 -3
  515. package/lib/routes/consumer/index.ts +6 -6
  516. package/lib/routes/consumer/shopping-guide.ts +2 -2
  517. package/lib/routes/cool18/index.ts +70 -42
  518. package/lib/routes/coolapk/dyh.ts +2 -2
  519. package/lib/routes/coolapk/hot.ts +7 -7
  520. package/lib/routes/coolapk/namespace.ts +1 -1
  521. package/lib/routes/coolapk/toutiao.ts +2 -2
  522. package/lib/routes/coolapk/tuwen.ts +2 -2
  523. package/lib/routes/{copernicium → coolpc}/namespace.ts +2 -2
  524. package/lib/routes/coolpc/news.ts +53 -0
  525. package/lib/routes/coomer/index.ts +155 -0
  526. package/lib/routes/coomer/templates/source.art +24 -0
  527. package/lib/routes/copymanga/comic.ts +5 -15
  528. package/lib/routes/cosplaytele/article.ts +21 -0
  529. package/lib/routes/cosplaytele/category.ts +53 -0
  530. package/lib/routes/cosplaytele/const.ts +4 -0
  531. package/lib/routes/cosplaytele/latest.ts +50 -0
  532. package/lib/routes/cosplaytele/namespace.ts +8 -0
  533. package/lib/routes/cosplaytele/popular.ts +73 -0
  534. package/lib/routes/cosplaytele/tag.ts +53 -0
  535. package/lib/routes/cosplaytele/types.ts +12 -0
  536. package/lib/routes/counter-strike/news.ts +5 -5
  537. package/lib/routes/cpcaauto/index.ts +47 -47
  538. package/lib/routes/cpcey/index.ts +5 -5
  539. package/lib/routes/cpta/handler.ts +132 -0
  540. package/lib/routes/cpta/namespace.ts +6 -0
  541. package/lib/routes/cqwu/index.ts +2 -2
  542. package/lib/routes/crac/exam.ts +60 -0
  543. package/lib/routes/crac/index.ts +11 -6
  544. package/lib/routes/crac/namespace.ts +1 -0
  545. package/lib/routes/crac/templates/exam.art +54 -0
  546. package/lib/routes/creative-comic/book.ts +0 -2
  547. package/lib/routes/creative-comic/utils.ts +2 -2
  548. package/lib/routes/cryptoslate/index.ts +98 -0
  549. package/lib/routes/cryptoslate/namespace.ts +7 -0
  550. package/lib/routes/cs/index.ts +30 -30
  551. package/lib/routes/cs/video.ts +1 -1
  552. package/lib/routes/cs/zzkx.ts +1 -1
  553. package/lib/routes/csdn/blog.ts +17 -13
  554. package/lib/routes/cssn/iolaw.ts +3 -3
  555. package/lib/routes/cste/index.ts +2 -2
  556. package/lib/routes/csu/cse.ts +3 -3
  557. package/lib/routes/csu/mail.ts +2 -2
  558. package/lib/routes/csu/utils.ts +1 -1
  559. package/lib/routes/ctbu/namespace.ts +7 -0
  560. package/lib/routes/ctbu/xxgg.ts +50 -0
  561. package/lib/routes/cts/news.ts +25 -24
  562. package/lib/routes/cuilingmag/index.ts +12 -14
  563. package/lib/routes/cupl/jwc.ts +69 -0
  564. package/lib/routes/cupl/namespace.ts +20 -0
  565. package/lib/routes/curius/links.ts +0 -2
  566. package/lib/routes/cursor/changelog.ts +107 -0
  567. package/lib/routes/cursor/namespace.ts +8 -0
  568. package/lib/routes/cw/master.ts +14 -14
  569. package/lib/routes/cw/utils.ts +2 -0
  570. package/lib/routes/cybersecurityventures/namespace.ts +7 -0
  571. package/lib/routes/cybersecurityventures/news.ts +121 -0
  572. package/lib/routes/cybersecurityventures/types.ts +17 -0
  573. package/lib/routes/cyzone/index.ts +8 -8
  574. package/lib/routes/cyzone/util.ts +8 -10
  575. package/lib/routes/cztv/daily.ts +0 -2
  576. package/lib/routes/cztv/zjxwlb.ts +0 -2
  577. package/lib/routes/dahecube/index.ts +2 -2
  578. package/lib/routes/daily/discussed.ts +40 -6
  579. package/lib/routes/daily/popular.ts +182 -0
  580. package/lib/routes/daily/source.ts +14 -5
  581. package/lib/routes/daily/squads.ts +266 -0
  582. package/lib/routes/daily/upvoted.ts +127 -30
  583. package/lib/routes/daily/user.ts +15 -5
  584. package/lib/routes/daily/utils.ts +36 -22
  585. package/lib/routes/damai/activity.ts +0 -2
  586. package/lib/routes/dangdang/notice.ts +4 -4
  587. package/lib/routes/daoxuan/namespace.ts +7 -0
  588. package/lib/routes/daoxuan/rss.ts +43 -0
  589. package/lib/routes/dapenti/utils.ts +1 -1
  590. package/lib/routes/dataguidance/index.ts +19 -30
  591. package/lib/routes/daum/potplayer.ts +257 -0
  592. package/lib/routes/dayanzai/index.ts +21 -23
  593. package/lib/routes/dbaplus/rss.ts +3 -4
  594. package/lib/routes/dcard/namespace.ts +1 -1
  595. package/lib/routes/dcard/utils.ts +38 -37
  596. package/lib/routes/dcfever/news.ts +2 -2
  597. package/lib/routes/dcfever/reviews.ts +2 -2
  598. package/lib/routes/dcfever/trading.ts +3 -3
  599. package/lib/routes/dcfever/utils.ts +0 -3
  600. package/lib/routes/ddosi/category.ts +3 -3
  601. package/lib/routes/ddosi/index.ts +3 -3
  602. package/lib/routes/deadline/posts.ts +0 -2
  603. package/lib/routes/dealstreetasia/home.ts +1 -1
  604. package/lib/routes/decrypt/index.ts +115 -0
  605. package/lib/routes/decrypt/namespace.ts +7 -0
  606. package/lib/routes/dedao/index.ts +11 -5
  607. package/lib/routes/dedao/knowledge.ts +0 -2
  608. package/lib/routes/dedao/user.ts +2 -4
  609. package/lib/routes/deeplearning/namespace.ts +3 -1
  610. package/lib/routes/deeplearning/templates/description.art +21 -0
  611. package/lib/routes/deeplearning/the-batch.ts +294 -0
  612. package/lib/routes/deepseek/namespace.ts +8 -0
  613. package/lib/routes/deepseek/news.ts +88 -0
  614. package/lib/routes/dehenglaw/index.ts +5 -7
  615. package/lib/routes/dewu/declaration.ts +5 -5
  616. package/lib/routes/dhu/jiaowu/news.ts +2 -2
  617. package/lib/routes/dhu/yjs/news.ts +2 -2
  618. package/lib/routes/dhu/yjs/zs.ts +2 -2
  619. package/lib/routes/diandong/news.ts +3 -3
  620. package/lib/routes/diariofruticola/filtro.ts +130 -0
  621. package/lib/routes/diariofruticola/namespace.ts +9 -0
  622. package/lib/routes/diershoubing/news.ts +0 -2
  623. package/lib/routes/dingshao/namespace.ts +7 -0
  624. package/lib/routes/dingshao/share.ts +53 -0
  625. package/lib/routes/dingshao/types.ts +64 -0
  626. package/lib/routes/discord/channel.ts +0 -2
  627. package/lib/routes/discord/discord-api.ts +44 -2
  628. package/lib/routes/discord/search.ts +103 -0
  629. package/lib/routes/discourse/namespace.ts +1 -1
  630. package/lib/routes/discourse/notifications.ts +1 -1
  631. package/lib/routes/discuz/discuz.ts +7 -9
  632. package/lib/routes/disinfo/publications.ts +3 -3
  633. package/lib/routes/dlnews/category.ts +5 -9
  634. package/lib/routes/dlsite/campaign.ts +1 -1
  635. package/lib/routes/dlsite/ci-en/article.ts +1 -1
  636. package/lib/routes/dlsite/new.ts +3 -3
  637. package/lib/routes/dlsite/utils.ts +0 -3
  638. package/lib/routes/dmzj/news.ts +7 -7
  639. package/lib/routes/dn/news.ts +10 -12
  640. package/lib/routes/dnaindia/topic.ts +1 -1
  641. package/lib/routes/dockerhub/build.ts +1 -1
  642. package/lib/routes/dockerhub/repositories.ts +42 -0
  643. package/lib/routes/dockerhub/tag.ts +19 -13
  644. package/lib/routes/docschina/weekly.ts +2 -2
  645. package/lib/routes/domp4/detail.ts +9 -7
  646. package/lib/routes/domp4/latest-movie-bt.ts +10 -10
  647. package/lib/routes/domp4/latest.ts +8 -8
  648. package/lib/routes/domp4/namespace.ts +3 -9
  649. package/lib/routes/domp4/utils.ts +5 -5
  650. package/lib/routes/dongqiudi/daily.ts +2 -2
  651. package/lib/routes/dongqiudi/namespace.ts +1 -1
  652. package/lib/routes/dongqiudi/special.ts +2 -2
  653. package/lib/routes/dongqiudi/top-news.ts +2 -2
  654. package/lib/routes/dora-world/article.ts +1 -1
  655. package/lib/routes/douban/book/latest.ts +2 -2
  656. package/lib/routes/douban/book/rank.ts +2 -2
  657. package/lib/routes/douban/channel/subject.ts +2 -2
  658. package/lib/routes/douban/channel/topic.ts +2 -2
  659. package/lib/routes/douban/commercialpress/latest.ts +3 -3
  660. package/lib/routes/douban/movie/coming.ts +0 -3
  661. package/lib/routes/douban/other/celebrity.ts +9 -13
  662. package/lib/routes/douban/other/doulist.ts +16 -16
  663. package/lib/routes/douban/other/explore-column.ts +6 -6
  664. package/lib/routes/douban/other/explore.ts +23 -29
  665. package/lib/routes/douban/other/group.ts +2 -2
  666. package/lib/routes/douban/other/jobs.ts +7 -9
  667. package/lib/routes/douban/other/later.ts +3 -3
  668. package/lib/routes/douban/other/latest-music.ts +3 -3
  669. package/lib/routes/douban/other/list.ts +24 -26
  670. package/lib/routes/douban/other/playing.ts +1 -1
  671. package/lib/routes/douban/other/recommended.ts +5 -7
  672. package/lib/routes/douban/other/replied.ts +3 -3
  673. package/lib/routes/douban/other/replies.ts +3 -3
  674. package/lib/routes/douban/other/topic.ts +1 -1
  675. package/lib/routes/douban/other/weekly-best.ts +2 -4
  676. package/lib/routes/douban/people/status.ts +17 -17
  677. package/lib/routes/douban/people/wish.ts +5 -5
  678. package/lib/routes/douyin/hashtag.ts +1 -1
  679. package/lib/routes/douyin/live.ts +2 -2
  680. package/lib/routes/douyin/namespace.ts +1 -1
  681. package/lib/routes/douyin/types.ts +1 -5
  682. package/lib/routes/douyin/user.ts +1 -1
  683. package/lib/routes/douyin/utils.ts +0 -3
  684. package/lib/routes/douyu/group.ts +2 -4
  685. package/lib/routes/douyu/post.ts +0 -2
  686. package/lib/routes/dribbble/utils.ts +0 -3
  687. package/lib/routes/dtcj/datahero.ts +2 -2
  688. package/lib/routes/dtcj/datainsight.ts +5 -5
  689. package/lib/routes/duckdb/news.ts +3 -4
  690. package/lib/routes/duozhuayu/search.ts +0 -2
  691. package/lib/routes/dushu/fuzhou/index.ts +0 -2
  692. package/lib/routes/dw/namespace.ts +6 -0
  693. package/lib/routes/dw/news.ts +89 -0
  694. package/lib/routes/dw/rss.ts +62 -0
  695. package/lib/routes/dw/templates/description.art +23 -0
  696. package/lib/routes/dw/templates/liveblog.art +13 -0
  697. package/lib/routes/dw/templates/video.art +14 -0
  698. package/lib/routes/dw/utils.ts +170 -0
  699. package/lib/routes/dx2025/index.ts +20 -20
  700. package/lib/routes/dytt/index.ts +319 -0
  701. package/lib/routes/dytt/namespace.ts +7 -0
  702. package/lib/routes/e-hentai/index.ts +1 -3
  703. package/lib/routes/ea/apex-news.ts +104 -0
  704. package/lib/routes/ea/namespace.ts +6 -0
  705. package/lib/routes/eagle/blog.ts +3 -3
  706. package/lib/routes/eagle/changelog.ts +28 -32
  707. package/lib/routes/earthquake/ceic.ts +8 -8
  708. package/lib/routes/eastday/24.ts +5 -5
  709. package/lib/routes/eastmoney/report/index.ts +3 -6
  710. package/lib/routes/eastmoney/search/index.ts +1 -1
  711. package/lib/routes/eastmoney/ttjj/user.ts +1 -1
  712. package/lib/routes/ebc/namespace.ts +6 -0
  713. package/lib/routes/ebc/realtime.ts +94 -0
  714. package/lib/routes/ecnu/contest.ts +0 -2
  715. package/lib/routes/ecnu/jwc.ts +8 -4
  716. package/lib/routes/economist/espresso.ts +1 -1
  717. package/lib/routes/economist/full.ts +1 -1
  718. package/lib/routes/ecust/jwc/notice.ts +2 -2
  719. package/lib/routes/egsea/flash.ts +2 -2
  720. package/lib/routes/ehentai/ehapi.ts +1 -1
  721. package/lib/routes/ehentai/favorites.ts +7 -2
  722. package/lib/routes/ehentai/search.ts +2 -2
  723. package/lib/routes/ehentai/tag.ts +2 -2
  724. package/lib/routes/ekantipur/issue.ts +3 -3
  725. package/lib/routes/eleduck/posts.ts +17 -17
  726. package/lib/routes/elsevier/issue.ts +3 -5
  727. package/lib/routes/elsevier/journal.ts +3 -5
  728. package/lib/routes/embassy/supported-list.ts +1 -1
  729. package/lib/routes/epicgames/index.ts +3 -5
  730. package/lib/routes/eprice/rss.ts +3 -5
  731. package/lib/routes/eshukan/academic.ts +2 -4
  732. package/lib/routes/espn/news.ts +2 -5
  733. package/lib/routes/esquirehk/tag.ts +1 -4
  734. package/lib/routes/eventernote/actors.ts +1 -1
  735. package/lib/routes/everia/article.ts +21 -0
  736. package/lib/routes/everia/category.ts +54 -0
  737. package/lib/routes/everia/const.ts +4 -0
  738. package/lib/routes/everia/latest.ts +49 -0
  739. package/lib/routes/everia/namespace.ts +6 -0
  740. package/lib/routes/everia/search.ts +45 -0
  741. package/lib/routes/everia/tag.ts +54 -0
  742. package/lib/routes/famitsu/category.ts +3 -5
  743. package/lib/routes/fanbox/types.ts +0 -4
  744. package/lib/routes/fanbox/utils.ts +0 -3
  745. package/lib/routes/fangchan/list.ts +222 -0
  746. package/lib/routes/fangchan/namespace.ts +9 -0
  747. package/lib/routes/fangchan/templates/description.art +7 -0
  748. package/lib/routes/fansly/utils.ts +0 -3
  749. package/lib/routes/fantia/search.ts +37 -37
  750. package/lib/routes/fantia/user.ts +1 -1
  751. package/lib/routes/farcaster/namespace.ts +7 -0
  752. package/lib/routes/farcaster/user.ts +46 -0
  753. package/lib/routes/farmatters/index.ts +0 -2
  754. package/lib/routes/fashionnetwork/index.ts +13 -15
  755. package/lib/routes/fastbull/express-news.ts +5 -5
  756. package/lib/routes/fastbull/namespace.ts +3 -3
  757. package/lib/routes/fastbull/news.ts +7 -9
  758. package/lib/routes/fediverse/timeline.ts +1 -1
  759. package/lib/routes/feng/forum.ts +2 -4
  760. package/lib/routes/ff14/ff14-global.ts +6 -8
  761. package/lib/routes/ff14/ff14-zh.ts +2 -4
  762. package/lib/routes/fffdm/manhua/manhua.ts +1 -3
  763. package/lib/routes/finology/bullets.ts +24 -14
  764. package/lib/routes/finology/category.ts +34 -33
  765. package/lib/routes/finology/most-viewed.ts +9 -32
  766. package/lib/routes/finology/tag.ts +37 -31
  767. package/lib/routes/finology/utils.ts +36 -31
  768. package/lib/routes/finviz/news.ts +3 -3
  769. package/lib/routes/finviz/quote.ts +14 -16
  770. package/lib/routes/fisher-spb/news.ts +3 -5
  771. package/lib/routes/fishshell/index.ts +3 -3
  772. package/lib/routes/fjksbm/index.ts +3 -3
  773. package/lib/routes/flyert/creditcard.ts +24 -24
  774. package/lib/routes/flyert/forum.ts +2 -2
  775. package/lib/routes/flyert/namespace.ts +1 -1
  776. package/lib/routes/flyert/preferential.ts +3 -3
  777. package/lib/routes/flyert/util.ts +0 -3
  778. package/lib/routes/flyert/utils.ts +17 -11
  779. package/lib/routes/focustaiwan/index.ts +5 -7
  780. package/lib/routes/follow/profile.ts +5 -3
  781. package/lib/routes/followin/index.ts +7 -7
  782. package/lib/routes/followin/news.ts +2 -2
  783. package/lib/routes/followin/utils.ts +0 -3
  784. package/lib/routes/foodtalks/index.ts +75 -0
  785. package/lib/routes/foodtalks/namespace.ts +9 -0
  786. package/lib/routes/foreignaffairs/namespace.ts +7 -0
  787. package/lib/routes/foreignaffairs/rss.ts +55 -0
  788. package/lib/routes/foresightnews/index.ts +3 -1
  789. package/lib/routes/foresightnews/util.ts +10 -15
  790. package/lib/routes/forklog/index.ts +72 -0
  791. package/lib/routes/forklog/namespace.ts +7 -0
  792. package/lib/routes/fortnite/news.ts +4 -4
  793. package/lib/routes/fortunechina/index.ts +2 -2
  794. package/lib/routes/fosshub/index.ts +0 -2
  795. package/lib/routes/freebuf/index.ts +2 -2
  796. package/lib/routes/freecomputerbooks/index.ts +0 -12
  797. package/lib/routes/freewechat/profile.ts +7 -1
  798. package/lib/routes/ft/myft.ts +6 -6
  799. package/lib/routes/ftchinese/channel.ts +2 -2
  800. package/lib/routes/furaffinity/art.ts +85 -0
  801. package/lib/routes/furaffinity/browse.ts +58 -0
  802. package/lib/routes/furaffinity/commissions.ts +55 -0
  803. package/lib/routes/furaffinity/home.ts +80 -0
  804. package/lib/routes/furaffinity/journal-comments.ts +64 -0
  805. package/lib/routes/furaffinity/journals.ts +56 -0
  806. package/lib/routes/furaffinity/namespace.ts +7 -0
  807. package/lib/routes/furaffinity/search.ts +72 -0
  808. package/lib/routes/furaffinity/shouts.ts +56 -0
  809. package/lib/routes/furaffinity/status.ts +58 -0
  810. package/lib/routes/furaffinity/submission-comments.ts +64 -0
  811. package/lib/{routes-deprecated/furaffinity/user.js → routes/furaffinity/user.ts} +53 -41
  812. package/lib/routes/furaffinity/watchers.ts +62 -0
  813. package/lib/routes/furaffinity/watching.ts +62 -0
  814. package/lib/routes/furstar/artists.ts +2 -2
  815. package/lib/routes/furstar/utils.ts +14 -19
  816. package/lib/routes/futunn/main.ts +0 -2
  817. package/lib/routes/fx-markets/channel.ts +14 -16
  818. package/lib/routes/fx678/kx.ts +3 -3
  819. package/lib/routes/fxiaoke/crm.ts +2 -2
  820. package/lib/routes/fzmtr/announcements.ts +3 -3
  821. package/lib/routes/gameapps/index.ts +4 -4
  822. package/lib/routes/gamebase/news.ts +144 -64
  823. package/lib/routes/gamebase/templates/description.art +21 -0
  824. package/lib/routes/gamekee/namespace.ts +6 -0
  825. package/lib/routes/gamekee/news.ts +64 -0
  826. package/lib/routes/gamer/ani/anime.ts +1 -1
  827. package/lib/routes/gamer/ani/new-anime.ts +1 -1
  828. package/lib/routes/gamer/gnn-index.ts +4 -4
  829. package/lib/routes/gamer/hot.ts +4 -4
  830. package/lib/routes/gamer520/index.ts +3 -3
  831. package/lib/routes/gamersecret/index.ts +14 -14
  832. package/lib/routes/gamersky/utils.ts +1 -1
  833. package/lib/routes/gcores/articles.ts +50 -0
  834. package/lib/routes/gcores/categories.ts +126 -0
  835. package/lib/routes/gcores/collections.ts +126 -0
  836. package/lib/routes/gcores/namespace.ts +1 -0
  837. package/lib/routes/gcores/news.ts +50 -0
  838. package/lib/routes/gcores/parser.ts +281 -0
  839. package/lib/routes/gcores/program-previews.ts +47 -0
  840. package/lib/routes/gcores/radio.ts +5 -7
  841. package/lib/routes/gcores/tags.ts +126 -0
  842. package/lib/routes/gcores/templates/description.art +67 -0
  843. package/lib/routes/gcores/topics.ts +60 -0
  844. package/lib/routes/gcores/util.ts +173 -0
  845. package/lib/routes/gcores/videos.ts +49 -0
  846. package/lib/routes/gdsrx/index.ts +8 -8
  847. package/lib/routes/gdufs/namespace.ts +7 -0
  848. package/lib/routes/gdufs/news.ts +94 -0
  849. package/lib/routes/gdufs/xwxy/xwxy-news.ts +90 -0
  850. package/lib/routes/gdut/oa-news.ts +85 -84
  851. package/lib/routes/geekpark/index.ts +13 -15
  852. package/lib/routes/gelbooru/namespace.ts +7 -0
  853. package/lib/routes/gelbooru/post.ts +113 -0
  854. package/lib/routes/gelbooru/templates/description.art +19 -0
  855. package/lib/routes/gelbooru/utils.ts +40 -0
  856. package/lib/routes/gelonghui/home.ts +3 -3
  857. package/lib/routes/gelonghui/hot-article.ts +1 -1
  858. package/lib/routes/gelonghui/keyword.ts +1 -1
  859. package/lib/routes/gelonghui/live.ts +1 -3
  860. package/lib/routes/gelonghui/subject.ts +1 -1
  861. package/lib/routes/gelonghui/user.ts +1 -1
  862. package/lib/routes/genossenschaften/index.ts +123 -0
  863. package/lib/routes/genossenschaften/namespace.ts +8 -0
  864. package/lib/routes/geocaching/blogs.ts +84 -22
  865. package/lib/routes/gettr/user.ts +1 -3
  866. package/lib/routes/gf-cn/news.ts +2 -2
  867. package/lib/routes/gihyo/group.ts +17 -19
  868. package/lib/routes/gitcode/namespace.ts +7 -0
  869. package/lib/routes/gitcode/repos/commits.ts +67 -0
  870. package/lib/routes/github/activity.ts +2 -1
  871. package/lib/routes/github/comments.ts +2 -2
  872. package/lib/routes/github/contributors.ts +1 -1
  873. package/lib/routes/github/issue.ts +1 -1
  874. package/lib/routes/github/namespace.ts +1 -1
  875. package/lib/routes/github/pulse.ts +0 -2
  876. package/lib/routes/github/repos.ts +55 -18
  877. package/lib/routes/github/search.ts +5 -5
  878. package/lib/routes/github/star.ts +1 -1
  879. package/lib/routes/github/topic.ts +4 -4
  880. package/lib/routes/github/trending.ts +1 -3
  881. package/lib/routes/gitpod/blog.ts +0 -2
  882. package/lib/routes/gmu/namespace.ts +7 -0
  883. package/lib/routes/gmu/news.ts +136 -0
  884. package/lib/routes/gmu/yjs.ts +173 -0
  885. package/lib/routes/go/jihs/idwr.ts +137 -0
  886. package/lib/routes/go/mhlw/pdf.ts +2 -2
  887. package/lib/routes/gofans/index.ts +0 -2
  888. package/lib/routes/google/citations.ts +2 -2
  889. package/lib/routes/google/developers.ts +71 -0
  890. package/lib/routes/google/doodles.ts +1 -1
  891. package/lib/routes/google/fonts.ts +4 -6
  892. package/lib/routes/google/news.ts +0 -2
  893. package/lib/routes/google/research.ts +14 -2
  894. package/lib/routes/google/scholar.ts +4 -4
  895. package/lib/routes/google/search.ts +18 -32
  896. package/lib/routes/gov/ah/kjt.ts +20 -20
  897. package/lib/routes/gov/beijing/bjedu/gh.ts +2 -2
  898. package/lib/routes/gov/beijing/bphc/index.ts +1 -1
  899. package/lib/routes/gov/caac/cjwt.ts +1 -3
  900. package/lib/routes/gov/cbirc/index.ts +91 -90
  901. package/lib/routes/gov/ccdi/index.ts +1 -1
  902. package/lib/routes/gov/chinatax/latest.ts +3 -3
  903. package/lib/routes/gov/chongqing/gzw.ts +2 -2
  904. package/lib/routes/gov/cmse/fxrw.ts +0 -2
  905. package/lib/routes/gov/cmse/index.ts +0 -2
  906. package/lib/routes/gov/csrc/csrc.ts +103 -103
  907. package/lib/routes/gov/csrc/news.ts +1 -3
  908. package/lib/routes/gov/customs/list.ts +9 -4
  909. package/lib/routes/gov/forestry/gjlckjdjt.ts +7 -9
  910. package/lib/routes/gov/general/general.ts +2 -5
  911. package/lib/routes/gov/guangdong/tqyb/sncsyjxh.ts +0 -2
  912. package/lib/routes/gov/guangdong/tqyb/tfxtq.ts +0 -2
  913. package/lib/routes/gov/hainan/iitb/tzgg.ts +77 -0
  914. package/lib/routes/gov/hainan/namespace.ts +8 -0
  915. package/lib/routes/gov/hangzhou/namespace.ts +9 -0
  916. package/lib/routes/gov/hangzhou/templates/jbxx.art +173 -0
  917. package/lib/routes/gov/hangzhou/zjzwfw.ts +89 -0
  918. package/lib/routes/gov/hangzhou/zwfw.ts +110 -0
  919. package/lib/routes/gov/hebei/czt.ts +2 -2
  920. package/lib/routes/gov/huizhou/zwgk/index.ts +3 -3
  921. package/lib/routes/gov/hunan/changsha/major-email.ts +3 -3
  922. package/lib/routes/gov/jgjcndrc/index.ts +2 -2
  923. package/lib/routes/gov/jiangsu/wlt/index.ts +2 -5
  924. package/lib/routes/gov/jinan/healthcommission/medical-exam-notice.ts +16 -18
  925. package/lib/routes/gov/lswz/index.ts +34 -34
  926. package/lib/routes/gov/maonan/maonan.ts +2 -2
  927. package/lib/routes/gov/mee/ywdt.ts +3 -3
  928. package/lib/routes/gov/mem/sgcc.ts +2 -2
  929. package/lib/routes/gov/mfa/wjdt.ts +10 -10
  930. package/lib/routes/gov/miit/wjfb.ts +6 -6
  931. package/lib/routes/gov/miit/yjzj.ts +6 -6
  932. package/lib/routes/gov/miit/zcwj.ts +1 -1
  933. package/lib/routes/gov/moa/gjs.ts +211 -0
  934. package/lib/routes/gov/moa/moa.ts +3 -3
  935. package/lib/routes/gov/moa/zdscxx.ts +17 -15
  936. package/lib/routes/gov/moe/moe.ts +37 -39
  937. package/lib/routes/gov/mof/bond.ts +3 -3
  938. package/lib/routes/gov/mof/gss.ts +82 -0
  939. package/lib/routes/gov/moj/aac/news.ts +2 -2
  940. package/lib/routes/gov/nea/ghs.ts +70 -37
  941. package/lib/routes/gov/npc/index.ts +2 -2
  942. package/lib/routes/gov/nrta/dsj.ts +15 -16
  943. package/lib/routes/gov/nrta/news.ts +5 -5
  944. package/lib/routes/gov/pbc/goutongjiaoliu.ts +4 -4
  945. package/lib/routes/gov/pbc/gzlw.ts +3 -3
  946. package/lib/routes/gov/pbc/namespace.ts +28 -28
  947. package/lib/routes/gov/pbc/trade-announcement.ts +4 -4
  948. package/lib/routes/gov/pbc/zcyj.ts +3 -3
  949. package/lib/routes/gov/safe/util.ts +0 -3
  950. package/lib/routes/gov/samr/xgzlyhd.ts +91 -93
  951. package/lib/routes/gov/sh/fgw/index.ts +5 -7
  952. package/lib/routes/gov/sh/rsj/ksxm.ts +3 -5
  953. package/lib/routes/gov/sh/wgj/wgj.ts +3 -5
  954. package/lib/routes/gov/sh/wsjkw/yqtb/index.ts +14 -18
  955. package/lib/routes/gov/shaanxi/kjt.ts +2 -2
  956. package/lib/routes/gov/shenzhen/hrss/szksy/index.ts +5 -5
  957. package/lib/routes/gov/shenzhen/xxgk/zfxxgj.ts +2 -2
  958. package/lib/routes/gov/shenzhen/zjj/index.ts +2 -2
  959. package/lib/routes/gov/shenzhen/zzb/index.ts +5 -5
  960. package/lib/routes/gov/sichuan/deyang/govpublicinfo.ts +11 -14
  961. package/lib/routes/gov/sichuan/deyang/mztoday.ts +2 -4
  962. package/lib/routes/gov/stats/index.ts +4 -10
  963. package/lib/routes/gov/suzhou/news.ts +17 -17
  964. package/lib/routes/gov/taiyuan/rsj.ts +5 -5
  965. package/lib/routes/gov/tianjin/tjftz.ts +53 -0
  966. package/lib/routes/gov/tianjin/tjrcgzw.ts +51 -0
  967. package/lib/routes/gov/xuzhou/hrss.ts +2 -2
  968. package/lib/routes/gov/zhejiang/gwy.ts +22 -22
  969. package/lib/routes/gov/zhengce/govall.ts +9 -9
  970. package/lib/routes/gq/news.ts +1 -1
  971. package/lib/routes/grainoil/category.ts +208 -0
  972. package/lib/routes/grainoil/namespace.ts +9 -0
  973. package/lib/routes/greasyfork/feedback.ts +1 -1
  974. package/lib/routes/greasyfork/versions.ts +1 -1
  975. package/lib/routes/grist/index.ts +4 -1
  976. package/lib/routes/grist/topic.ts +43 -43
  977. package/lib/routes/guancha/index.ts +4 -4
  978. package/lib/routes/guancha/member.ts +3 -3
  979. package/lib/routes/guangdiu/cheaps.ts +3 -3
  980. package/lib/routes/guangdiu/index.ts +5 -5
  981. package/lib/routes/guangdiu/rank.ts +3 -3
  982. package/lib/routes/guangdiu/search.ts +3 -3
  983. package/lib/routes/guangzhoumetro/news.ts +3 -3
  984. package/lib/routes/guduodata/daily.ts +5 -7
  985. package/lib/routes/gumroad/index.ts +0 -2
  986. package/lib/routes/guokr/channel.ts +2 -2
  987. package/lib/routes/guozaoke/index.ts +34 -35
  988. package/lib/routes/gzdaily/app.ts +9 -11
  989. package/lib/routes/hackernews/index.ts +6 -6
  990. package/lib/routes/hacking8/index.ts +2 -2
  991. package/lib/routes/hackyournews/index.ts +5 -5
  992. package/lib/routes/hafu/news.ts +2 -2
  993. package/lib/routes/hafu/utils.ts +90 -99
  994. package/lib/routes/hakkatv/type.ts +2 -2
  995. package/lib/routes/hanime1/namespace.ts +7 -0
  996. package/lib/routes/hanime1/previews.ts +97 -0
  997. package/lib/routes/hanime1/search.ts +95 -0
  998. package/lib/routes/hashnode/blog.ts +2 -4
  999. package/lib/routes/hbr/topic.ts +29 -24
  1000. package/lib/routes/hdu/auto/notice.ts +68 -0
  1001. package/lib/routes/hdu/auto/utils.ts +51 -0
  1002. package/lib/routes/hdu/cs/notice.ts +10 -15
  1003. package/lib/routes/hdu/cs/pg.ts +10 -15
  1004. package/lib/routes/hdu/namespace.ts +1 -1
  1005. package/lib/routes/hebtv/nong-bo-shi-zai-xing-dong.ts +0 -2
  1006. package/lib/routes/hedwig/namespace.ts +7 -0
  1007. package/lib/routes/hedwig/posts.ts +60 -0
  1008. package/lib/routes/hellobtc/information.ts +3 -3
  1009. package/lib/routes/hellobtc/kepu.ts +5 -5
  1010. package/lib/routes/hellobtc/news.ts +3 -3
  1011. package/lib/routes/hellogithub/article.ts +62 -0
  1012. package/lib/routes/hellogithub/index.ts +5 -5
  1013. package/lib/routes/hellogithub/report.ts +4 -6
  1014. package/lib/routes/hellogithub/volume.ts +4 -3
  1015. package/lib/routes/hexun/index.ts +74 -0
  1016. package/lib/routes/hexun/namespace.ts +8 -0
  1017. package/lib/routes/hfut/hf/notice.ts +2 -2
  1018. package/lib/routes/hfut/xc/notice.ts +2 -2
  1019. package/lib/routes/hicairo/rss.ts +3 -3
  1020. package/lib/routes/hinatazaka46/blog.ts +35 -35
  1021. package/lib/routes/hiring.cafe/jobs.ts +149 -0
  1022. package/lib/routes/hiring.cafe/namespace.ts +10 -0
  1023. package/lib/routes/hiring.cafe/templates/jobs.art +18 -0
  1024. package/lib/routes/hit/hitgs.ts +3 -3
  1025. package/lib/routes/hit/namespace.ts +1 -1
  1026. package/lib/routes/hit/today.ts +4 -4
  1027. package/lib/routes/hitcon/zeroday.ts +3 -6
  1028. package/lib/routes/hitsz/article.ts +2 -2
  1029. package/lib/routes/hitwh/today.ts +3 -3
  1030. package/lib/routes/hizu/index.ts +25 -25
  1031. package/lib/routes/hk01/utils.ts +0 -3
  1032. package/lib/routes/hkej/index.ts +13 -17
  1033. package/lib/routes/hkepc/index.ts +3 -3
  1034. package/lib/routes/hket/index.ts +18 -8
  1035. package/lib/routes/hkjunkcall/index.ts +3 -3
  1036. package/lib/routes/hkushop/namespace.ts +9 -0
  1037. package/lib/routes/hkushop/vinyl-or-picture-lp.ts +87 -0
  1038. package/lib/routes/hljucm/yjsy.ts +2 -2
  1039. package/lib/routes/hnrb/index.ts +11 -11
  1040. package/lib/routes/home-assistant/hacs.ts +50 -0
  1041. package/lib/routes/home-assistant/namespace.ts +7 -0
  1042. package/lib/routes/hongkong/dh.ts +3 -3
  1043. package/lib/routes/hostmonit/cloudflareyes.ts +3 -5
  1044. package/lib/routes/hostmonit/cloudflareyesv6.ts +1 -1
  1045. package/lib/routes/hottoys/index.ts +2 -2
  1046. package/lib/routes/hotukdeals/index.ts +2 -2
  1047. package/lib/routes/houxu/events.ts +0 -2
  1048. package/lib/routes/houxu/index.ts +0 -2
  1049. package/lib/routes/houxu/memory.ts +0 -2
  1050. package/lib/routes/howtoforge/rss.ts +3 -3
  1051. package/lib/routes/hoyolab/news.ts +21 -23
  1052. package/lib/routes/hpoi/all.ts +1 -1
  1053. package/lib/routes/hpoi/banner-item.ts +3 -3
  1054. package/lib/routes/hpoi/character.ts +1 -1
  1055. package/lib/routes/hpoi/info.ts +68 -23
  1056. package/lib/routes/hpoi/user.ts +3 -3
  1057. package/lib/routes/hpoi/utils.ts +3 -3
  1058. package/lib/routes/hpoi/work.ts +1 -1
  1059. package/lib/routes/hrbeu/cec/list.ts +82 -0
  1060. package/lib/routes/hrbeu/gx/card.ts +3 -3
  1061. package/lib/routes/hrbeu/gx/list.ts +3 -3
  1062. package/lib/routes/hrbeu/job/bigemploy.ts +3 -3
  1063. package/lib/routes/hrbeu/job/calendar.ts +5 -5
  1064. package/lib/routes/hrbeu/job/list.ts +5 -5
  1065. package/lib/routes/hrbeu/sec/list.ts +80 -0
  1066. package/lib/routes/hrbeu/uae/news.ts +5 -5
  1067. package/lib/routes/hrbeu/ugs/news.ts +21 -21
  1068. package/lib/routes/hrbeu/yjsy/list.ts +5 -5
  1069. package/lib/routes/hrbust/cs.ts +100 -0
  1070. package/lib/routes/hrbust/gzc.ts +97 -0
  1071. package/lib/routes/hrbust/jwzx.ts +74 -37
  1072. package/lib/routes/hrbust/lib.ts +97 -0
  1073. package/lib/routes/hrbust/namespace.ts +2 -1
  1074. package/lib/routes/hrbust/news.ts +104 -0
  1075. package/lib/routes/hrbust/nic.ts +97 -0
  1076. package/lib/routes/huanqiu/index.ts +2 -2
  1077. package/lib/routes/huawei/developer/harmonyos/samplecode.ts +69 -0
  1078. package/lib/routes/huawei/namespace.ts +7 -0
  1079. package/lib/routes/hubu/index.ts +5 -5
  1080. package/lib/routes/hubu/zhxy.ts +21 -21
  1081. package/lib/routes/huggingface/blog-community.ts +126 -0
  1082. package/lib/routes/huggingface/blog.ts +87 -0
  1083. package/lib/routes/hunau/gfxy/index.ts +3 -3
  1084. package/lib/routes/hunau/ied.ts +4 -4
  1085. package/lib/routes/hunau/jwc.ts +3 -3
  1086. package/lib/routes/hunau/xky/index.ts +3 -3
  1087. package/lib/routes/hupu/all.ts +2 -4
  1088. package/lib/routes/hupu/bbs.ts +2 -4
  1089. package/lib/routes/hupu/index.ts +4 -4
  1090. package/lib/routes/hupu/templates/description.art +1 -1
  1091. package/lib/routes/hust/aia/notice.ts +2 -2
  1092. package/lib/routes/hust/gs.ts +37 -36
  1093. package/lib/routes/hust/mse.ts +68 -68
  1094. package/lib/routes/huxiu/channel.ts +8 -8
  1095. package/lib/routes/huxiu/club.ts +4 -1
  1096. package/lib/routes/huxiu/member.ts +7 -4
  1097. package/lib/routes/huxiu/util.ts +11 -12
  1098. package/lib/routes/hypergryph/arknights/announce.ts +7 -7
  1099. package/lib/routes/hypergryph/arknights/news.ts +3 -3
  1100. package/lib/routes/i-cable/news.ts +1 -4
  1101. package/lib/routes/ianspriggs/index.ts +2 -4
  1102. package/lib/routes/icac/news.ts +3 -3
  1103. package/lib/routes/icbc/whpj.ts +2 -2
  1104. package/lib/routes/idaily/index.ts +3 -5
  1105. package/lib/routes/idolmaster/namespace.ts +7 -0
  1106. package/lib/routes/idolmaster/news.ts +112 -0
  1107. package/lib/routes/idolypride/news.ts +1 -1
  1108. package/lib/routes/ieee/author.ts +93 -0
  1109. package/lib/routes/ieee/journal.ts +0 -2
  1110. package/lib/routes/iehou/index.ts +5 -5
  1111. package/lib/routes/ielts/index.ts +2 -2
  1112. package/lib/routes/ifanr/category.ts +76 -0
  1113. package/lib/routes/ifanr/digest.ts +104 -0
  1114. package/lib/routes/ifanr/index.ts +70 -0
  1115. package/lib/routes/ifanr/namespace.ts +8 -0
  1116. package/lib/routes/ifeng/feng.ts +2 -2
  1117. package/lib/routes/ifeng/news.ts +0 -2
  1118. package/lib/routes/ifeng/utils.ts +0 -3
  1119. package/lib/routes/ifi-audio/download.ts +1 -1
  1120. package/lib/routes/ifun/n/category.ts +102 -0
  1121. package/lib/routes/ifun/n/search.ts +73 -0
  1122. package/lib/routes/ifun/n/tag.ts +76 -0
  1123. package/lib/routes/ifun/n/util.ts +34 -0
  1124. package/lib/routes/ifun/namespace.ts +9 -0
  1125. package/lib/routes/iguoguo/index.ts +57 -55
  1126. package/lib/routes/iheima/index.ts +44 -0
  1127. package/lib/routes/iheima/namespace.ts +8 -0
  1128. package/lib/routes/ikea/cn/low-price.ts +2 -1
  1129. package/lib/routes/ikea/cn/utils.ts +0 -3
  1130. package/lib/routes/ikea/gb/new.ts +0 -2
  1131. package/lib/routes/ikea/gb/offer.ts +0 -2
  1132. package/lib/routes/iknowwhatyoudownload/daily.ts +109 -0
  1133. package/lib/routes/iknowwhatyoudownload/namespace.ts +8 -0
  1134. package/lib/routes/iknowwhatyoudownload/templates/daily.art +34 -0
  1135. package/lib/routes/imdb/chart.ts +4 -6
  1136. package/lib/routes/imhcg/blog.ts +6 -6
  1137. package/lib/routes/imiker/jinghua.ts +0 -2
  1138. package/lib/routes/indienova/column.ts +20 -20
  1139. package/lib/routes/inewsweek/index.ts +3 -3
  1140. package/lib/routes/infoq/presentations.ts +2 -4
  1141. package/lib/routes/infoq/topic.ts +1 -1
  1142. package/lib/routes/informedainews/namespace.ts +1 -1
  1143. package/lib/routes/informs/index.ts +3 -6
  1144. package/lib/routes/infzm/index.ts +3 -3
  1145. package/lib/routes/inoreader/index.ts +18 -20
  1146. package/lib/routes/inoreader/rss.ts +1 -1
  1147. package/lib/routes/inspirehep/author.ts +9 -1
  1148. package/lib/routes/instagram/common-utils.ts +0 -3
  1149. package/lib/routes/instagram/namespace.ts +1 -1
  1150. package/lib/routes/instagram/private-api/index.ts +1 -1
  1151. package/lib/routes/instagram/web-api/index.ts +1 -1
  1152. package/lib/routes/instagram/web-api/utils.ts +0 -3
  1153. package/lib/routes/instructables/projects.ts +22 -17
  1154. package/lib/routes/investor/index.ts +18 -18
  1155. package/lib/routes/iplaysoft/category.ts +49 -0
  1156. package/lib/routes/iplaysoft/index.ts +48 -41
  1157. package/lib/routes/iplaysoft/namespace.ts +1 -0
  1158. package/lib/routes/iplaysoft/tag.ts +49 -0
  1159. package/lib/routes/iplaysoft/utils.ts +34 -0
  1160. package/lib/routes/ipsw/index.ts +10 -11
  1161. package/lib/routes/ipsw.dev/index.ts +3 -5
  1162. package/lib/routes/iqilu/program.ts +0 -2
  1163. package/lib/routes/iqiyi/album.ts +2 -4
  1164. package/lib/routes/iqiyi/video.ts +7 -11
  1165. package/lib/routes/iresearch/chart.ts +372 -0
  1166. package/lib/routes/iresearch/report.ts +1 -3
  1167. package/lib/routes/iresearch/templates/chart.art +13 -0
  1168. package/lib/routes/iresearch/weekly.ts +1 -3
  1169. package/lib/routes/isct/namespace.ts +15 -0
  1170. package/lib/routes/isct/news.ts +81 -0
  1171. package/lib/routes/itch/devlog.ts +0 -2
  1172. package/lib/routes/itch/index.ts +0 -2
  1173. package/lib/routes/ithome/index.ts +5 -5
  1174. package/lib/routes/ithome/ranking.ts +7 -7
  1175. package/lib/routes/ithome/tag.ts +3 -3
  1176. package/lib/routes/ithome/tw/feeds.ts +3 -3
  1177. package/lib/routes/ithome/zt.ts +2 -4
  1178. package/lib/routes/iwara/subscriptions.ts +2 -4
  1179. package/lib/routes/ixigua/user-video.ts +0 -2
  1180. package/lib/routes/jandan/index.ts +36 -12
  1181. package/lib/routes/jandan/section.ts +102 -44
  1182. package/lib/routes/jandan/utils.ts +248 -0
  1183. package/lib/routes/japanpost/track.ts +46 -53
  1184. package/lib/routes/japanpost/utils.ts +6 -6
  1185. package/lib/routes/javbus/index.ts +1 -3
  1186. package/lib/routes/javbus/namespace.ts +3 -3
  1187. package/lib/routes/javdb/actors.ts +2 -2
  1188. package/lib/routes/javdb/index.ts +9 -9
  1189. package/lib/routes/javdb/makers.ts +2 -2
  1190. package/lib/routes/javdb/namespace.ts +2 -2
  1191. package/lib/routes/javdb/rankings.ts +6 -6
  1192. package/lib/routes/javdb/search.ts +6 -6
  1193. package/lib/routes/javdb/series.ts +2 -2
  1194. package/lib/routes/javdb/tags.ts +5 -5
  1195. package/lib/routes/javdb/videocodes.ts +2 -2
  1196. package/lib/routes/javlibrary/bestrated.ts +2 -2
  1197. package/lib/routes/javlibrary/bestreviews.ts +2 -2
  1198. package/lib/routes/javlibrary/genre.ts +4 -4
  1199. package/lib/routes/javlibrary/maker.ts +2 -2
  1200. package/lib/routes/javlibrary/mostwanted.ts +2 -2
  1201. package/lib/routes/javlibrary/newrelease.ts +2 -2
  1202. package/lib/routes/javlibrary/star.ts +4 -4
  1203. package/lib/routes/javlibrary/user.ts +2 -2
  1204. package/lib/routes/javlibrary/utils.ts +0 -3
  1205. package/lib/routes/javtiful/utils.ts +0 -3
  1206. package/lib/routes/javtrailers/casts.ts +41 -0
  1207. package/lib/routes/javtrailers/categories.ts +40 -0
  1208. package/lib/routes/{watasuke → javtrailers}/namespace.ts +2 -3
  1209. package/lib/routes/javtrailers/studios.ts +39 -0
  1210. package/lib/routes/javtrailers/templates/description.art +31 -0
  1211. package/lib/routes/javtrailers/types.ts +59 -0
  1212. package/lib/routes/javtrailers/utils.ts +46 -0
  1213. package/lib/routes/jd/price.ts +2 -4
  1214. package/lib/routes/jewishmuseum/exhibitions.ts +2 -2
  1215. package/lib/routes/jianshu/collection.ts +2 -2
  1216. package/lib/routes/jianshu/home.ts +2 -2
  1217. package/lib/routes/jianshu/user.ts +2 -2
  1218. package/lib/routes/jiemian/account.ts +16 -0
  1219. package/lib/routes/jiemian/common.ts +101 -0
  1220. package/lib/routes/jiemian/lists.ts +93 -106
  1221. package/lib/routes/jiemian/special.ts +12 -0
  1222. package/lib/routes/jiemian/video.ts +19 -0
  1223. package/lib/routes/jiemian/vip.ts +20 -0
  1224. package/lib/routes/jike/topic.ts +1 -1
  1225. package/lib/routes/jike/user.ts +1 -1
  1226. package/lib/routes/jike/utils.ts +0 -1
  1227. package/lib/routes/jimmyspa/books.ts +110 -0
  1228. package/lib/routes/jimmyspa/namespace.ts +7 -0
  1229. package/lib/routes/jimmyspa/news.ts +122 -0
  1230. package/lib/routes/jimmyspa/templates/description.art +17 -0
  1231. package/lib/routes/jin10/category.ts +221 -0
  1232. package/lib/routes/jin10/index.ts +1 -3
  1233. package/lib/routes/jin10/topic.ts +1 -1
  1234. package/lib/routes/jingzhengu/utils.ts +3 -3
  1235. package/lib/routes/jinritemai/docs.ts +6 -6
  1236. package/lib/routes/jinse/catalogue.ts +5 -7
  1237. package/lib/routes/jinse/lives.ts +3 -5
  1238. package/lib/routes/jinse/timeline.ts +4 -6
  1239. package/lib/routes/jisilu/category.ts +115 -0
  1240. package/lib/routes/jisilu/explore.ts +79 -0
  1241. package/lib/routes/jisilu/namespace.ts +1 -0
  1242. package/lib/routes/jisilu/people.ts +95 -0
  1243. package/lib/routes/jisilu/topic.ts +76 -0
  1244. package/lib/routes/jisilu/util.ts +112 -0
  1245. package/lib/routes/jiuyangongshe/community.ts +2 -5
  1246. package/lib/routes/jjwxc/author.ts +0 -2
  1247. package/lib/routes/jjwxc/book.ts +1 -3
  1248. package/lib/routes/joins/chinese.ts +31 -33
  1249. package/lib/routes/joneslanglasalle/index.ts +309 -0
  1250. package/lib/routes/joneslanglasalle/namespace.ts +13 -0
  1251. package/lib/routes/joneslanglasalle/templates/description.art +21 -0
  1252. package/lib/routes/jornada/index.ts +13 -13
  1253. package/lib/routes/joshwcomeau/latest.ts +59 -0
  1254. package/lib/routes/joshwcomeau/namespace.ts +8 -0
  1255. package/lib/routes/joshwcomeau/popular.ts +38 -0
  1256. package/lib/routes/joshwcomeau/utils.ts +61 -0
  1257. package/lib/routes/jpmorganchase/namespace.ts +9 -0
  1258. package/lib/routes/jpmorganchase/research.ts +107 -0
  1259. package/lib/routes/jpxgmn/search.ts +2 -2
  1260. package/lib/routes/jpxgmn/tab.ts +3 -3
  1261. package/lib/routes/jpxgmn/utils.ts +11 -6
  1262. package/lib/routes/jpxgmn/weekly.ts +3 -3
  1263. package/lib/routes/jrj/index.ts +127 -0
  1264. package/lib/routes/jrj/namespace.ts +8 -0
  1265. package/lib/routes/jsu/jwc.ts +2 -2
  1266. package/lib/routes/juejin/books.ts +5 -7
  1267. package/lib/routes/juejin/category.ts +19 -19
  1268. package/lib/routes/juejin/collection.ts +6 -14
  1269. package/lib/routes/juejin/{favorites.ts → collections.ts} +17 -25
  1270. package/lib/routes/juejin/column.ts +13 -18
  1271. package/lib/routes/juejin/dynamic.ts +19 -9
  1272. package/lib/routes/juejin/pins.ts +11 -14
  1273. package/lib/routes/juejin/posts.ts +19 -12
  1274. package/lib/routes/juejin/tag.ts +11 -21
  1275. package/lib/routes/juejin/trending.ts +28 -32
  1276. package/lib/routes/juejin/types.ts +232 -0
  1277. package/lib/routes/juejin/utils.ts +144 -45
  1278. package/lib/routes/jumeili/home.ts +98 -0
  1279. package/lib/routes/jumeili/namespace.ts +7 -0
  1280. package/lib/routes/jump/discount.ts +14 -16
  1281. package/lib/routes/kadokawa/blog.ts +0 -2
  1282. package/lib/routes/kamen-rider-official/news.ts +31 -33
  1283. package/lib/routes/kantarworldpanel/index.ts +0 -2
  1284. package/lib/routes/kanxue/topic.ts +26 -26
  1285. package/lib/routes/kaopu/news.ts +2 -2
  1286. package/lib/routes/kbs/news.ts +5 -5
  1287. package/lib/routes/kbs/today.ts +5 -5
  1288. package/lib/routes/kcna/news.ts +53 -53
  1289. package/lib/routes/keep/templates/user.art +10 -8
  1290. package/lib/routes/keep/user.ts +30 -38
  1291. package/lib/routes/kemono/const.ts +9 -0
  1292. package/lib/routes/kemono/index.ts +287 -147
  1293. package/lib/routes/kemono/types.ts +31 -0
  1294. package/lib/routes/kepu/live.ts +0 -2
  1295. package/lib/routes/keylol/index.ts +2 -2
  1296. package/lib/routes/komiic/comic.ts +88 -0
  1297. package/lib/routes/komiic/namespace.ts +7 -0
  1298. package/lib/routes/konachan/post.ts +29 -21
  1299. package/lib/routes/koreaherald/index.ts +70 -0
  1300. package/lib/routes/koreaherald/namespace.ts +6 -0
  1301. package/lib/routes/kpmg/insights.ts +0 -2
  1302. package/lib/routes/kpopping/kpics.ts +215 -0
  1303. package/lib/routes/kpopping/namespace.ts +9 -0
  1304. package/lib/routes/kpopping/news.ts +195 -0
  1305. package/lib/routes/kpopping/templates/description.art +17 -0
  1306. package/lib/routes/kuaidi100/index.ts +2 -2
  1307. package/lib/routes/kuaidi100/utils.ts +1 -1
  1308. package/lib/routes/kuaishou/namespace.ts +8 -0
  1309. package/lib/routes/kuaishou/profile.ts +92 -0
  1310. package/lib/routes/kurogames/namespace.ts +1 -1
  1311. package/lib/routes/kurogames/wutheringwaves/constants.ts +34 -0
  1312. package/lib/routes/kurogames/wutheringwaves/news.ts +63 -33
  1313. package/lib/routes/kurogames/wutheringwaves/utils.ts +79 -0
  1314. package/lib/routes/kyodonews/index.ts +8 -10
  1315. package/lib/routes/lala/rss.ts +3 -3
  1316. package/lib/routes/landiannews/category.ts +48 -0
  1317. package/lib/routes/landiannews/index.ts +44 -0
  1318. package/lib/routes/landiannews/namespace.ts +9 -0
  1319. package/lib/routes/landiannews/tag.ts +48 -0
  1320. package/lib/routes/landiannews/utils.ts +34 -0
  1321. package/lib/routes/lang/room.ts +0 -2
  1322. package/lib/routes/lanqiao/utils.ts +0 -3
  1323. package/lib/routes/laohu8/personal.ts +1 -1
  1324. package/lib/routes/last-origin/namespace.ts +7 -0
  1325. package/lib/routes/last-origin/news.ts +65 -0
  1326. package/lib/routes/latepost/index.ts +4 -4
  1327. package/lib/routes/leagueoflegends/namespace.ts +8 -0
  1328. package/lib/routes/leagueoflegends/patch-notes.ts +76 -0
  1329. package/lib/routes/learnblockchain/posts.ts +28 -32
  1330. package/lib/routes/learnku/topic.ts +1 -3
  1331. package/lib/routes/leetcode/articles.ts +8 -8
  1332. package/lib/routes/leetcode/dailyquestion-cn.ts +0 -2
  1333. package/lib/routes/leetcode/dailyquestion-en.ts +0 -2
  1334. package/lib/routes/leiphone/index.ts +1 -1
  1335. package/lib/routes/lemmy/index.ts +1 -1
  1336. package/lib/routes/lenovo/drive.ts +65 -0
  1337. package/lib/routes/lenovo/namespace.ts +7 -0
  1338. package/lib/routes/lenovo/templates/drive.art +9 -0
  1339. package/lib/routes/lens/namespace.ts +7 -0
  1340. package/lib/routes/lens/profile.ts +80 -0
  1341. package/lib/routes/lfsyd/utils.ts +0 -3
  1342. package/lib/routes/lhratings/namespace.ts +9 -0
  1343. package/lib/routes/lhratings/research.ts +146 -0
  1344. package/lib/routes/likeshop/index.ts +43 -0
  1345. package/lib/routes/likeshop/namespace.ts +7 -0
  1346. package/lib/routes/line/today.ts +3 -3
  1347. package/lib/routes/linkedin/cn/index.ts +7 -7
  1348. package/lib/routes/linkedin/cn/renderer.ts +1 -1
  1349. package/lib/routes/linkedin/cn/utils.ts +1 -4
  1350. package/lib/routes/linkedin/jobs.ts +15 -15
  1351. package/lib/routes/linkedin/posts.ts +65 -0
  1352. package/lib/routes/linkedin/utils.ts +75 -1
  1353. package/lib/routes/linkresearcher/index.ts +106 -46
  1354. package/lib/routes/linkresearcher/namespace.ts +8 -2
  1355. package/lib/routes/linkresearcher/templates/bilingual.art +7 -0
  1356. package/lib/routes/linkresearcher/types.ts +103 -0
  1357. package/lib/routes/linovelib/novel.ts +4 -4
  1358. package/lib/routes/liquipedia/cs-matches.ts +20 -22
  1359. package/lib/routes/literotica/category.ts +3 -3
  1360. package/lib/routes/literotica/new.ts +3 -3
  1361. package/lib/routes/liulinblog/itnews.ts +1 -1
  1362. package/lib/routes/lkong/forum.ts +0 -2
  1363. package/lib/routes/lkong/thread.ts +0 -2
  1364. package/lib/routes/lmu/jobs.ts +0 -2
  1365. package/lib/routes/lmu/namespace.ts +1 -1
  1366. package/lib/routes/lofter/tag.ts +2 -2
  1367. package/lib/routes/lofter/user.ts +1 -1
  1368. package/lib/routes/logclub/index.ts +0 -2
  1369. package/lib/routes/logclub/report.ts +2 -4
  1370. package/lib/routes/logonews/index.ts +0 -2
  1371. package/lib/routes/logrocket/index.ts +64 -0
  1372. package/lib/routes/logrocket/namespace.ts +7 -0
  1373. package/lib/routes/loltw/news.ts +2 -4
  1374. package/lib/routes/loongarch/post.ts +1 -0
  1375. package/lib/routes/lorientlejour/index.ts +3 -5
  1376. package/lib/routes/lovelive-anime/news.ts +5 -7
  1377. package/lib/routes/lovelive-anime/schedules.ts +2 -4
  1378. package/lib/routes/lovelive-anime/topics.ts +5 -7
  1379. package/lib/routes/lrepacks/index.ts +13 -15
  1380. package/lib/routes/lsnu/jiaowc/tzgg.ts +3 -3
  1381. package/lib/routes/ltaaa/article.ts +178 -0
  1382. package/lib/routes/ltaaa/namespace.ts +9 -0
  1383. package/lib/routes/ltaaa/templates/description.art +7 -0
  1384. package/lib/routes/luogu/contest.ts +25 -25
  1385. package/lib/routes/luogu/daily.ts +1 -1
  1386. package/lib/routes/luogu/user-article.ts +75 -0
  1387. package/lib/routes/luogu/user-blog.ts +4 -1
  1388. package/lib/routes/luogu/user-feed.ts +9 -10
  1389. package/lib/routes/luogu/utils.ts +17 -0
  1390. package/lib/routes/luolei/index.ts +0 -2
  1391. package/lib/routes/lvv2/news.ts +8 -10
  1392. package/lib/routes/lvv2/top.ts +8 -10
  1393. package/lib/routes/lxixsxa/discography.ts +0 -2
  1394. package/lib/routes/lxixsxa/information.ts +0 -2
  1395. package/lib/routes/m-78/namespace.ts +7 -0
  1396. package/lib/routes/m-78/news.ts +115 -0
  1397. package/lib/routes/m-78/types.ts +13 -0
  1398. package/lib/routes/m4/index.ts +0 -2
  1399. package/lib/routes/maccms/index.ts +2 -3
  1400. package/lib/routes/maccms/namespace.ts +1 -1
  1401. package/lib/routes/magazinelib/latest-magazine.ts +0 -2
  1402. package/lib/routes/magnumphotos/magazine.ts +1 -1
  1403. package/lib/routes/malaysiakini/index.ts +8 -8
  1404. package/lib/routes/malaysiakini/namespace.ts +1 -1
  1405. package/lib/routes/mangadex/_access.ts +111 -0
  1406. package/lib/routes/mangadex/_constants.ts +75 -0
  1407. package/lib/routes/mangadex/_feed.ts +184 -0
  1408. package/lib/routes/mangadex/_profile.ts +47 -0
  1409. package/lib/routes/mangadex/_utils.ts +49 -0
  1410. package/lib/routes/mangadex/index.ts +16 -67
  1411. package/lib/routes/mangadex/mdlist/feed.ts +156 -0
  1412. package/lib/routes/mangadex/namespace.ts +2 -0
  1413. package/lib/routes/mangadex/user/feed.ts +126 -0
  1414. package/lib/routes/mangadex/user/follows.ts +149 -0
  1415. package/lib/routes/manhuagui/comic.ts +30 -31
  1416. package/lib/routes/manhuagui/subscribe.ts +10 -12
  1417. package/lib/routes/manyvids/video.ts +1 -4
  1418. package/lib/routes/mashiro/index.ts +62 -0
  1419. package/lib/routes/mashiro/namespace.ts +11 -0
  1420. package/lib/routes/mastodon/account-id.ts +2 -2
  1421. package/lib/routes/mastodon/acct.ts +2 -2
  1422. package/lib/routes/mastodon/namespace.ts +1 -1
  1423. package/lib/routes/mastodon/timeline-local.ts +4 -4
  1424. package/lib/routes/mastodon/timeline-remote.ts +4 -4
  1425. package/lib/routes/mastodon/utils.ts +1 -1
  1426. package/lib/routes/matters/latest.ts +2 -2
  1427. package/lib/routes/mckinsey/cn/index.ts +21 -21
  1428. package/lib/routes/mcmod/index.ts +2 -3
  1429. package/lib/routes/mdpi/journal.ts +3 -5
  1430. package/lib/routes/medium/feed.ts +54 -0
  1431. package/lib/routes/medium/following.ts +2 -2
  1432. package/lib/routes/medium/for-you.ts +2 -2
  1433. package/lib/routes/medium/list.ts +2 -2
  1434. package/lib/routes/medium/tag.ts +2 -2
  1435. package/lib/routes/medsci/index.ts +29 -29
  1436. package/lib/routes/meishichina/index.ts +193 -193
  1437. package/lib/routes/meituan/tech.ts +31 -37
  1438. package/lib/routes/melonbooks/namespace.ts +9 -0
  1439. package/lib/routes/melonbooks/parser.ts +39 -0
  1440. package/lib/routes/melonbooks/search.ts +44 -0
  1441. package/lib/routes/mercari/keyword.ts +67 -0
  1442. package/lib/routes/mercari/namespace.ts +9 -0
  1443. package/lib/routes/mercari/templates/item.art +46 -0
  1444. package/lib/routes/mercari/templates/shopItem.art +46 -0
  1445. package/lib/routes/mercari/types.ts +278 -0
  1446. package/lib/routes/mercari/util.ts +306 -0
  1447. package/lib/routes/meta/ai-blog.ts +121 -0
  1448. package/lib/routes/meta/namespace.ts +6 -0
  1449. package/lib/routes/metacritic/index.ts +1 -3
  1450. package/lib/routes/metacritic/release.ts +1 -1
  1451. package/lib/routes/meteor/index.ts +1 -1
  1452. package/lib/routes/meteor/utils.ts +0 -3
  1453. package/lib/routes/mi/utils.ts +4 -7
  1454. package/lib/routes/microsoft/mcr.ts +2 -2
  1455. package/lib/routes/mihoyo/bbs/follow-list.ts +0 -2
  1456. package/lib/routes/mihoyo/bbs/img-ranking.ts +20 -20
  1457. package/lib/routes/mihoyo/bbs/official.ts +6 -8
  1458. package/lib/routes/mihoyo/bbs/timeline.ts +3 -3
  1459. package/lib/routes/mihoyo/bbs/utils.ts +0 -3
  1460. package/lib/routes/mihoyo/sr/news.ts +3 -3
  1461. package/lib/routes/mihoyo/ys/news.ts +22 -78
  1462. package/lib/routes/mindmeister/example.ts +27 -29
  1463. package/lib/routes/minecraft/version.ts +6 -6
  1464. package/lib/routes/mingpao/index.ts +1 -3
  1465. package/lib/routes/miniflux/entry.ts +5 -5
  1466. package/lib/routes/miniflux/subscription.ts +2 -2
  1467. package/lib/routes/missav/namespace.ts +2 -2
  1468. package/lib/routes/missav/new.ts +38 -15
  1469. package/lib/routes/misskey/featured-notes.ts +1 -1
  1470. package/lib/routes/misskey/home-timeline.ts +99 -0
  1471. package/lib/routes/misskey/types.ts +1 -1
  1472. package/lib/routes/misskey/user-timeline.ts +15 -12
  1473. package/lib/routes/misskey/utils.ts +35 -17
  1474. package/lib/routes/mittrchina/index.ts +9 -9
  1475. package/lib/routes/miui/firmware/index.ts +6 -6
  1476. package/lib/routes/mixcloud/index.ts +2 -2
  1477. package/lib/routes/modelscope/community.ts +0 -2
  1478. package/lib/routes/modelscope/datasets.ts +0 -2
  1479. package/lib/routes/modelscope/studios.ts +0 -2
  1480. package/lib/routes/modian/zhongchou.ts +21 -21
  1481. package/lib/routes/modrinth/versions.ts +0 -3
  1482. package/lib/routes/moodysmismicrosite/namespace.ts +7 -0
  1483. package/lib/routes/moodysmismicrosite/report.ts +90 -0
  1484. package/lib/routes/mox/index.ts +4 -4
  1485. package/lib/routes/mpaypass/main.ts +7 -7
  1486. package/lib/routes/mpaypass/news.ts +2 -2
  1487. package/lib/routes/mrdx/daily.ts +1 -1
  1488. package/lib/routes/mrm/index.ts +2 -2
  1489. package/lib/routes/msn/index.ts +86 -0
  1490. package/lib/routes/msn/namespace.ts +10 -0
  1491. package/lib/routes/{mvm → mwm}/index.ts +3 -3
  1492. package/lib/routes/mycard520/namespace.ts +9 -0
  1493. package/lib/routes/mycard520/news.ts +244 -0
  1494. package/lib/routes/mydrivers/cid.ts +192 -6
  1495. package/lib/routes/mydrivers/index.ts +41 -13
  1496. package/lib/routes/mydrivers/rank.ts +4 -5
  1497. package/lib/routes/mydrivers/util.ts +10 -13
  1498. package/lib/routes/myfans/post.ts +1 -4
  1499. package/lib/routes/myfigurecollection/activity.ts +19 -21
  1500. package/lib/routes/myfigurecollection/index.ts +2 -4
  1501. package/lib/routes/mygopen/index.ts +1 -1
  1502. package/lib/routes/mymusicsheet/usersheets.ts +1 -3
  1503. package/lib/routes/mysql/release.ts +1 -1
  1504. package/lib/routes/nasa/apod-cn.ts +2 -2
  1505. package/lib/routes/nasa/apod-ncku.ts +3 -3
  1506. package/lib/routes/nasa/apod.ts +4 -4
  1507. package/lib/routes/natgeo/dailyphoto.ts +0 -2
  1508. package/lib/routes/natgeo/natgeo.ts +25 -24
  1509. package/lib/routes/nationalgeographic/latest-stories.ts +0 -2
  1510. package/lib/routes/nature/highlight.ts +2 -2
  1511. package/lib/routes/nature/namespace.ts +1 -1
  1512. package/lib/routes/nature/research.ts +10 -10
  1513. package/lib/routes/nautil/topics.ts +0 -2
  1514. package/lib/routes/nautiljon/manga-releases.ts +72 -0
  1515. package/lib/routes/nautiljon/namespace.ts +7 -0
  1516. package/lib/routes/nbd/daily.ts +1 -1
  1517. package/lib/routes/nbd/index.ts +2 -2
  1518. package/lib/routes/nber/common.ts +0 -3
  1519. package/lib/routes/ncc-cma/cmdp.ts +29 -31
  1520. package/lib/routes/ncepu/master/masterinfo.ts +5 -5
  1521. package/lib/routes/neea/index.ts +1 -1
  1522. package/lib/routes/neea/jlpt.ts +92 -53
  1523. package/lib/routes/neea/namespace.ts +1 -1
  1524. package/lib/routes/netflav/index.ts +0 -2
  1525. package/lib/routes/neu/bmie.ts +17 -17
  1526. package/lib/routes/neu/news.ts +16 -16
  1527. package/lib/routes/newrank/douyin.ts +1 -1
  1528. package/lib/routes/newrank/namespace.ts +1 -1
  1529. package/lib/routes/newrank/utils.ts +11 -1
  1530. package/lib/routes/newrank/wechat.ts +6 -1
  1531. package/lib/routes/news/xhsxw.ts +0 -2
  1532. package/lib/routes/newseed/index.ts +73 -0
  1533. package/lib/routes/newseed/namespace.ts +8 -0
  1534. package/lib/routes/newsmarket/index.ts +8 -8
  1535. package/lib/routes/newyorker/news.ts +1 -1
  1536. package/lib/routes/newzmz/index.ts +3 -3
  1537. package/lib/routes/newzmz/util.ts +0 -3
  1538. package/lib/routes/nextapple/realtime.ts +33 -32
  1539. package/lib/routes/nga/forum.ts +1 -1
  1540. package/lib/routes/nga/post.ts +3 -2
  1541. package/lib/routes/ngocn2/index.ts +5 -5
  1542. package/lib/routes/nhentai/util.ts +7 -5
  1543. package/lib/routes/nhk/news-web-easy.ts +15 -22
  1544. package/lib/routes/nhk/news.ts +3 -5
  1545. package/lib/routes/nicovideo/utils.ts +1 -4
  1546. package/lib/routes/nifd/research.ts +3 -3
  1547. package/lib/routes/nikkei/asia/index.ts +27 -27
  1548. package/lib/routes/nikkei/cn/index.ts +8 -1
  1549. package/lib/routes/nikkei/news.ts +2 -4
  1550. package/lib/routes/nintendo/direct.ts +0 -2
  1551. package/lib/routes/nintendo/eshop-hk.ts +0 -2
  1552. package/lib/routes/nintendo/eshop-jp.ts +0 -2
  1553. package/lib/routes/nintendo/eshop-us.ts +0 -2
  1554. package/lib/routes/nintendo/system-update.ts +2 -4
  1555. package/lib/routes/nintendo/utils.ts +2 -5
  1556. package/lib/routes/nippon/index.ts +2 -2
  1557. package/lib/routes/njit/jwc.ts +5 -6
  1558. package/lib/routes/njit/tzgg.ts +6 -6
  1559. package/lib/routes/njnu/ceai/ceai.ts +3 -3
  1560. package/lib/routes/njnu/jwc/jwc.ts +5 -5
  1561. package/lib/routes/nju/exchangesys.ts +2 -2
  1562. package/lib/routes/nju/gra.ts +2 -2
  1563. package/lib/routes/nju/jw.ts +2 -2
  1564. package/lib/routes/nju/rczp.ts +2 -2
  1565. package/lib/routes/nju/scit.ts +10 -12
  1566. package/lib/routes/nju/zbb.ts +21 -25
  1567. package/lib/routes/njupt/jwc.ts +8 -8
  1568. package/lib/routes/njust/cwc.ts +7 -11
  1569. package/lib/routes/njust/dgxg.ts +7 -11
  1570. package/lib/routes/njust/eo.ts +11 -15
  1571. package/lib/routes/njust/eoe.ts +7 -11
  1572. package/lib/routes/njust/gs.ts +2 -2
  1573. package/lib/routes/njust/jwc.ts +7 -11
  1574. package/lib/routes/njust/utils.ts +1 -1
  1575. package/lib/routes/nlc/read.ts +3 -3
  1576. package/lib/routes/nltimes/news.ts +7 -7
  1577. package/lib/routes/nmtv/column.ts +2 -4
  1578. package/lib/routes/nodejs/blog.ts +12 -12
  1579. package/lib/routes/nogizaka46/blog.ts +42 -42
  1580. package/lib/routes/nosec/index.ts +8 -8
  1581. package/lib/routes/notateslaapp/update.ts +9 -13
  1582. package/lib/routes/notefolio/search.ts +15 -17
  1583. package/lib/routes/now/news.ts +104 -44
  1584. package/lib/routes/nowcoder/discuss.ts +7 -7
  1585. package/lib/routes/nowcoder/jobcenter.ts +9 -9
  1586. package/lib/routes/npm/package.ts +0 -2
  1587. package/lib/routes/ntdm/video.ts +4 -4
  1588. package/lib/routes/ntdtv/channel.ts +2 -2
  1589. package/lib/routes/nua/dc.ts +7 -7
  1590. package/lib/routes/nua/gra.ts +4 -4
  1591. package/lib/routes/nua/index.ts +3 -3
  1592. package/lib/routes/nua/lib.ts +5 -5
  1593. package/lib/routes/nua/sxw.ts +6 -6
  1594. package/lib/routes/nuaa/college/cae.ts +6 -6
  1595. package/lib/routes/nuaa/college/cs.ts +8 -8
  1596. package/lib/routes/nuaa/jwc/jwc.ts +8 -8
  1597. package/lib/routes/nuaa/yjsy/yjsy.ts +8 -8
  1598. package/lib/routes/nudt/yjszs.ts +2 -2
  1599. package/lib/routes/nuist/bulletin.ts +27 -29
  1600. package/lib/routes/nuist/cas.ts +2 -2
  1601. package/lib/routes/nuist/jwc.ts +2 -2
  1602. package/lib/routes/nuist/namespace.ts +1 -1
  1603. package/lib/routes/nuist/scs.ts +2 -2
  1604. package/lib/routes/nuist/sese.ts +2 -2
  1605. package/lib/routes/nwafu/all.ts +6 -6
  1606. package/lib/routes/nwnu/namespace.ts +7 -0
  1607. package/lib/routes/nwnu/routes/college/csse.ts +133 -0
  1608. package/lib/routes/nwnu/routes/department/academic-affairs.ts +115 -0
  1609. package/lib/routes/nwnu/routes/department/postgraduate.ts +139 -0
  1610. package/lib/routes/nwnu/routes/lib/embed-resource.ts +14 -0
  1611. package/lib/routes/nyaa/namespace.ts +1 -1
  1612. package/lib/routes/nytimes/book.ts +4 -4
  1613. package/lib/routes/nytimes/daily-briefing-chinese.ts +1 -3
  1614. package/lib/routes/nytimes/index.ts +2 -2
  1615. package/lib/routes/nytimes/rss.ts +6 -2
  1616. package/lib/routes/obsidian/plugins.ts +41 -0
  1617. package/lib/routes/oceanengine/arithmetic-index.ts +2 -4
  1618. package/lib/routes/odaily/post.ts +2 -2
  1619. package/lib/routes/oeeee/app/channel.ts +0 -2
  1620. package/lib/routes/oeeee/app/reporter.ts +0 -2
  1621. package/lib/routes/oeeee/web.ts +0 -2
  1622. package/lib/routes/oilchem/index.ts +4 -4
  1623. package/lib/routes/okx/index.ts +125 -0
  1624. package/lib/routes/okx/namespace.ts +7 -0
  1625. package/lib/routes/oncc/index.ts +3 -5
  1626. package/lib/routes/oncc/money18.ts +3 -5
  1627. package/lib/routes/onet/news.ts +0 -2
  1628. package/lib/routes/onet/utils.ts +0 -3
  1629. package/lib/routes/oo-software/changelog.ts +5 -5
  1630. package/lib/routes/openai/chatgpt.ts +2 -2
  1631. package/lib/routes/openai/common.ts +69 -3
  1632. package/lib/routes/openai/news.ts +32 -0
  1633. package/lib/routes/openrice/chart.ts +6 -8
  1634. package/lib/routes/openrice/offers.ts +3 -5
  1635. package/lib/routes/openrice/promos.ts +3 -5
  1636. package/lib/routes/openrice/voting.ts +84 -0
  1637. package/lib/routes/orcid/index.ts +0 -2
  1638. package/lib/routes/oreno3d/main.ts +42 -46
  1639. package/lib/routes/oreno3d/namespace.ts +1 -1
  1640. package/lib/routes/oschina/column.ts +244 -0
  1641. package/lib/routes/oschina/event.ts +241 -0
  1642. package/lib/routes/oschina/namespace.ts +1 -0
  1643. package/lib/routes/oschina/news.ts +28 -9
  1644. package/lib/routes/oschina/templates/description.art +21 -0
  1645. package/lib/routes/oschina/user.ts +1 -1
  1646. package/lib/routes/oshwhub/explore.ts +0 -2
  1647. package/lib/routes/osu/beatmaps/latest-ranked.ts +311 -0
  1648. package/lib/routes/osu/beatmaps/templates/beatmapset.art +37 -0
  1649. package/lib/routes/otobanana/utils.ts +0 -3
  1650. package/lib/routes/ouc/it-tx.ts +2 -2
  1651. package/lib/routes/ouc/it.ts +2 -2
  1652. package/lib/routes/ouc/jwgl.ts +2 -2
  1653. package/lib/routes/oup/index.ts +0 -2
  1654. package/lib/routes/p-articles/contributors.ts +5 -5
  1655. package/lib/routes/p-articles/namespace.ts +1 -1
  1656. package/lib/routes/p-articles/section.ts +5 -5
  1657. package/lib/routes/pacilution/latest.ts +102 -0
  1658. package/lib/routes/pacilution/namespace.ts +6 -0
  1659. package/lib/routes/panewslab/profundity.ts +1 -1
  1660. package/lib/routes/papers/category.ts +1220 -0
  1661. package/lib/routes/papers/{index.ts → query.ts} +21 -45
  1662. package/lib/routes/papers/templates/description.art +11 -4
  1663. package/lib/routes/parliament/section77.ts +3 -3
  1664. package/lib/routes/parliament.uk/commonslibrary.ts +1 -1
  1665. package/lib/routes/parliament.uk/lordslibrary.ts +1 -1
  1666. package/lib/routes/parliament.uk/namespace.ts +2 -0
  1667. package/lib/routes/parliament.uk/petitions.ts +188 -0
  1668. package/lib/routes/parliament.uk/templates/description.art +7 -0
  1669. package/lib/routes/patagonia/new-arrivals.ts +11 -18
  1670. package/lib/routes/patreon/feed.ts +123 -0
  1671. package/lib/routes/patreon/namespace.ts +7 -0
  1672. package/lib/routes/patreon/templates/description.art +41 -0
  1673. package/lib/routes/patreon/types.ts +383 -0
  1674. package/lib/routes/pconline/namespace.ts +1 -1
  1675. package/lib/routes/pencilnews/index.ts +70 -0
  1676. package/lib/routes/pencilnews/namespace.ts +9 -0
  1677. package/lib/routes/penguin-random-house/articles.ts +5 -7
  1678. package/lib/routes/penguin-random-house/thereaddown.ts +5 -7
  1679. package/lib/routes/penguin-random-house/utils.ts +1 -4
  1680. package/lib/routes/people/index.ts +15 -15
  1681. package/lib/routes/people/liuyan.ts +2 -2
  1682. package/lib/routes/people/xjpjh.ts +5 -5
  1683. package/lib/routes/peopo/topic.ts +18 -18
  1684. package/lib/routes/phoronix/index.ts +2 -2
  1685. package/lib/routes/pianyuan/app.ts +1 -1
  1686. package/lib/routes/pianyuan/search.ts +2 -2
  1687. package/lib/routes/picnob/user.ts +71 -91
  1688. package/lib/routes/picnob/utils.ts +14 -12
  1689. package/lib/routes/picuki/namespace.ts +1 -7
  1690. package/lib/routes/picuki/profile.ts +111 -173
  1691. package/lib/routes/picuki/utils.ts +5 -10
  1692. package/lib/routes/pikabu/utils.ts +0 -3
  1693. package/lib/routes/pincong/hot.ts +6 -8
  1694. package/lib/routes/pincong/index.ts +5 -7
  1695. package/lib/routes/pincong/topic.ts +5 -7
  1696. package/lib/routes/pincong/utils.ts +1 -1
  1697. package/lib/routes/pingwest/tag.ts +5 -5
  1698. package/lib/routes/pingwest/user.ts +3 -3
  1699. package/lib/routes/pinterest/namespace.ts +7 -0
  1700. package/lib/routes/pinterest/types.ts +330 -0
  1701. package/lib/routes/pinterest/user.ts +113 -0
  1702. package/lib/routes/pixabay/search.ts +1 -3
  1703. package/lib/routes/pixiv/api/get-ranking.ts +2 -2
  1704. package/lib/routes/pixiv/illustfollow.ts +2 -2
  1705. package/lib/routes/pixiv/novel-api/content/nsfw.ts +73 -0
  1706. package/lib/routes/pixiv/novel-api/content/sfw.ts +63 -0
  1707. package/lib/routes/pixiv/novel-api/content/types.ts +254 -0
  1708. package/lib/routes/pixiv/novel-api/content/utils.ts +134 -0
  1709. package/lib/routes/pixiv/novel-api/series/nsfw.ts +84 -0
  1710. package/lib/routes/pixiv/novel-api/series/sfw.ts +70 -0
  1711. package/lib/routes/pixiv/novel-api/series/types.ts +94 -0
  1712. package/lib/routes/pixiv/novel-api/user-novels/nsfw.ts +82 -0
  1713. package/lib/routes/pixiv/novel-api/user-novels/sfw.ts +74 -0
  1714. package/lib/routes/pixiv/novel-api/user-novels/types.ts +133 -0
  1715. package/lib/routes/pixiv/novel-series.ts +52 -0
  1716. package/lib/routes/pixiv/novels.ts +16 -11
  1717. package/lib/routes/pixiv/pixiv-got.ts +1 -1
  1718. package/lib/routes/pixiv/ranking.ts +1 -1
  1719. package/lib/routes/pixiv/search.ts +1 -1
  1720. package/lib/routes/pixiv/user.ts +2 -2
  1721. package/lib/routes/pixiv/utils.ts +0 -116
  1722. package/lib/routes/pixivision/index.ts +3 -3
  1723. package/lib/routes/piyao/jrpy.ts +3 -3
  1724. package/lib/routes/pku/bbs/hot.ts +7 -9
  1725. package/lib/routes/pku/cls/lecture.ts +3 -3
  1726. package/lib/routes/pku/hr.ts +5 -5
  1727. package/lib/routes/pku/nsd.ts +3 -3
  1728. package/lib/routes/pku/pkuyjs.ts +9 -13
  1729. package/lib/routes/pku/rccp/mzyt.ts +3 -3
  1730. package/lib/routes/pku/scc/recruit.ts +5 -5
  1731. package/lib/routes/playno1/av.ts +4 -4
  1732. package/lib/routes/playno1/st.ts +2 -2
  1733. package/lib/routes/playpcesor/rss.ts +3 -3
  1734. package/lib/routes/plurk/top.ts +6 -6
  1735. package/lib/routes/plurk/topic.ts +1 -1
  1736. package/lib/routes/plurk/user.ts +1 -1
  1737. package/lib/routes/pnas/index.ts +2 -4
  1738. package/lib/routes/podwise/collections.ts +1 -1
  1739. package/lib/routes/podwise/episodes.ts +1 -1
  1740. package/lib/routes/pornhub/category.ts +3 -3
  1741. package/lib/routes/pornhub/model.ts +1 -1
  1742. package/lib/routes/pornhub/pornstar.ts +1 -1
  1743. package/lib/routes/pornhub/search.ts +1 -1
  1744. package/lib/routes/pornhub/utils.ts +0 -3
  1745. package/lib/routes/priconne-redive/news.ts +4 -4
  1746. package/lib/routes/producthunt/templates/description.art +19 -0
  1747. package/lib/routes/producthunt/today.ts +49 -24
  1748. package/lib/routes/ps/monthly-games.ts +1 -3
  1749. package/lib/routes/ps/trophy.ts +35 -43
  1750. package/lib/routes/psnine/game.ts +42 -0
  1751. package/lib/routes/psnine/index.ts +58 -0
  1752. package/lib/routes/psnine/namespace.ts +8 -0
  1753. package/lib/routes/psnine/node.ts +80 -0
  1754. package/lib/routes/psnine/shuzhe.ts +43 -0
  1755. package/lib/routes/psnine/trade.ts +58 -0
  1756. package/lib/routes/psyche/utils.ts +0 -3
  1757. package/lib/routes/pts/curations.ts +0 -2
  1758. package/lib/routes/pts/index.ts +0 -2
  1759. package/lib/routes/pts/live.ts +0 -2
  1760. package/lib/routes/pts/projects.ts +0 -2
  1761. package/lib/routes/publico/ciencias.ts +55 -0
  1762. package/lib/routes/publico/culturas.ts +55 -0
  1763. package/lib/routes/publico/economia.ts +55 -0
  1764. package/lib/routes/publico/internacional.ts +55 -0
  1765. package/lib/routes/publico/items-processor.ts +20 -0
  1766. package/lib/routes/publico/mujer.ts +55 -0
  1767. package/lib/routes/publico/namespace.ts +6 -0
  1768. package/lib/routes/publico/opinion.ts +55 -0
  1769. package/lib/routes/publico/politica.ts +56 -0
  1770. package/lib/routes/publico/public.ts +48 -0
  1771. package/lib/routes/publico/sociedad.ts +55 -0
  1772. package/lib/routes/publico/tremending.ts +48 -0
  1773. package/lib/routes/pubmed/trending.ts +0 -2
  1774. package/lib/routes/python/namespace.ts +9 -0
  1775. package/lib/routes/python/release.ts +120 -0
  1776. package/lib/routes/qbitai/category.ts +25 -11
  1777. package/lib/routes/qianzhan/column.ts +2 -2
  1778. package/lib/routes/qianzhan/rank.ts +2 -2
  1779. package/lib/routes/qiche365/recall.ts +2 -2
  1780. package/lib/routes/qidian/author.ts +0 -2
  1781. package/lib/routes/qidian/chapter.ts +1 -1
  1782. package/lib/routes/qidian/free-next.ts +11 -13
  1783. package/lib/routes/qidian/free.ts +13 -15
  1784. package/lib/routes/qingting/channel.ts +9 -9
  1785. package/lib/routes/qingting/podcast.ts +14 -24
  1786. package/lib/routes/qipamaijia/index.ts +3 -3
  1787. package/lib/routes/qm120/news.ts +8 -8
  1788. package/lib/routes/qoo-app/apps/comment.ts +2 -4
  1789. package/lib/routes/qoo-app/news.ts +3 -3
  1790. package/lib/routes/qoo-app/notes/note.ts +0 -2
  1791. package/lib/routes/qoo-app/user/app-comment.ts +0 -2
  1792. package/lib/routes/qq/ac/rank.ts +4 -4
  1793. package/lib/routes/qq/ac/utils.ts +0 -3
  1794. package/lib/routes/qq/cfhd/index.ts +10 -10
  1795. package/lib/routes/qq/fact/index.ts +0 -2
  1796. package/lib/routes/qq/lol/news.ts +206 -0
  1797. package/lib/routes/qq88/index.ts +5 -5
  1798. package/lib/routes/qqorw/index.ts +2 -2
  1799. package/lib/routes/qstheory/index.ts +121 -0
  1800. package/lib/routes/qstheory/magazine.ts +64 -0
  1801. package/lib/routes/qstheory/namespace.ts +7 -0
  1802. package/lib/routes/qstheory/utils.ts +25 -0
  1803. package/lib/routes/questmobile/report.ts +77 -79
  1804. package/lib/routes/questn/events.ts +1 -1
  1805. package/lib/routes/quicker/qa.ts +12 -12
  1806. package/lib/routes/quicker/share.ts +5 -5
  1807. package/lib/routes/quicker/user.ts +2 -2
  1808. package/lib/routes/qust/jw.ts +3 -3
  1809. package/lib/routes/qweather/3days.ts +4 -5
  1810. package/lib/routes/qweather/now.ts +12 -11
  1811. package/lib/routes/radio/album.ts +42 -53
  1812. package/lib/routes/radio/index.ts +2 -4
  1813. package/lib/routes/radio/templates/description.art +2 -2
  1814. package/lib/routes/radio/zhibo.ts +2 -4
  1815. package/lib/routes/radio-canada/latest.ts +2 -2
  1816. package/lib/routes/raspberrypi/magazine.ts +172 -0
  1817. package/lib/routes/raspberrypi/namespace.ts +9 -0
  1818. package/lib/routes/raspberrypi/templates/description.art +21 -0
  1819. package/lib/routes/rattibha/templates/description.art +12 -0
  1820. package/lib/routes/rattibha/user.ts +33 -24
  1821. package/lib/routes/rawkuma/manga.ts +0 -2
  1822. package/lib/routes/readhub/daily.ts +2 -2
  1823. package/lib/routes/readhub/index.ts +2 -4
  1824. package/lib/routes/readhub/util.ts +0 -3
  1825. package/lib/routes/resonac/products.ts +1 -1
  1826. package/lib/routes/reuters/common.ts +18 -5
  1827. package/lib/routes/reuters/investigates.ts +4 -4
  1828. package/lib/routes/reuters/namespace.ts +1 -1
  1829. package/lib/routes/rfi/namespace.ts +4 -1
  1830. package/lib/routes/rfi/news.ts +15 -4
  1831. package/lib/routes/rodong/news.ts +2 -2
  1832. package/lib/routes/routledge/book-series.ts +0 -2
  1833. package/lib/routes/rsc/journal.ts +5 -7
  1834. package/lib/routes/rsshub/routes.ts +2 -2
  1835. package/lib/routes/rsshub/transform/html.ts +7 -7
  1836. package/lib/routes/rsshub/transform/json.ts +11 -11
  1837. package/lib/routes/ruankao/namespace.ts +6 -0
  1838. package/lib/routes/ruankao/news.ts +106 -0
  1839. package/lib/routes/ruc/ai.ts +4 -4
  1840. package/lib/routes/ruc/hr.ts +2 -2
  1841. package/lib/routes/rustcc/jobs.ts +1 -1
  1842. package/lib/routes/rustcc/news.ts +1 -1
  1843. package/lib/routes/sakurazaka46/blog.ts +36 -36
  1844. package/lib/routes/sara/index.ts +3 -3
  1845. package/lib/routes/saraba1st/digest.ts +7 -7
  1846. package/lib/routes/saraba1st/namespace.ts +1 -1
  1847. package/lib/routes/saraba1st/templates/digest.art +1 -1
  1848. package/lib/routes/saraba1st/thread.ts +10 -6
  1849. package/lib/routes/sass/gs/index.ts +2 -2
  1850. package/lib/routes/science/blogs.ts +2 -2
  1851. package/lib/routes/science/cover.ts +0 -2
  1852. package/lib/routes/science/current.ts +7 -7
  1853. package/lib/routes/science/utils.ts +0 -3
  1854. package/lib/routes/sciencedirect/call-for-paper.ts +78 -0
  1855. package/lib/routes/sciencedirect/current-issue.ts +93 -0
  1856. package/lib/routes/sciencedirect/templates/description.art +5 -0
  1857. package/lib/routes/sciencenet/blog.ts +9 -9
  1858. package/lib/routes/scientificamerican/namespace.ts +9 -0
  1859. package/lib/routes/scientificamerican/podcast.ts +267 -0
  1860. package/lib/routes/scientificamerican/templates/description.art +31 -0
  1861. package/lib/routes/scmp/coronavirus.ts +1 -1
  1862. package/lib/routes/scmp/index.ts +15 -10
  1863. package/lib/routes/sctv/programme.ts +50 -52
  1864. package/lib/routes/scu/jwc/tzgg.ts +75 -0
  1865. package/lib/routes/scu/namespace.ts +7 -0
  1866. package/lib/routes/scu/scupi/_utils.ts +62 -0
  1867. package/lib/routes/scu/scupi/notice.ts +41 -0
  1868. package/lib/routes/scut/gzic/media.ts +1 -1
  1869. package/lib/routes/scut/gzic/news.ts +1 -1
  1870. package/lib/routes/scut/gzic/notice.ts +3 -3
  1871. package/lib/routes/scut/jwc/news.ts +1 -1
  1872. package/lib/routes/scut/jwc/notice.ts +3 -3
  1873. package/lib/routes/scut/jwc/school.ts +3 -3
  1874. package/lib/routes/scut/seie/news-ccenter.ts +1 -1
  1875. package/lib/routes/scut/smae/notice.ts +2 -2
  1876. package/lib/routes/sdu/cmse.ts +5 -5
  1877. package/lib/routes/sdu/cs/index.ts +4 -4
  1878. package/lib/routes/sdu/epe.ts +5 -5
  1879. package/lib/routes/sdu/gjsw.ts +2 -2
  1880. package/lib/routes/sdu/mech.ts +5 -6
  1881. package/lib/routes/sdu/qd/xszxqd.ts +2 -2
  1882. package/lib/routes/sdu/qd/xyb.ts +2 -2
  1883. package/lib/routes/sdu/sc.ts +5 -5
  1884. package/lib/routes/sdu/wh/jwc.ts +2 -2
  1885. package/lib/routes/sdu/wh/news.ts +2 -2
  1886. package/lib/routes/sdu/ygb.ts +2 -2
  1887. package/lib/routes/sdust/yjsy/zhaosheng.ts +6 -6
  1888. package/lib/routes/sdzk/index.ts +2 -2
  1889. package/lib/routes/seekingalpha/index.ts +3 -5
  1890. package/lib/routes/sehuatang/index.ts +8 -8
  1891. package/lib/routes/sensortower/blog.ts +2 -4
  1892. package/lib/routes/setn/index.ts +7 -7
  1893. package/lib/routes/seu/cse/index.ts +2 -2
  1894. package/lib/routes/seu/yzb/index.ts +2 -2
  1895. package/lib/routes/shcstheatre/programs.ts +0 -2
  1896. package/lib/routes/shiep/index.ts +16 -18
  1897. package/lib/routes/shisu/news.ts +2 -2
  1898. package/lib/routes/shmeea/index.ts +4 -4
  1899. package/lib/routes/shmeea/self-study.ts +1 -1
  1900. package/lib/routes/shmtu/portal.ts +0 -2
  1901. package/lib/routes/shoac/recent-show.ts +0 -2
  1902. package/lib/routes/shopback/store.ts +3 -3
  1903. package/lib/routes/shopify/apps/[handle].reviews.ts +2 -2
  1904. package/lib/routes/shopify/apps/search.ts +6 -3
  1905. package/lib/routes/shoppingdesign/posts.ts +26 -25
  1906. package/lib/routes/showstart/artist.ts +1 -1
  1907. package/lib/routes/showstart/brand.ts +1 -1
  1908. package/lib/routes/showstart/event.ts +1 -1
  1909. package/lib/routes/showstart/site.ts +1 -1
  1910. package/lib/routes/shu/global.ts +95 -0
  1911. package/lib/routes/shu/gs.ts +107 -0
  1912. package/lib/routes/shu/index.ts +59 -41
  1913. package/lib/routes/shu/jwb.ts +10 -9
  1914. package/lib/routes/shu/namespace.ts +2 -1
  1915. package/lib/routes/shu/society.ts +62 -0
  1916. package/lib/routes/shu/xykd.ts +99 -0
  1917. package/lib/routes/shuiguopai/index.ts +0 -2
  1918. package/lib/routes/sicau/dky.ts +5 -5
  1919. package/lib/routes/sicau/jiaowu.ts +1 -1
  1920. package/lib/routes/sicau/jk.ts +2 -2
  1921. package/lib/routes/sicau/yan.ts +5 -5
  1922. package/lib/routes/sicau/zsjy.ts +5 -5
  1923. package/lib/routes/simpleinfo/index.ts +11 -13
  1924. package/lib/routes/sina/discovery.ts +2 -2
  1925. package/lib/routes/sina/finance/china.ts +2 -2
  1926. package/lib/routes/sina/finance/stock/usstock.ts +2 -2
  1927. package/lib/routes/sina/rollnews.ts +2 -2
  1928. package/lib/routes/sina/sports.ts +4 -1
  1929. package/lib/routes/sina/utils.ts +0 -3
  1930. package/lib/routes/sinchew/index.ts +0 -2
  1931. package/lib/routes/sjtu/gs.ts +11 -11
  1932. package/lib/routes/sjtu/jwc.ts +19 -15
  1933. package/lib/routes/sjtu/tongqu/activity.ts +2 -4
  1934. package/lib/routes/sjtu/yzb/zkxx.ts +2 -2
  1935. package/lib/routes/skeb/utils.ts +0 -3
  1936. package/lib/routes/sketis/isabelle-dev/blog/index.ts +1 -1
  1937. package/lib/routes/slowmist/slowmist.ts +2 -2
  1938. package/lib/routes/smartlink/index.ts +74 -0
  1939. package/lib/routes/smartlink/namespace.ts +7 -0
  1940. package/lib/routes/smashingmagazine/category.ts +34 -34
  1941. package/lib/routes/smzdm/article.ts +19 -3
  1942. package/lib/routes/smzdm/baoliao.ts +19 -3
  1943. package/lib/routes/smzdm/haowen-fenlei.ts +21 -5
  1944. package/lib/routes/smzdm/haowen.ts +52 -20
  1945. package/lib/routes/smzdm/keyword.ts +15 -2
  1946. package/lib/routes/smzdm/namespace.ts +1 -1
  1947. package/lib/routes/smzdm/product.ts +19 -3
  1948. package/lib/routes/smzdm/ranking.ts +172 -156
  1949. package/lib/routes/smzdm/utils.ts +7 -0
  1950. package/lib/routes/snowpeak/us-new-arrivals.ts +4 -6
  1951. package/lib/routes/sobooks/index.ts +9 -9
  1952. package/lib/routes/sobooks/tag.ts +7 -7
  1953. package/lib/routes/sobooks/utils.ts +3 -3
  1954. package/lib/routes/sogou/search.ts +0 -2
  1955. package/lib/routes/sohu/mobile.ts +149 -0
  1956. package/lib/routes/sohu/mp.ts +20 -4
  1957. package/lib/routes/solidot/main.ts +1 -1
  1958. package/lib/routes/solidot/namespace.ts +1 -1
  1959. package/lib/routes/sony/downloads.ts +2 -2
  1960. package/lib/routes/soundofhope/channel.ts +3 -3
  1961. package/lib/routes/southcn/nfapp/column.ts +2 -4
  1962. package/lib/routes/southcn/nfapp/reporter.ts +0 -2
  1963. package/lib/routes/spankbang/new-videos.ts +1 -3
  1964. package/lib/routes/spglobal/namespace.ts +7 -0
  1965. package/lib/routes/spglobal/ratings.ts +64 -0
  1966. package/lib/routes/spotify/artist.ts +1 -1
  1967. package/lib/routes/spotify/playlist.ts +4 -1
  1968. package/lib/routes/spotify/saved.ts +1 -1
  1969. package/lib/routes/spotify/show.ts +5 -4
  1970. package/lib/routes/springer/journal.ts +5 -7
  1971. package/lib/routes/sputniknews/index.ts +38 -38
  1972. package/lib/routes/sqmc/www.ts +3 -3
  1973. package/lib/routes/sse/convert.ts +11 -5
  1974. package/lib/routes/sse/disclosure.ts +9 -5
  1975. package/lib/routes/sse/inquire.ts +0 -2
  1976. package/lib/routes/sse/renewal.ts +2 -4
  1977. package/lib/routes/sse/sselawsrules.ts +29 -29
  1978. package/lib/routes/ssm/news.ts +14 -18
  1979. package/lib/routes/sspai/index.ts +1 -1
  1980. package/lib/routes/sspai/series.ts +21 -23
  1981. package/lib/routes/startuplatte/index.ts +5 -5
  1982. package/lib/routes/stbu/jsjxy.ts +5 -2
  1983. package/lib/routes/stcn/index.ts +242 -136
  1984. package/lib/routes/stcn/kx.ts +144 -0
  1985. package/lib/routes/stcn/rank.ts +249 -0
  1986. package/lib/routes/stdaily/digitalpaper.ts +9 -11
  1987. package/lib/routes/steam/appcommunityfeed.ts +1 -3
  1988. package/lib/routes/steam/curator.ts +90 -0
  1989. package/lib/routes/steam/news.ts +281 -0
  1990. package/lib/routes/steam/search.ts +6 -0
  1991. package/lib/routes/steam/templates/curator-description.art +4 -0
  1992. package/lib/routes/steam/workshop-search.ts +0 -2
  1993. package/lib/routes/stheadline/std/realtime.ts +24 -16
  1994. package/lib/routes/stockedge/daily-news.ts +4 -1
  1995. package/lib/routes/stockedge/utils.ts +10 -5
  1996. package/lib/routes/storm/channel.ts +80 -0
  1997. package/lib/routes/storm/index.ts +7 -7
  1998. package/lib/routes/storyfm/episodes.ts +0 -2
  1999. package/lib/routes/storyfm/index.ts +3 -3
  2000. package/lib/routes/straitstimes/index.ts +0 -2
  2001. package/lib/routes/substack/namespace.ts +7 -0
  2002. package/lib/routes/substack/subscribe.ts +48 -0
  2003. package/lib/routes/surfshark/blog.ts +0 -2
  2004. package/lib/routes/swjtu/namespace.ts +1 -1
  2005. package/lib/routes/swjtu/scai.ts +117 -0
  2006. package/lib/routes/swjtu/{scai/bks.ts → sports.ts} +16 -15
  2007. package/lib/routes/swjtu/utils.ts +0 -3
  2008. package/lib/routes/swjtu/xg.ts +3 -3
  2009. package/lib/routes/swpu/bgw.ts +2 -2
  2010. package/lib/routes/swpu/cjxy.ts +3 -3
  2011. package/lib/routes/swpu/dean.ts +3 -3
  2012. package/lib/routes/swpu/dxy.ts +3 -3
  2013. package/lib/routes/swpu/is.ts +3 -3
  2014. package/lib/routes/swpu/scs.ts +2 -2
  2015. package/lib/routes/sycl/feeds.ts +1 -1
  2016. package/lib/routes/syosetu/dev.ts +67 -0
  2017. package/lib/routes/syosetu/index.ts +85 -0
  2018. package/lib/routes/syosetu/namespace.ts +2 -2
  2019. package/lib/routes/syosetu/ranking-isekai.ts +90 -0
  2020. package/lib/routes/syosetu/ranking-r18.ts +189 -0
  2021. package/lib/routes/syosetu/ranking.ts +282 -0
  2022. package/lib/routes/syosetu/search.ts +158 -0
  2023. package/lib/routes/syosetu/templates/description.art +73 -0
  2024. package/lib/routes/syosetu/types/ranking-r18.ts +60 -0
  2025. package/lib/routes/syosetu/types/ranking.ts +67 -0
  2026. package/lib/routes/syosetu/types/search.ts +138 -0
  2027. package/lib/routes/syosetu/utils.ts +50 -0
  2028. package/lib/routes/sysu/ygafz.ts +10 -36
  2029. package/lib/routes/szftedu/gonggao.ts +1 -1
  2030. package/lib/routes/szse/disclosure/listed-notice.ts +111 -0
  2031. package/lib/routes/szse/inquire.ts +5 -7
  2032. package/lib/routes/szse/projectdynamic.ts +21 -23
  2033. package/lib/routes/szse/rule.ts +73 -73
  2034. package/lib/routes/szse/templates/inquire.art +1 -1
  2035. package/lib/routes/szu/yz/index.ts +2 -2
  2036. package/lib/routes/t66y/index.ts +12 -12
  2037. package/lib/routes/t66y/post.ts +2 -2
  2038. package/lib/routes/tailwindcss/blog.ts +26 -0
  2039. package/lib/routes/tailwindcss/constants.ts +2 -0
  2040. package/lib/routes/tailwindcss/namespace.ts +7 -0
  2041. package/lib/routes/tailwindcss/utils.ts +68 -0
  2042. package/lib/routes/taiwanmobile/namespace.ts +7 -0
  2043. package/lib/routes/taiwanmobile/rate-plans.ts +64 -0
  2044. package/lib/routes/tangshufang/index.ts +8 -8
  2045. package/lib/routes/taobao/zhongchou.ts +2 -4
  2046. package/lib/routes/taoguba/blog.ts +5 -48
  2047. package/lib/routes/taoguba/index.ts +13 -54
  2048. package/lib/routes/taoguba/namespace.ts +1 -1
  2049. package/lib/routes/taoguba/util.ts +48 -0
  2050. package/lib/routes/taptap/changelog-cn.ts +29 -0
  2051. package/lib/routes/taptap/changelog-intl.ts +34 -0
  2052. package/lib/routes/taptap/common/changelog.ts +40 -0
  2053. package/lib/routes/taptap/common/review.ts +126 -0
  2054. package/lib/routes/taptap/namespace.ts +3 -3
  2055. package/lib/routes/taptap/review-cn.ts +33 -0
  2056. package/lib/routes/taptap/review-intl.ts +41 -0
  2057. package/lib/routes/taptap/templates/videoPost.art +0 -1
  2058. package/lib/routes/taptap/topic.ts +34 -30
  2059. package/lib/routes/taptap/types.ts +363 -0
  2060. package/lib/routes/taptap/utils.ts +20 -23
  2061. package/lib/routes/tass/news.ts +2 -2
  2062. package/lib/routes/techcrunch/news.ts +0 -2
  2063. package/lib/routes/techflowpost/express.ts +1 -1
  2064. package/lib/routes/techflowpost/index.ts +1 -1
  2065. package/lib/routes/techsir/index.ts +67 -0
  2066. package/lib/routes/techsir/namespace.ts +8 -0
  2067. package/lib/routes/telecompaper/news.ts +8 -8
  2068. package/lib/routes/telecompaper/search.ts +9 -9
  2069. package/lib/routes/telegram/blog.ts +2 -2
  2070. package/lib/routes/telegram/channel.ts +486 -491
  2071. package/lib/routes/telegram/scripts/get-telegram-session.mjs +16 -9
  2072. package/lib/routes/telegram/stickerpack.ts +20 -11
  2073. package/lib/routes/telegram/tglib/channel.ts +16 -13
  2074. package/lib/routes/telegram/tglib/client.ts +22 -22
  2075. package/lib/routes/tencent/news/author.ts +40 -39
  2076. package/lib/routes/tencent/news/coronavirus/data.ts +0 -2
  2077. package/lib/routes/tencent/news/coronavirus/total.ts +0 -2
  2078. package/lib/routes/tencent/pvp/newsindex.ts +2 -2
  2079. package/lib/routes/tesla/cx.ts +49 -51
  2080. package/lib/routes/test/api-index.ts +13 -0
  2081. package/lib/routes/test/index.ts +5 -1
  2082. package/lib/routes/tfc-taiwan/category.ts +53 -0
  2083. package/lib/routes/tfc-taiwan/index.ts +26 -10
  2084. package/lib/routes/tfc-taiwan/namespace.ts +4 -1
  2085. package/lib/routes/tfc-taiwan/utils.ts +24 -52
  2086. package/lib/routes/tgbus/list.ts +2 -2
  2087. package/lib/routes/the/index.ts +16 -18
  2088. package/lib/routes/theatlantic/news.ts +6 -9
  2089. package/lib/routes/theatlantic/utils.ts +10 -11
  2090. package/lib/routes/theblock/index.ts +142 -0
  2091. package/lib/routes/theblock/namespace.ts +7 -0
  2092. package/lib/routes/theblockbeats/index.ts +8 -11
  2093. package/lib/routes/thecover/channel.ts +8 -10
  2094. package/lib/routes/theinitium/app.ts +85 -56
  2095. package/lib/routes/theinitium/channel.ts +3 -3
  2096. package/lib/routes/theinitium/namespace.ts +1 -1
  2097. package/lib/routes/theinitium/templates/description.art +0 -3
  2098. package/lib/routes/themoviedb/namespace.ts +1 -1
  2099. package/lib/routes/themoviedb/seasons.ts +1 -1
  2100. package/lib/routes/themoviedb/sheet.ts +6 -6
  2101. package/lib/routes/themoviedb/utils.ts +0 -3
  2102. package/lib/routes/thenewslens/index.ts +0 -2
  2103. package/lib/routes/thepaper/839studio/category.ts +9 -13
  2104. package/lib/routes/thepaper/839studio/studio.ts +9 -13
  2105. package/lib/routes/thepaper/channel.ts +15 -15
  2106. package/lib/routes/thepaper/factpaper.ts +1 -3
  2107. package/lib/routes/thepaper/featured.ts +1 -1
  2108. package/lib/routes/thepaper/list.ts +99 -99
  2109. package/lib/routes/thepaper/sidebar.ts +4 -1
  2110. package/lib/routes/thepaper/user.ts +174 -0
  2111. package/lib/routes/thepaper/utils.ts +8 -6
  2112. package/lib/routes/thepetcity/index.ts +6 -6
  2113. package/lib/routes/thepetcity/namespace.ts +2 -2
  2114. package/lib/routes/theverge/index.ts +83 -75
  2115. package/lib/routes/theverge/templates/header.art +19 -0
  2116. package/lib/routes/thoughtco/index.ts +293 -295
  2117. package/lib/routes/threads/index.ts +74 -55
  2118. package/lib/routes/threads/utils.ts +60 -78
  2119. package/lib/routes/thzt/index.ts +72 -0
  2120. package/lib/routes/thzt/namespace.ts +8 -0
  2121. package/lib/routes/tiddlywiki/namespace.ts +8 -0
  2122. package/lib/routes/tiddlywiki/releases.ts +84 -0
  2123. package/lib/routes/tiktok/user.ts +1 -3
  2124. package/lib/routes/timednews/news.ts +6 -6
  2125. package/lib/routes/tingshuitz/changsha.ts +7 -7
  2126. package/lib/routes/tingshuitz/dongguan.ts +9 -13
  2127. package/lib/routes/tingshuitz/hangzhou.ts +9 -13
  2128. package/lib/routes/tingshuitz/nanjing.ts +13 -15
  2129. package/lib/routes/tingshuitz/shenzhen.ts +0 -2
  2130. package/lib/routes/tingshuitz/xian.ts +9 -11
  2131. package/lib/routes/tingshuitz/xiaoshan.ts +9 -13
  2132. package/lib/routes/tingshuitz/yangjiang.ts +10 -12
  2133. package/lib/routes/tingtingfm/program.ts +1 -3
  2134. package/lib/routes/tisi/index.ts +3 -3
  2135. package/lib/routes/tju/cic/index.ts +5 -5
  2136. package/lib/routes/tju/news/index.ts +3 -3
  2137. package/lib/routes/tju/oaa/index.ts +5 -5
  2138. package/lib/routes/tju/yzb/index.ts +7 -7
  2139. package/lib/routes/tkww/index.ts +1 -1
  2140. package/lib/routes/tmtpost/column.ts +298 -0
  2141. package/lib/routes/tmtpost/namespace.ts +9 -0
  2142. package/lib/routes/tmtpost/new.ts +42 -0
  2143. package/lib/routes/tmtpost/nictation.ts +59 -0
  2144. package/lib/routes/tmtpost/templates/description.art +7 -0
  2145. package/lib/routes/tmtpost/util.ts +204 -0
  2146. package/lib/routes/tokeninsight/namespace.ts +1 -1
  2147. package/lib/routes/tokeninsight/report.ts +3 -3
  2148. package/lib/routes/tongji/gs.ts +66 -0
  2149. package/lib/routes/tongji/sem/_utils.ts +65 -0
  2150. package/lib/routes/tongji/sem/notice.ts +58 -0
  2151. package/lib/routes/tongji/sse/notice.ts +2 -2
  2152. package/lib/routes/tongji/yjs.ts +34 -20
  2153. package/lib/routes/tophub/list.ts +1 -3
  2154. package/lib/routes/tophub/namespace.ts +1 -1
  2155. package/lib/routes/topys/index.ts +1 -1
  2156. package/lib/routes/toranoana/namespace.ts +7 -0
  2157. package/lib/routes/toranoana/news.ts +110 -0
  2158. package/lib/routes/toutiao/a-bogus.ts +540 -0
  2159. package/lib/routes/toutiao/namespace.ts +7 -0
  2160. package/lib/routes/toutiao/templates/video.art +7 -0
  2161. package/lib/routes/toutiao/types.ts +443 -0
  2162. package/lib/routes/toutiao/user.ts +124 -0
  2163. package/lib/routes/tradingview/blog.ts +42 -44
  2164. package/lib/routes/transcriptforest/index.ts +0 -2
  2165. package/lib/routes/transformer-circuits/index.ts +119 -0
  2166. package/lib/routes/transformer-circuits/namespace.ts +7 -0
  2167. package/lib/routes/transformer-circuits/templates/article.art +62 -0
  2168. package/lib/routes/tribalfootball/latest.ts +3 -5
  2169. package/lib/routes/trow/portal.ts +11 -15
  2170. package/lib/routes/tsinghua/lib/tzgg.ts +73 -0
  2171. package/lib/routes/tsinghua/lib/zydt.ts +5 -5
  2172. package/lib/routes/tvb/news.ts +6 -8
  2173. package/lib/routes/tvtropes/featured.ts +2 -4
  2174. package/lib/routes/twitch/live.ts +1 -1
  2175. package/lib/routes/twitch/video.ts +1 -1
  2176. package/lib/routes/twitter/api/developer-api/user.ts +2 -2
  2177. package/lib/routes/twitter/api/index.ts +4 -1
  2178. package/lib/routes/twitter/api/mobile-api/api.ts +8 -0
  2179. package/lib/routes/twitter/api/mobile-api/login.ts +1 -1
  2180. package/lib/routes/twitter/api/web-api/api.ts +27 -26
  2181. package/lib/routes/twitter/api/web-api/constants.ts +3 -1
  2182. package/lib/routes/twitter/api/web-api/utils.ts +49 -23
  2183. package/lib/routes/twitter/keyword.ts +6 -2
  2184. package/lib/routes/twitter/list.ts +5 -1
  2185. package/lib/routes/twitter/media.ts +1 -1
  2186. package/lib/routes/twitter/namespace.ts +3 -1
  2187. package/lib/routes/twitter/user.ts +10 -6
  2188. package/lib/routes/twitter/utils.ts +39 -23
  2189. package/lib/routes/twreporter/fetch-article.ts +0 -3
  2190. package/lib/routes/txks/namespace.ts +7 -0
  2191. package/lib/routes/txks/news.ts +107 -0
  2192. package/lib/routes/txrjy/fornumtopic.ts +7 -9
  2193. package/lib/routes/uber/blog.ts +1 -1
  2194. package/lib/routes/ucas/index.ts +3 -3
  2195. package/lib/routes/uchicago/current.ts +3 -3
  2196. package/lib/routes/udn/breaking-news.ts +4 -6
  2197. package/lib/routes/udn/global/index.ts +2 -2
  2198. package/lib/routes/udn/global/tag.ts +1 -1
  2199. package/lib/routes/uestc/auto.ts +3 -3
  2200. package/lib/routes/uestc/bbs.ts +1 -1
  2201. package/lib/routes/uestc/cqe.ts +5 -5
  2202. package/lib/routes/uestc/gr.ts +3 -3
  2203. package/lib/routes/uestc/jwc.ts +3 -3
  2204. package/lib/routes/uestc/news.ts +5 -5
  2205. package/lib/routes/uestc/scse.ts +3 -3
  2206. package/lib/routes/uestc/sice.ts +3 -3
  2207. package/lib/routes/uestc/sise.ts +5 -5
  2208. package/lib/routes/uibe/hr.ts +2 -2
  2209. package/lib/routes/ulapia/index.ts +6 -6
  2210. package/lib/routes/ulapia/research.ts +3 -3
  2211. package/lib/routes/unipd/ilbolive/news.ts +104 -0
  2212. package/lib/routes/unipd/namespace.ts +7 -0
  2213. package/lib/routes/unusualwhales/news.ts +10 -8
  2214. package/lib/routes/upc/jsj.ts +2 -2
  2215. package/lib/routes/upc/jwc.ts +2 -2
  2216. package/lib/routes/upc/main.ts +2 -2
  2217. package/lib/routes/ups/namespace.ts +12 -0
  2218. package/lib/routes/ups/track.ts +114 -0
  2219. package/lib/routes/uptimerobot/rss.ts +2 -4
  2220. package/lib/routes/uraaka-joshi/uraaka-joshi-user.ts +2 -2
  2221. package/lib/routes/uraaka-joshi/uraaka-joshi.ts +42 -46
  2222. package/lib/routes/urbandictionary/random.ts +0 -2
  2223. package/lib/routes/usepanda/index.ts +2 -2
  2224. package/lib/routes/ustb/tj/news.ts +3 -3
  2225. package/lib/routes/ustb/yjsy/news.ts +42 -46
  2226. package/lib/routes/ustc/eeis.ts +2 -2
  2227. package/lib/routes/ustc/gs.ts +2 -2
  2228. package/lib/routes/ustc/index.ts +6 -6
  2229. package/lib/routes/ustc/job.ts +2 -2
  2230. package/lib/routes/ustc/jwc.ts +7 -7
  2231. package/lib/routes/ustc/math.ts +2 -2
  2232. package/lib/routes/ustc/scms.ts +2 -2
  2233. package/lib/routes/ustc/sist.ts +2 -2
  2234. package/lib/routes/usts/jwch.ts +5 -5
  2235. package/lib/routes/utgd/category.ts +2 -2
  2236. package/lib/routes/utgd/topic.ts +1 -1
  2237. package/lib/routes/utgd/utils.ts +1 -4
  2238. package/lib/routes/uw/gix/news.ts +5 -5
  2239. package/lib/routes/v2ex/tab.ts +1 -1
  2240. package/lib/routes/v2ex/topics.ts +1 -1
  2241. package/lib/routes/vcb-s/category.ts +2 -4
  2242. package/lib/routes/vcb-s/index.ts +0 -2
  2243. package/lib/routes/verfghbw/press.ts +3 -3
  2244. package/lib/routes/vertikal/latest.ts +73 -0
  2245. package/lib/routes/vertikal/namespace.ts +7 -0
  2246. package/lib/routes/vice/topic.ts +1 -3
  2247. package/lib/routes/vimeo/category.ts +1 -3
  2248. package/lib/routes/vimeo/channel.ts +16 -20
  2249. package/lib/routes/vimeo/usr-videos.ts +3 -5
  2250. package/lib/routes/visionias/namespace.ts +8 -0
  2251. package/lib/routes/visionias/news-today.ts +100 -0
  2252. package/lib/routes/visionias/templates/description-sub.art +6 -0
  2253. package/lib/routes/visionias/templates/description.art +12 -0
  2254. package/lib/routes/visionias/utils.ts +106 -0
  2255. package/lib/routes/visionias/weekly-focus.ts +56 -0
  2256. package/lib/routes/visualstudio/code-blog.ts +67 -0
  2257. package/lib/routes/visualstudio/namespace.ts +7 -0
  2258. package/lib/routes/vom/featured.ts +2 -2
  2259. package/lib/routes/voronoiapp/common.ts +1 -1
  2260. package/lib/routes/wabei/index.ts +75 -0
  2261. package/lib/routes/wabei/namespace.ts +8 -0
  2262. package/lib/routes/wainao/namespace.ts +8 -0
  2263. package/lib/routes/wainao/templates/description.art +9 -0
  2264. package/lib/routes/wainao/topics.ts +211 -0
  2265. package/lib/routes/wainao/wainao-reads.ts +49 -0
  2266. package/lib/routes/wallhaven/index.ts +5 -5
  2267. package/lib/routes/wallhaven/namespace.ts +1 -1
  2268. package/lib/routes/wallpaperhub/index.ts +0 -2
  2269. package/lib/routes/wallstreetcn/calendar.ts +90 -0
  2270. package/lib/routes/wallstreetcn/hot.ts +2 -2
  2271. package/lib/routes/wallstreetcn/live.ts +3 -5
  2272. package/lib/routes/wallstreetcn/news.ts +27 -16
  2273. package/lib/routes/warhammer-community/namespace.ts +7 -0
  2274. package/lib/routes/warhammer-community/news.ts +73 -0
  2275. package/lib/routes/warp/blog.ts +77 -0
  2276. package/lib/routes/warp/namespace.ts +7 -0
  2277. package/lib/routes/warthunder/news.ts +0 -2
  2278. package/lib/routes/washingtonpost/app.ts +4 -6
  2279. package/lib/routes/web/series.ts +1 -1
  2280. package/lib/routes/webcatalog/changelog.ts +59 -0
  2281. package/lib/routes/webcatalog/namespace.ts +7 -0
  2282. package/lib/routes/wechat/data258.ts +4 -4
  2283. package/lib/routes/wechat/msgalbum.ts +1 -1
  2284. package/lib/routes/wechat/namespace.ts +1 -1
  2285. package/lib/routes/wechat/sogou.ts +171 -50
  2286. package/lib/routes/wechat/tgchannel.ts +121 -123
  2287. package/lib/routes/weibo/friends.ts +4 -4
  2288. package/lib/routes/weibo/group.ts +4 -4
  2289. package/lib/routes/weibo/keyword.ts +2 -2
  2290. package/lib/routes/weibo/namespace.ts +2 -1
  2291. package/lib/routes/weibo/search/hot.ts +2 -4
  2292. package/lib/routes/weibo/timeline.ts +9 -6
  2293. package/lib/routes/weibo/user-bookmarks.ts +4 -4
  2294. package/lib/routes/weibo/user.ts +23 -14
  2295. package/lib/routes/weibo/utils.ts +15 -7
  2296. package/lib/routes/wellcee/rent.ts +1 -3
  2297. package/lib/routes/wenku8/index.ts +3 -3
  2298. package/lib/routes/wfu/jwc.ts +18 -20
  2299. package/lib/routes/wfu/news.ts +22 -24
  2300. package/lib/routes/whitehouse/news.ts +82 -0
  2301. package/lib/routes/who/news-room.ts +14 -16
  2302. package/lib/routes/who/news.ts +3 -3
  2303. package/lib/routes/who/speeches.ts +3 -3
  2304. package/lib/routes/whu/cs.ts +2 -2
  2305. package/lib/routes/whu/gs/index.ts +4 -4
  2306. package/lib/routes/whu/news.ts +0 -2
  2307. package/lib/routes/whu/swrh.ts +115 -0
  2308. package/lib/routes/whu/util.ts +0 -3
  2309. package/lib/routes/winstall/update.ts +0 -2
  2310. package/lib/routes/wise/pair.ts +1 -3
  2311. package/lib/routes/wizfile/index.ts +3 -3
  2312. package/lib/routes/wmc-bj/publish.ts +0 -2
  2313. package/lib/routes/wmpvp/index.ts +2 -2
  2314. package/lib/routes/wnacg/common.ts +0 -3
  2315. package/lib/routes/wohnnet/index.ts +129 -0
  2316. package/lib/routes/wohnnet/namespace.ts +8 -0
  2317. package/lib/routes/wordpress/index.ts +2 -2
  2318. package/lib/routes/wordpress/util.ts +1 -1
  2319. package/lib/routes/woshipm/popular.ts +5 -4
  2320. package/lib/routes/wsj/news.ts +9 -8
  2321. package/lib/routes/wsj/utils.ts +1 -12
  2322. package/lib/routes/wsyu/news.ts +8 -8
  2323. package/lib/routes/wtu/index.ts +2 -2
  2324. package/lib/routes/wtu/job.ts +5 -5
  2325. package/lib/routes/wufazhuce/namespace.ts +7 -0
  2326. package/lib/routes/wufazhuce/one.ts +90 -0
  2327. package/lib/routes/wyzxwk/article.ts +21 -21
  2328. package/lib/routes/wzu/news.ts +13 -17
  2329. package/lib/routes/x-mol/news.ts +0 -2
  2330. package/lib/routes/x-mol/paper.ts +17 -22
  2331. package/lib/routes/x6d/index.ts +17 -17
  2332. package/lib/routes/xaufe/jiaowu.ts +2 -2
  2333. package/lib/routes/xaut/index.ts +6 -6
  2334. package/lib/routes/xaut/jwc.ts +8 -8
  2335. package/lib/routes/xaut/rsc.ts +8 -8
  2336. package/lib/routes/xbmu/academic.ts +91 -0
  2337. package/lib/routes/xbmu/announcement.ts +91 -0
  2338. package/lib/routes/xbmu/namespace.ts +6 -0
  2339. package/lib/routes/xiaoheihe/discount.ts +74 -30
  2340. package/lib/routes/xiaoheihe/util.ts +1 -1
  2341. package/lib/routes/xiaohongshu/check-cookie.ts +16 -0
  2342. package/lib/routes/xiaohongshu/user.ts +53 -8
  2343. package/lib/routes/xiaohongshu/util.ts +187 -106
  2344. package/lib/routes/xiaomiyoupin/crowdfunding.ts +0 -2
  2345. package/lib/routes/xiaomiyoupin/utils.ts +0 -3
  2346. package/lib/routes/xiaoyuzhou/pickup.ts +1 -1
  2347. package/lib/routes/xiaoyuzhou/podcast.ts +45 -32
  2348. package/lib/routes/xidian/jwc.ts +2 -2
  2349. package/lib/routes/ximalaya/album.ts +2 -2
  2350. package/lib/routes/ximalaya/utils.ts +2 -2
  2351. package/lib/routes/xinpianchang/index.ts +2 -2
  2352. package/lib/routes/xinpianchang/rank.ts +7 -7
  2353. package/lib/routes/xinpianchang/util.ts +0 -3
  2354. package/lib/routes/xjtu/2yuan/news.ts +11 -11
  2355. package/lib/routes/xjtu/dean.ts +3 -7
  2356. package/lib/routes/xjtu/ee-jzxx.ts +110 -0
  2357. package/lib/routes/xjtu/ee.ts +3 -3
  2358. package/lib/routes/xjtu/gs/tzgg.ts +3 -3
  2359. package/lib/routes/xjtu/job.ts +3 -5
  2360. package/lib/routes/xjtu/std.ts +2 -4
  2361. package/lib/routes/xjtu/yz.ts +74 -0
  2362. package/lib/routes/xjtu/zs.ts +171 -0
  2363. package/lib/routes/xkb/index.ts +8 -10
  2364. package/lib/routes/xmanhua/index.ts +13 -15
  2365. package/lib/routes/xmnn/epaper.ts +2 -2
  2366. package/lib/routes/xmu/kydt.ts +68 -0
  2367. package/lib/routes/xmu/namespace.ts +9 -0
  2368. package/lib/routes/xmut/jwc/bkjw.ts +3 -3
  2369. package/lib/routes/xsijishe/forum.ts +2 -2
  2370. package/lib/routes/xsijishe/rank.ts +82 -24
  2371. package/lib/routes/xsijishe/utils.ts +25 -0
  2372. package/lib/routes/xueqiu/column.ts +11 -2
  2373. package/lib/routes/xueqiu/cookies.ts +13 -18
  2374. package/lib/routes/xueqiu/stock-comments.ts +0 -2
  2375. package/lib/routes/xueqiu/stock-info.ts +2 -2
  2376. package/lib/routes/xueqiu/timeline.ts +5 -5
  2377. package/lib/routes/xueqiu/user-stock.ts +1 -1
  2378. package/lib/routes/xueqiu/user.ts +117 -54
  2379. package/lib/routes/xys/new.ts +0 -2
  2380. package/lib/routes/xyzrank/index.ts +0 -2
  2381. package/lib/routes/xyzrank/namespace.ts +1 -1
  2382. package/lib/routes/yahoo/news/listid.ts +5 -2
  2383. package/lib/routes/yahoo/news/provider-helper.ts +4 -1
  2384. package/lib/routes/yahoo/news/provider.ts +4 -1
  2385. package/lib/routes/yahoo/news/utils.ts +0 -3
  2386. package/lib/routes/yamibo/bbs/forum.ts +6 -5
  2387. package/lib/routes/yamibo/bbs/thread.ts +1 -1
  2388. package/lib/routes/yamibo/utils.ts +0 -9
  2389. package/lib/routes/yande/post.ts +3 -3
  2390. package/lib/routes/ycwb/index.ts +6 -8
  2391. package/lib/routes/yenpress/series.ts +1 -4
  2392. package/lib/routes/ygkkk/rss.ts +3 -3
  2393. package/lib/routes/yicai/dt.ts +39 -41
  2394. package/lib/routes/yicai/feed.ts +2 -2
  2395. package/lib/routes/yicai/news.ts +26 -26
  2396. package/lib/routes/yicai/utils.ts +0 -3
  2397. package/lib/routes/yicai/video.ts +36 -36
  2398. package/lib/routes/yilinzazhi/index.ts +1 -1
  2399. package/lib/routes/yilinzazhi/latest.ts +2 -2
  2400. package/lib/routes/ymgal/article.ts +2 -2
  2401. package/lib/routes/ymgal/game.ts +1 -3
  2402. package/lib/routes/yna/index.ts +92 -0
  2403. package/lib/routes/yna/namespace.ts +10 -0
  2404. package/lib/routes/yoasobi-music/info.ts +0 -2
  2405. package/lib/routes/yoasobi-music/live.ts +0 -2
  2406. package/lib/routes/yoasobi-music/media.ts +3 -8
  2407. package/lib/routes/yomiuri/news.ts +18 -18
  2408. package/lib/routes/yomujp/level.ts +2 -2
  2409. package/lib/routes/youku/channel.ts +24 -28
  2410. package/lib/routes/youmemark/index.ts +88 -0
  2411. package/lib/routes/youmemark/namespace.ts +7 -0
  2412. package/lib/routes/youtube/api/google.ts +189 -0
  2413. package/lib/routes/youtube/api/youtubei.ts +98 -0
  2414. package/lib/routes/youtube/channel.ts +45 -46
  2415. package/lib/routes/youtube/charts.ts +30 -30
  2416. package/lib/routes/youtube/community.ts +3 -5
  2417. package/lib/routes/youtube/playlist.ts +11 -30
  2418. package/lib/routes/youtube/subscriptions.ts +3 -11
  2419. package/lib/routes/youtube/user.ts +35 -59
  2420. package/lib/routes/youtube/utils.ts +32 -42
  2421. package/lib/routes/youzhiyouxing/materials.ts +3 -3
  2422. package/lib/routes/yuanliao/index.ts +218 -0
  2423. package/lib/routes/yuanliao/namespace.ts +9 -0
  2424. package/lib/routes/yuque/book.ts +2 -2
  2425. package/lib/routes/yuque/utils.ts +1 -0
  2426. package/lib/routes/yxdown/news.ts +5 -5
  2427. package/lib/routes/yxdown/recommend.ts +3 -3
  2428. package/lib/routes/yxdzqb/index.ts +19 -23
  2429. package/lib/routes/yxrb/home.ts +2 -2
  2430. package/lib/routes/yyets/article.ts +3 -3
  2431. package/lib/routes/yyets/today.ts +9 -13
  2432. package/lib/routes/yystv/category.ts +49 -51
  2433. package/lib/routes/yystv/docs.ts +7 -9
  2434. package/lib/routes/yystv/fetcher.ts +10 -0
  2435. package/lib/routes/zagg/new-arrivals.ts +7 -9
  2436. package/lib/routes/zaimanhua/comic.ts +88 -0
  2437. package/lib/routes/zaimanhua/namespace.ts +7 -0
  2438. package/lib/routes/zaimanhua/template/comic.art +3 -0
  2439. package/lib/routes/zaimanhua/update.ts +86 -0
  2440. package/lib/routes/zaker/channel.ts +41 -0
  2441. package/lib/routes/zaker/focus.ts +36 -0
  2442. package/lib/routes/zaker/utils.ts +186 -0
  2443. package/lib/routes/zaobao/namespace.ts +1 -1
  2444. package/lib/routes/zaobao/realtime.ts +2 -2
  2445. package/lib/routes/zaobao/util.ts +24 -12
  2446. package/lib/routes/zaobao/znews.ts +2 -2
  2447. package/lib/routes/zaozao/article.ts +2 -2
  2448. package/lib/routes/zcmu/jwc/index.ts +5 -5
  2449. package/lib/routes/zcmu/yxy/index.ts +5 -5
  2450. package/lib/routes/zcool/discover.ts +53 -55
  2451. package/lib/routes/zcool/top.ts +1 -1
  2452. package/lib/routes/zcool/user.ts +2 -2
  2453. package/lib/routes/zcool/utils.ts +0 -3
  2454. package/lib/routes/zed/blog.ts +75 -0
  2455. package/lib/routes/zed/namespace.ts +7 -0
  2456. package/lib/routes/zhibo8/luxiang.ts +1 -1
  2457. package/lib/routes/zhihu/activities.ts +1 -1
  2458. package/lib/routes/zhihu/all-collections.ts +118 -0
  2459. package/lib/routes/zhihu/answers.ts +26 -54
  2460. package/lib/routes/zhihu/check-cookie.ts +31 -0
  2461. package/lib/routes/zhihu/collection.ts +9 -1
  2462. package/lib/routes/zhihu/hot.ts +32 -79
  2463. package/lib/routes/zhihu/namespace.ts +1 -1
  2464. package/lib/routes/zhihu/pin/utils.ts +5 -5
  2465. package/lib/routes/zhihu/timeline.ts +3 -4
  2466. package/lib/routes/zhihu/topic.ts +11 -5
  2467. package/lib/routes/zhihu/types.ts +26 -0
  2468. package/lib/routes/zhihu/utils.ts +13 -16
  2469. package/lib/routes/zhihu/weekly.ts +7 -7
  2470. package/lib/routes/zhihu/xhu/activities.ts +2 -2
  2471. package/lib/routes/zhihu/zhuanlan.ts +8 -4
  2472. package/lib/routes/zhitongcaijing/index.ts +16 -18
  2473. package/lib/routes/zhiy/post.ts +0 -2
  2474. package/lib/routes/zhonglun/index.ts +8 -11
  2475. package/lib/routes/zhubai/index.ts +2 -2
  2476. package/lib/routes/zhubai/top20.ts +0 -2
  2477. package/lib/routes/zhujiceping/rss.ts +3 -3
  2478. package/lib/routes/zimuxia/index.ts +2 -2
  2479. package/lib/routes/zimuxia/portfolio.ts +2 -2
  2480. package/lib/routes/zjol/paper.ts +2 -2
  2481. package/lib/routes/zju/career/index.ts +12 -16
  2482. package/lib/routes/zju/cst/custom.ts +13 -18
  2483. package/lib/routes/zju/cst/index.ts +10 -15
  2484. package/lib/routes/zju/grs/index.ts +11 -15
  2485. package/lib/routes/zju/list.ts +6 -6
  2486. package/lib/routes/zju/physics/index.ts +5 -5
  2487. package/lib/routes/zjut/cs/index.ts +1 -1
  2488. package/lib/routes/zjut/da/index.ts +3 -3
  2489. package/lib/routes/zjut/news.ts +3 -3
  2490. package/lib/routes/zodgame/forum.ts +0 -2
  2491. package/lib/routes/zongheng/detail.ts +77 -0
  2492. package/lib/routes/zongheng/namespace.ts +7 -0
  2493. package/lib/routes/zotero/versions.ts +13 -17
  2494. package/lib/routes/zrblog/rss.ts +3 -3
  2495. package/lib/routes/zsxq/group.ts +2 -2
  2496. package/lib/routes/zsxq/utils.ts +3 -1
  2497. package/lib/routes/zuvio/utils.ts +0 -3
  2498. package/lib/routes/zxcs/namespace.ts +7 -0
  2499. package/lib/routes/zxcs/novel.ts +95 -0
  2500. package/lib/routes/zyshow/index.ts +0 -2
  2501. package/lib/routes/zyw/hot.ts +4 -4
  2502. package/lib/setup.test.ts +2 -0
  2503. package/lib/types.ts +169 -11
  2504. package/lib/utils/cache/index.ts +2 -2
  2505. package/lib/utils/camelcase-keys.spec.ts +3 -3
  2506. package/lib/utils/camelcase-keys.ts +4 -3
  2507. package/lib/utils/common-config.test.ts +3 -2
  2508. package/lib/utils/common-config.ts +17 -13
  2509. package/lib/utils/common-utils.ts +1 -1
  2510. package/lib/utils/git-hash.ts +1 -1
  2511. package/lib/utils/helpers.test.ts +8 -1
  2512. package/lib/utils/helpers.ts +20 -1
  2513. package/lib/utils/md5.ts +1 -1
  2514. package/lib/utils/ofetch.ts +1 -1
  2515. package/lib/utils/otel/metric.ts +3 -3
  2516. package/lib/utils/otel/trace.ts +16 -16
  2517. package/lib/utils/parse-date.ts +4 -4
  2518. package/lib/utils/puppeteer-utils.test.ts +2 -2
  2519. package/lib/utils/puppeteer.test.ts +124 -2
  2520. package/lib/utils/puppeteer.ts +122 -12
  2521. package/lib/utils/rand-user-agent.test.ts +2 -2
  2522. package/lib/utils/request-rewriter/fetch.test.ts +1 -0
  2523. package/lib/utils/request-rewriter/fetch.ts +2 -2
  2524. package/lib/utils/timezone.ts +2 -2
  2525. package/lib/utils/wechat-mp.ts +18 -15
  2526. package/lib/views/error.tsx +1 -1
  2527. package/lib/views/index.tsx +1 -1
  2528. package/lib/views/json.ts +13 -11
  2529. package/lib/views/rss3.test.ts +4 -3
  2530. package/lib/views/rss3.ts +3 -2
  2531. package/package.json +101 -96
  2532. package/lib/routes/78dm/templates/image.art +0 -1
  2533. package/lib/routes/apnews/api.ts +0 -77
  2534. package/lib/routes/coomer/artist.ts +0 -33
  2535. package/lib/routes/coomer/posts.ts +0 -32
  2536. package/lib/routes/coomer/utils.ts +0 -57
  2537. package/lib/routes/copernicium/index.ts +0 -67
  2538. package/lib/routes/daily/index.ts +0 -101
  2539. package/lib/routes/deeplearning/thebatch.ts +0 -74
  2540. package/lib/routes/dnaindia/category.ts +0 -0
  2541. package/lib/routes/gcores/category.ts +0 -171
  2542. package/lib/routes/gcores/collection.ts +0 -161
  2543. package/lib/routes/gcores/tag.ts +0 -158
  2544. package/lib/routes/geocaching/templates/blogs.art +0 -6
  2545. package/lib/routes/go/niid/idwr-dl.ts +0 -104
  2546. package/lib/routes/google/templates/description.art +0 -6
  2547. package/lib/routes/hrbust/templates/description.art +0 -1
  2548. package/lib/routes/hrbust/utils.ts +0 -65
  2549. package/lib/routes/jiemian/list.ts +0 -14
  2550. package/lib/routes/jisilu/index.ts +0 -133
  2551. package/lib/routes/mihoyo/templates/ys.art +0 -4
  2552. package/lib/routes/openai/blog.ts +0 -66
  2553. package/lib/routes/picnob/templates/desc.art +0 -13
  2554. package/lib/routes/pixiv/api/get-novels-nsfw.ts +0 -247
  2555. package/lib/routes/pixiv/api/get-novels-sfw.ts +0 -201
  2556. package/lib/routes/producthunt/templates/descImg.art +0 -5
  2557. package/lib/routes/rsshub/referer-map.ts +0 -14
  2558. package/lib/routes/syosetu/chapter.ts +0 -87
  2559. package/lib/routes/taptap/changelog.ts +0 -71
  2560. package/lib/routes/taptap/review.ts +0 -166
  2561. package/lib/routes/tfc-taiwan/common.ts +0 -38
  2562. package/lib/routes/tfc-taiwan/topic.ts +0 -17
  2563. package/lib/routes/trending/all-trending.ts +0 -228
  2564. package/lib/routes/trending/templates/content.art +0 -25
  2565. package/lib/routes/watasuke/blog.ts +0 -42
  2566. package/lib/routes/whitehouse/briefing-room.ts +0 -79
  2567. package/lib/routes/whitehouse/ostp.ts +0 -76
  2568. package/lib/routes/xiaohongshu/notes.ts +0 -39
  2569. package/lib/routes/zaker/index.ts +0 -80
  2570. package/lib/routes-deprecated/21caijing/channel.js +0 -76
  2571. package/lib/routes-deprecated/blogs/hedwig.js +0 -42
  2572. package/lib/routes-deprecated/chiphell/forum.js +0 -67
  2573. package/lib/routes-deprecated/chuapp/index.js +0 -54
  2574. package/lib/routes-deprecated/dytt/index.js +0 -60
  2575. package/lib/routes-deprecated/furaffinity/browse.js +0 -44
  2576. package/lib/routes-deprecated/furaffinity/commissions.js +0 -39
  2577. package/lib/routes-deprecated/furaffinity/favorites.js +0 -56
  2578. package/lib/routes-deprecated/furaffinity/gallery.js +0 -56
  2579. package/lib/routes-deprecated/furaffinity/home.js +0 -72
  2580. package/lib/routes-deprecated/furaffinity/journal-comments.js +0 -50
  2581. package/lib/routes-deprecated/furaffinity/journals.js +0 -49
  2582. package/lib/routes-deprecated/furaffinity/scraps.js +0 -56
  2583. package/lib/routes-deprecated/furaffinity/search.js +0 -56
  2584. package/lib/routes-deprecated/furaffinity/shouts.js +0 -40
  2585. package/lib/routes-deprecated/furaffinity/status.js +0 -38
  2586. package/lib/routes-deprecated/furaffinity/submission-comments.js +0 -50
  2587. package/lib/routes-deprecated/furaffinity/watchers.js +0 -47
  2588. package/lib/routes-deprecated/furaffinity/watching.js +0 -47
  2589. package/lib/routes-deprecated/ieee/author.js +0 -30
  2590. package/lib/routes-deprecated/ifanr/index.js +0 -71
  2591. package/lib/routes-deprecated/jpmorganchase/research.js +0 -52
  2592. package/lib/routes-deprecated/lol/newsindex.js +0 -87
  2593. package/lib/routes-deprecated/ltaaa/index.js +0 -69
  2594. package/lib/routes-deprecated/psnine/game.js +0 -32
  2595. package/lib/routes-deprecated/psnine/index.js +0 -33
  2596. package/lib/routes-deprecated/psnine/news.js +0 -53
  2597. package/lib/routes-deprecated/psnine/node.js +0 -54
  2598. package/lib/routes-deprecated/psnine/shuzhe.js +0 -33
  2599. package/lib/routes-deprecated/psnine/trade.js +0 -39
  2600. package/lib/routes-deprecated/qstheory/index.js +0 -122
  2601. /package/lib/routes/{mvm → mwm}/namespace.ts +0 -0
@@ -0,0 +1,161 @@
1
+ import { type DataItem } from '@/types';
2
+
3
+ import { art } from '@/utils/render';
4
+ import ofetch from '@/utils/ofetch';
5
+
6
+ import { type CheerioAPI, type Cheerio, load } from 'cheerio';
7
+ import type { Element } from 'domhandler';
8
+ import path from 'node:path';
9
+
10
+ const baseUrl: string = 'https://www.app-sales.net';
11
+
12
+ /**
13
+ * Formats price change information into a standardized tag
14
+ * @param priceOld - Old price
15
+ * @param priceNew - New price
16
+ * @param priceDisco - Discount
17
+ * @returns Formatted price change tag string. Returns empty string when no new price exists.
18
+ */
19
+ const formatPriceChangeTag = (priceOld: string, priceNew: string, priceDisco: string): string => (priceNew?.trim() ? `[${[priceOld && `${priceOld}→`, priceNew, priceDisco && ` ${priceDisco}`].filter(Boolean).join('')}]` : '');
20
+
21
+ /**
22
+ * Processes DOM elements into structured data items
23
+ * @param $ - CheerioAPI instance
24
+ * @param selector - CSS selector for target elements
25
+ * @returns Parsed data items array.
26
+ */
27
+ const processItems = ($: CheerioAPI, selector: string): DataItem[] =>
28
+ $(selector)
29
+ .toArray()
30
+ .map((el) => {
31
+ const $el: Cheerio<Element> = $(el);
32
+
33
+ const appName: string = $el.find('p.app-name').text()?.trim();
34
+ const appDev: string = $el.find('p.app-dev').text()?.trim();
35
+ const appNote: string = $el.find('p.app-dev').next('p')?.text()?.trim() ?? '';
36
+ const rating: string = $el.find('p.rating').contents().last().text()?.trim();
37
+ const downloads: string = $el.find('p.downloads').contents().last().text()?.trim();
38
+ const bookmarks: string = $el.find('p.bookmarks').contents().last().text()?.trim();
39
+ const priceNew: string = $el.find('div.price-new').text()?.trim();
40
+ const priceOld: string = $el.find('div.price-old').text()?.trim();
41
+ const priceDisco: string = $el.find('div.price-disco').text()?.trim();
42
+
43
+ const isHot: boolean = $el.hasClass('sale-hot');
44
+ const isFree: boolean = priceNew?.toLocaleUpperCase() === 'FREE';
45
+
46
+ const title: string = `${appName} ${formatPriceChangeTag(priceOld, priceNew, priceDisco)}`;
47
+ const image: string | undefined = $el.find('div.app-icon img').attr('src');
48
+ const linkUrl: string | undefined = $el.find('div.sale-list-action a').attr('href');
49
+ const description: string | undefined = art(path.join(__dirname, 'templates/description.art'), {
50
+ images: image
51
+ ? [
52
+ {
53
+ alt: `${appName}-${appDev}`,
54
+ src: image,
55
+ },
56
+ ]
57
+ : undefined,
58
+ appName,
59
+ appDev,
60
+ appNote,
61
+ rating,
62
+ downloads,
63
+ bookmarks,
64
+ priceNew,
65
+ priceOld,
66
+ priceDisco,
67
+ linkUrl,
68
+ });
69
+ const categories: string[] = [isHot ? 'Hot' : undefined, isFree ? 'Free' : undefined].filter(Boolean) as string[];
70
+ const authors: DataItem['author'] = appDev;
71
+ const guid: string = [appName, appDev, rating, downloads, bookmarks, priceNew].filter(Boolean).join('-');
72
+
73
+ const processedItem: DataItem = {
74
+ title: title.trim(),
75
+ description,
76
+ link: linkUrl,
77
+ category: categories,
78
+ author: authors,
79
+ guid,
80
+ id: guid,
81
+ content: {
82
+ html: description,
83
+ text: description,
84
+ },
85
+ image,
86
+ banner: image,
87
+ };
88
+
89
+ return processedItem;
90
+ });
91
+
92
+ /**
93
+ * Retrieves pagination URLs from page navigation
94
+ * @param $ - CheerioAPI instance
95
+ * @param targetUrl - Base URL for relative path resolution
96
+ * @returns Array of absolute pagination URLs.
97
+ */
98
+ const getAvailablePageUrls = ($: CheerioAPI, targetUrl: string): string[] =>
99
+ $('ul.pagination li.waves-effect a')
100
+ .slice(0, -1)
101
+ .toArray()
102
+ .filter((el) => {
103
+ const $el: Cheerio<Element> = $(el);
104
+
105
+ return $el.attr('href');
106
+ })
107
+ .map((el) => {
108
+ const $el: Cheerio<Element> = $(el);
109
+
110
+ return new URL($el.attr('href') as string, targetUrl).href;
111
+ });
112
+
113
+ /**
114
+ * Aggregates items across paginated pages
115
+ * @param $ - Initial page CheerioAPI instance
116
+ * @param selector - Target element CSS selector
117
+ * @param targetUrl - Base URL for pagination requests
118
+ * @param country - Country ID for request headers
119
+ * @param limit - Maximum number of items to return
120
+ * @returns Aggregated items array within specified limit.
121
+ */
122
+ const fetchItems = async ($: CheerioAPI, selector: string, targetUrl: string, country: string, limit: number): Promise<DataItem[]> => {
123
+ const initialItems = processItems($, selector);
124
+ if (initialItems.length >= limit) {
125
+ return initialItems.slice(0, limit);
126
+ }
127
+
128
+ /**
129
+ * Recursive helper function to process paginated URLs
130
+ *
131
+ * @param remainingUrls - Array of URLs yet to be processed
132
+ * @param aggregated - Accumulator for collected items
133
+ *
134
+ * @returns Promise resolving to aggregated items
135
+ */
136
+ const processPage = async (remainingUrls: string[], aggregated: DataItem[]): Promise<DataItem[]> => {
137
+ if (aggregated.length >= limit || remainingUrls.length === 0) {
138
+ return aggregated.slice(0, limit);
139
+ }
140
+
141
+ const [currentUrl, ...restUrls] = remainingUrls;
142
+
143
+ try {
144
+ const response = await ofetch(currentUrl, {
145
+ headers: {
146
+ Cookie: `countryId=${country};`,
147
+ },
148
+ });
149
+ const pageItems = processItems(load(response), selector);
150
+ const newItems = [...aggregated, ...pageItems];
151
+
152
+ return newItems.length >= limit ? newItems.slice(0, limit) : processPage(restUrls, newItems);
153
+ } catch {
154
+ return processPage(restUrls, aggregated);
155
+ }
156
+ };
157
+
158
+ return await processPage(getAvailablePageUrls($, targetUrl), initialItems);
159
+ };
160
+
161
+ export { baseUrl, fetchItems };
@@ -17,7 +17,7 @@ const platforms = {
17
17
 
18
18
  export const route: Route = {
19
19
  path: '/apps/update/:country/:id/:platform?',
20
- categories: ['program-update', 'popular'],
20
+ categories: ['program-update'],
21
21
  view: ViewType.Notifications,
22
22
  example: '/apple/apps/update/us/id408709785',
23
23
  parameters: {
@@ -63,9 +63,9 @@ export const route: Route = {
63
63
  maintainers: ['EkkoG', 'nczitzk'],
64
64
  handler,
65
65
  description: `
66
- :::tip
66
+ ::: tip
67
67
  For example, the URL of [GarageBand](https://apps.apple.com/us/app/messages/id408709785) in the App Store is \`https://apps.apple.com/us/app/messages/id408709785\`. In this case, the \`App Store Country\` parameter for the route is \`us\`, and the \`App id\` parameter is \`id1146560473\`. So the route should be [\`/apple/apps/update/us/id408709785\`](https://rsshub.app/apple/apps/update/us/id408709785).
68
- :::`,
68
+ :::`,
69
69
  };
70
70
 
71
71
  async function handler(ctx) {
@@ -4,10 +4,13 @@ import { load } from 'cheerio';
4
4
  import { parseDate } from '@/utils/parse-date';
5
5
 
6
6
  export const route: Route = {
7
- path: '/podcast/:id',
7
+ path: '/podcast/:id/:region?',
8
8
  categories: ['multimedia'],
9
- example: '/apple/podcast/id1559695855',
10
- parameters: { id: '播客id,可以在 Apple 播客app 内分享的播客的 URL 中找到' },
9
+ example: '/apple/podcast/id1559695855/cn',
10
+ parameters: {
11
+ id: '播客id,可以在 Apple 播客app 内分享的播客的 URL 中找到',
12
+ region: '地區代碼,例如 cn、us、jp,預設為 cn',
13
+ },
11
14
  features: {
12
15
  requireConfig: false,
13
16
  requirePuppeteer: false,
@@ -18,17 +21,18 @@ export const route: Route = {
18
21
  },
19
22
  radar: [
20
23
  {
21
- source: ['podcasts.apple.com/cn/podcast/:id'],
24
+ source: ['podcasts.apple.com/:region/podcast/:id'],
22
25
  },
23
26
  ],
24
27
  name: '播客',
25
28
  maintainers: ['Acring'],
26
29
  handler,
27
- url: 'www.apple.com.cn/apple-podcasts/',
30
+ url: 'www.apple.com/apple-podcasts/',
28
31
  };
29
32
 
30
33
  async function handler(ctx) {
31
- const link = `https://podcasts.apple.com/cn/podcast/${ctx.req.param('id')}`;
34
+ const { id, region } = ctx.req.param();
35
+ const link = `https://podcasts.apple.com/${region || `cn`}/podcast/${id}`;
32
36
  const response = await got({
33
37
  method: 'get',
34
38
  url: link,
@@ -36,9 +40,10 @@ async function handler(ctx) {
36
40
 
37
41
  const $ = load(response.data);
38
42
 
43
+ const schemaShow = JSON.parse($(String.raw`#schema\:show`).text());
39
44
  const serializedServerData = JSON.parse($('#serialized-server-data').text());
40
45
 
41
- const seoEpisodes = serializedServerData[0].data.seoData.schemaContent.workExample;
46
+ const seoEpisodes = schemaShow.workExample;
42
47
  const originEpisodes = serializedServerData[0].data.shelves.find((item) => item.contentType === 'episode').items;
43
48
  const header = serializedServerData[0].data.shelves.find((item) => item.contentType === 'showHeaderRegular').items[0];
44
49
 
@@ -0,0 +1,179 @@
1
+ import { type Data, type DataItem, type Route, ViewType } from '@/types';
2
+
3
+ import { art } from '@/utils/render';
4
+ import cache from '@/utils/cache';
5
+ import ofetch from '@/utils/ofetch';
6
+ import { parseDate } from '@/utils/parse-date';
7
+
8
+ import { type CheerioAPI, type Cheerio, load } from 'cheerio';
9
+ import type { Element } from 'domhandler';
10
+ import { type Context } from 'hono';
11
+ import path from 'node:path';
12
+
13
+ export const handler = async (ctx: Context): Promise<Data> => {
14
+ const { language = 'en-us' } = ctx.req.param();
15
+ const limit: number = Number.parseInt(ctx.req.query('limit') ?? '30', 10);
16
+
17
+ const baseUrl: string = 'https://support.apple.com';
18
+ const targetUrl: string = new URL(`${language}/100100`, baseUrl).href;
19
+
20
+ const response = await ofetch(targetUrl);
21
+ const $: CheerioAPI = load(response);
22
+
23
+ const $trEls: Cheerio<Element> = $('table.gb-table tbody tr');
24
+ const headers: string[] = $trEls
25
+ .find('th')
26
+ .toArray()
27
+ .map((el) => $(el).text());
28
+
29
+ let items: DataItem[] = [];
30
+
31
+ items = $trEls
32
+ .slice(1, limit)
33
+ .toArray()
34
+ .map((el): Element => {
35
+ const $el: Cheerio<Element> = $(el);
36
+
37
+ const titleEl: Cheerio<Element> = $el.find('td').first();
38
+ const title: string = titleEl.contents().first().text();
39
+ const description: string | undefined = art(path.join(__dirname, 'templates/security-releases.art'), {
40
+ headers,
41
+ infos: $el
42
+ .find('td')
43
+ .toArray()
44
+ .map((el) => $(el).html() ?? ''),
45
+ });
46
+ const pubDateStr: string | undefined = $el.find('td').last().text();
47
+ const linkUrl: string | undefined = titleEl.find('a.gb-anchor').attr('href');
48
+ const authors: DataItem['author'] = $el.find('meta[property="og:site_name"]').attr('content');
49
+ const upDatedStr: string | undefined = pubDateStr;
50
+
51
+ const processedItem: DataItem = {
52
+ title,
53
+ description,
54
+ pubDate: pubDateStr ? parseDate(pubDateStr, ['DD MMM YYYY', 'YYYY 年 MM 月 DD 日']) : undefined,
55
+ link: linkUrl ? new URL(linkUrl, baseUrl).href : undefined,
56
+ author: authors,
57
+ content: {
58
+ html: description,
59
+ text: description,
60
+ },
61
+ updated: upDatedStr ? parseDate(upDatedStr, ['DD MMM YYYY', 'YYYY 年 MM 月 DD 日']) : undefined,
62
+ language,
63
+ };
64
+
65
+ return processedItem;
66
+ });
67
+
68
+ items = await Promise.all(
69
+ items.map((item) => {
70
+ if (!item.link) {
71
+ return item;
72
+ }
73
+
74
+ return cache.tryGet(item.link, async (): Promise<DataItem> => {
75
+ const detailResponse = await ofetch(item.link);
76
+ const $$: CheerioAPI = load(detailResponse);
77
+
78
+ const title: string = item.title ?? $$('h1.gb-header').text();
79
+
80
+ $$('h1.gb-header').remove();
81
+
82
+ const description: string | undefined =
83
+ item.description +
84
+ art(path.join(__dirname, 'templates/security-releases.art'), {
85
+ description: $$('div#sections').html(),
86
+ });
87
+ const pubDateStr: string | undefined = detailResponse.match(/publish_date:\s"(\d{8})",/, '')?.[1];
88
+ const authors: DataItem['author'] = $$('meta[property="og:site_name"]').attr('content');
89
+ const upDatedStr: string | undefined = $$('.time').text() || pubDateStr;
90
+
91
+ const processedItem: DataItem = {
92
+ title,
93
+ description,
94
+ pubDate: pubDateStr ? parseDate(pubDateStr, 'MMDDYYYY') : item.pubDate,
95
+ author: authors,
96
+ content: {
97
+ html: description,
98
+ text: description,
99
+ },
100
+ updated: upDatedStr ? parseDate(upDatedStr, 'MMDDYYYY') : item.updated,
101
+ language,
102
+ };
103
+
104
+ return {
105
+ ...item,
106
+ ...processedItem,
107
+ };
108
+ });
109
+ })
110
+ );
111
+
112
+ return {
113
+ title: $('title').text(),
114
+ description: $('meta[property="og:description"]').attr('content'),
115
+ link: targetUrl,
116
+ item: items,
117
+ allowEmpty: true,
118
+ author: $('meta[property="og:site_name"]').attr('content'),
119
+ language,
120
+ id: targetUrl,
121
+ };
122
+ };
123
+
124
+ export const route: Route = {
125
+ path: '/security-releases/:language?',
126
+ name: 'Security releases',
127
+ url: 'support.apple.com',
128
+ maintainers: ['nczitzk'],
129
+ handler,
130
+ example: '/apple/security-releases',
131
+ parameters: {
132
+ language: {
133
+ description: 'Language, `en-us` by default',
134
+ },
135
+ },
136
+ description: `:::tip
137
+ To subscribe to [Apple security releases](https://support.apple.com/en-us/100100), where the source URL is \`https://support.apple.com/en-us/100100\`, extract the certain parts from this URL to be used as parameters, resulting in the route as [\`/apple/security-releases/en-us\`](https://rsshub.app/apple/security-releases/en-us).
138
+ :::
139
+ `,
140
+ categories: ['program-update'],
141
+ features: {
142
+ requireConfig: false,
143
+ requirePuppeteer: false,
144
+ antiCrawler: false,
145
+ supportRadar: true,
146
+ supportBT: false,
147
+ supportPodcast: false,
148
+ supportScihub: false,
149
+ },
150
+ radar: [
151
+ {
152
+ source: ['support.apple.com/:language/100100'],
153
+ target: (params) => {
154
+ const language: string = params.language;
155
+
156
+ return `/apple/security-releases${language ? `/${language}` : ''}`;
157
+ },
158
+ },
159
+ ],
160
+ view: ViewType.Articles,
161
+
162
+ zh: {
163
+ path: '/security-releases/:language?',
164
+ name: '安全性发布',
165
+ url: 'support.apple.com',
166
+ maintainers: ['nczitzk'],
167
+ handler,
168
+ example: '/apple/security-releases',
169
+ parameters: {
170
+ language: {
171
+ description: '语言,默认为 `en-us`,可在对应页 URL 中找到',
172
+ },
173
+ },
174
+ description: `:::tip
175
+ 若订阅 [Apple 安全性发布](https://support.apple.com/zh-cn/100100),网址为 \`https://support.apple.com/zh-cn/100100\`,请截取 \`https://support.apple.com/\` 到末尾 \`/100100\` 的部分 \`zh-cn\` 作为 \`language\` 参数填入,此时目标路由为 [\`/apple/security-releases/zh-cn\`](https://rsshub.app/apple/security-releases/zh-cn)。
176
+ :::
177
+ `,
178
+ },
179
+ };
@@ -0,0 +1,28 @@
1
+ {{ if headers && infos }}
2
+ <table>
3
+ <tbody>
4
+ {{ if headers.length > 0 }}
5
+ <tr>
6
+ {{ each headers header }}
7
+ <th>
8
+ {{ header }}
9
+ </th>
10
+ {{ /each }}
11
+ </tr>
12
+ {{ /if }}
13
+ {{ if infos.length > 0 }}
14
+ <tr>
15
+ {{ each infos info }}
16
+ <td>
17
+ {{@ info }}
18
+ </td>
19
+ {{ /each }}
20
+ </tr>
21
+ {{ /if }}
22
+ </tbody>
23
+ </table>
24
+ {{ /if }}
25
+
26
+ {{ if description }}
27
+ {{@ description }}
28
+ {{ /if }}
@@ -27,8 +27,8 @@ export const route: Route = {
27
27
  maintainers: ['nczitzk'],
28
28
  handler,
29
29
  description: `| News | Reviews | How-tos |
30
- | ---- | ------- | ------- |
31
- | | reviews | how-to |`,
30
+ | ---- | ------- | ------- |
31
+ | | reviews | how-to |`,
32
32
  };
33
33
 
34
34
  async function handler(ctx) {
@@ -50,7 +50,6 @@ async function handler(ctx) {
50
50
  title: unsupported,
51
51
  item: [{ title: unsupported }],
52
52
  };
53
- return;
54
53
  }
55
54
 
56
55
  let result = res.data.results.apps;
@@ -1,14 +1,12 @@
1
1
  import { Data, DataItem, Route } from '@/types';
2
2
  import cache from '@/utils/cache';
3
3
  import got, { Options } from '@/utils/got';
4
- import { getCurrentPath } from '@/utils/helpers';
5
4
  import { parseDate } from '@/utils/parse-date';
6
5
  import { art } from '@/utils/render';
7
6
  import { load } from 'cheerio';
8
7
  import dayjs from 'dayjs';
9
8
  import { Context } from 'hono';
10
9
  import path from 'node:path';
11
- const __dirname = getCurrentPath(import.meta.url);
12
10
 
13
11
  export const route: Route = {
14
12
  path: '/programs',
@@ -1,6 +1,4 @@
1
1
  import { Route } from '@/types';
2
- import { getCurrentPath } from '@/utils/helpers';
3
- const __dirname = getCurrentPath(import.meta.url);
4
2
 
5
3
  import { getSubPath } from '@/utils/common-utils';
6
4
  import got from '@/utils/got';
@@ -31,7 +29,7 @@ async function handler(ctx) {
31
29
 
32
30
  if (filterMatches) {
33
31
  const filterRegion = filterMatches[1];
34
- const filterType = filterMatches[2] === 'tag' ? 'tags' : filterMatches[2] === 'category' ? 'categories' : filterMatches[2];
32
+ const filterType = filterMatches[2] === 'tag' ? 'tags' : (filterMatches[2] === 'category' ? 'categories' : filterMatches[2]);
35
33
  const filterKeyword = decodeURI(filterMatches[3].split('/').pop());
36
34
  const filterApiUrl = new URL(`${filterRegion}/${apiSlug}/${filterType}?search=${filterKeyword}`, rootUrl).href;
37
35
 
@@ -14,5 +14,5 @@ function handler(ctx) {
14
14
 
15
15
  const { region = 'en', type = 'news' } = ctx.req.param();
16
16
  const redirectTo = `/aqara/${region}/category/${types[type]}`;
17
- ctx.redirect(redirectTo);
17
+ ctx.set('redirect', redirectTo);
18
18
  }
@@ -1,5 +1,6 @@
1
1
  import got from '@/utils/got';
2
2
  import { parseDate } from '@/utils/parse-date';
3
+ import { Route } from '@/types';
3
4
 
4
5
  export const route: Route = {
5
6
  path: '/:city/:pollution?',
@@ -1,6 +1,4 @@
1
1
  import { Route } from '@/types';
2
- import { getCurrentPath } from '@/utils/helpers';
3
- const __dirname = getCurrentPath(import.meta.url);
4
2
 
5
3
  import got from '@/utils/got';
6
4
  import { art } from '@/utils/render';
@@ -30,19 +28,19 @@ export const route: Route = {
30
28
  handler,
31
29
  description: `Country
32
30
 
33
- | United States | Canada | United Kingdom |
34
- | ------------- | ------ | -------------- |
35
- | us | ca | gb |
31
+ | United States | Canada | United Kingdom |
32
+ | ------------- | ------ | -------------- |
33
+ | us | ca | gb |
36
34
 
37
35
  gender
38
36
 
39
- | male | female |
40
- | ---- | ------ |
41
- | mens | womens |
37
+ | male | female |
38
+ | ---- | ------ |
39
+ | mens | womens |
42
40
 
43
- :::tip
41
+ ::: tip
44
42
  Parameter \`country\` can be found within the url of \`Arcteryx\` website.
45
- :::`,
43
+ :::`,
46
44
  };
47
45
 
48
46
  async function handler(ctx) {
@@ -1,6 +1,4 @@
1
1
  import { Route } from '@/types';
2
- import { getCurrentPath } from '@/utils/helpers';
3
- const __dirname = getCurrentPath(import.meta.url);
4
2
 
5
3
  import got from '@/utils/got';
6
4
  import { art } from '@/utils/render';
@@ -30,19 +28,19 @@ export const route: Route = {
30
28
  handler,
31
29
  description: `Country
32
30
 
33
- | United States | Canada | United Kingdom |
34
- | ------------- | ------ | -------------- |
35
- | us | ca | gb |
31
+ | United States | Canada | United Kingdom |
32
+ | ------------- | ------ | -------------- |
33
+ | us | ca | gb |
36
34
 
37
35
  gender
38
36
 
39
- | male | female |
40
- | ---- | ------ |
41
- | mens | womens |
37
+ | male | female |
38
+ | ---- | ------ |
39
+ | mens | womens |
42
40
 
43
- :::tip
41
+ ::: tip
44
42
  Parameter \`country\` can be found within the url of \`Arcteryx\` website.
45
- :::`,
43
+ :::`,
46
44
  };
47
45
 
48
46
  async function handler(ctx) {
@@ -1,6 +1,4 @@
1
1
  import { Route } from '@/types';
2
- import { getCurrentPath } from '@/utils/helpers';
3
- const __dirname = getCurrentPath(import.meta.url);
4
2
 
5
3
  import got from '@/utils/got';
6
4
  import { load } from 'cheerio';
@@ -1,6 +1,4 @@
1
1
  import { Route } from '@/types';
2
- import { getCurrentPath } from '@/utils/helpers';
3
- const __dirname = getCurrentPath(import.meta.url);
4
2
 
5
3
  import cache from '@/utils/cache';
6
4
  import got from '@/utils/got';