rsshub 1.0.0-master.fd741f1 → 1.0.0-master.fd8463a

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 (1711) hide show
  1. package/README.md +1 -1
  2. package/lib/api/index.ts +2 -2
  3. package/lib/{app.tsx → app-bootstrap.tsx} +0 -2
  4. package/lib/app.test.ts +15 -1
  5. package/lib/app.ts +5 -0
  6. package/lib/config.ts +47 -1
  7. package/lib/errors/index.tsx +2 -1
  8. package/lib/index.ts +48 -15
  9. package/lib/middleware/debug.ts +6 -4
  10. package/lib/middleware/header.test.ts +1 -0
  11. package/lib/middleware/header.ts +6 -0
  12. package/lib/middleware/parameter.ts +4 -3
  13. package/lib/middleware/template.test.ts +8 -0
  14. package/lib/middleware/template.tsx +5 -0
  15. package/lib/registry.ts +83 -6
  16. package/lib/router.js +0 -18
  17. package/lib/routes/005/index.ts +0 -2
  18. package/lib/routes/10000link/info.ts +251 -0
  19. package/lib/routes/10000link/namespace.ts +9 -0
  20. package/lib/routes/10000link/templates/description.art +7 -0
  21. package/lib/routes/12306/index.ts +0 -2
  22. package/lib/routes/141jav/index.ts +0 -2
  23. package/lib/routes/141ppv/index.ts +0 -2
  24. package/lib/routes/163/ds.ts +0 -2
  25. package/lib/routes/163/exclusive.ts +0 -2
  26. package/lib/routes/163/music/artist-songs.ts +0 -2
  27. package/lib/routes/163/music/artist.ts +0 -2
  28. package/lib/routes/163/music/djradio.ts +0 -2
  29. package/lib/routes/163/music/playlist.ts +0 -2
  30. package/lib/routes/163/music/userevents.ts +0 -2
  31. package/lib/routes/163/music/userplaylist.ts +0 -2
  32. package/lib/routes/163/music/userplayrecords.ts +0 -2
  33. package/lib/routes/163/open/vip.ts +0 -2
  34. package/lib/routes/163/utils.ts +0 -3
  35. package/lib/routes/18comic/utils.ts +0 -3
  36. package/lib/routes/199it/index.ts +332 -0
  37. package/lib/routes/199it/templates/description.art +20 -0
  38. package/lib/routes/1point3acres/offer.ts +0 -2
  39. package/lib/routes/1point3acres/section.ts +2 -2
  40. package/lib/routes/1point3acres/utils.ts +0 -3
  41. package/lib/routes/1x/index.ts +1 -3
  42. package/lib/routes/2048/index.ts +0 -2
  43. package/lib/routes/2cycd/index.ts +3 -3
  44. package/lib/routes/36kr/hot-list.ts +10 -2
  45. package/lib/routes/36kr/index.ts +1 -1
  46. package/lib/routes/3dmgame/news-center.ts +1 -1
  47. package/lib/routes/3kns/index.ts +0 -2
  48. package/lib/routes/423down/index.ts +6 -8
  49. package/lib/routes/4gamers/utils.ts +0 -3
  50. package/lib/routes/4khd/article.ts +1 -1
  51. package/lib/routes/4khd/namespace.ts +1 -1
  52. package/lib/routes/4ksj/forum.ts +0 -2
  53. package/lib/routes/500px/tribe-set.ts +1 -3
  54. package/lib/routes/56kog/util.ts +0 -3
  55. package/lib/routes/591/list.ts +0 -2
  56. package/lib/routes/6park/news.ts +1 -1
  57. package/lib/routes/78dm/index.ts +0 -2
  58. package/lib/routes/7mmtv/index.ts +0 -2
  59. package/lib/routes/8264/list.ts +0 -2
  60. package/lib/routes/91porn/author.ts +0 -2
  61. package/lib/routes/91porn/index.ts +0 -2
  62. package/lib/routes/95mm/utils.ts +0 -3
  63. package/lib/routes/a9vg/index.ts +0 -2
  64. package/lib/routes/aamacau/index.ts +3 -3
  65. package/lib/routes/abc/index.ts +1 -3
  66. package/lib/routes/academia/topics.ts +10 -20
  67. package/lib/routes/accessbriefing/index.ts +0 -2
  68. package/lib/routes/acfun/article.ts +1 -1
  69. package/lib/routes/acfun/bangumi.ts +1 -1
  70. package/lib/routes/acfun/video.ts +2 -2
  71. package/lib/routes/acs/journal.ts +0 -2
  72. package/lib/routes/adquan/case-library.ts +144 -0
  73. package/lib/routes/adquan/index.ts +144 -0
  74. package/lib/routes/adquan/namespace.ts +9 -0
  75. package/lib/routes/adquan/templates/description.art +7 -0
  76. package/lib/routes/aeaweb/index.ts +0 -2
  77. package/lib/routes/aeon/category.ts +1 -1
  78. package/lib/routes/aeon/type.ts +1 -1
  79. package/lib/routes/aeon/utils.ts +0 -3
  80. package/lib/routes/aflcio/blog.ts +158 -0
  81. package/lib/routes/aflcio/namespace.ts +9 -0
  82. package/lib/routes/agefans/update.ts +20 -20
  83. package/lib/routes/agirls/topic-list.ts +1 -1
  84. package/lib/routes/agirls/topic.ts +1 -1
  85. package/lib/routes/agirls/z-index.ts +1 -1
  86. package/lib/routes/agri/index.ts +0 -2
  87. package/lib/routes/ahjzu/news.ts +3 -3
  88. package/lib/routes/aibase/daily.ts +110 -0
  89. package/lib/routes/aibase/discover.ts +1 -1
  90. package/lib/routes/aibase/news.ts +1 -1
  91. package/lib/routes/aibase/topic.ts +1 -1
  92. package/lib/routes/aibase/util.ts +3 -3
  93. package/lib/routes/aicaijing/index.ts +0 -2
  94. package/lib/routes/ainvest/news.ts +1 -1
  95. package/lib/routes/ainvest/utils.ts +3 -3
  96. package/lib/routes/aip/journal.ts +26 -30
  97. package/lib/routes/aip/utils.ts +0 -3
  98. package/lib/routes/ajmide/index.ts +1 -1
  99. package/lib/routes/ali213/news.ts +2 -4
  100. package/lib/routes/ali213/zl.ts +2 -4
  101. package/lib/routes/aliresearch/information.ts +1 -1
  102. package/lib/routes/aliyun/database-month.ts +3 -3
  103. package/lib/routes/aliyun/developer/group.ts +12 -18
  104. package/lib/routes/aliyun/notice.ts +3 -3
  105. package/lib/routes/aljazeera/index.ts +0 -2
  106. package/lib/routes/ally/rail.ts +22 -16
  107. package/lib/routes/amazfitwatchfaces/index.ts +430 -0
  108. package/lib/routes/amazfitwatchfaces/namespace.ts +10 -0
  109. package/lib/routes/amazfitwatchfaces/templates/description.art +17 -0
  110. package/lib/routes/amazon/kindle-software-updates.ts +7 -9
  111. package/lib/routes/android/security-bulletin.ts +61 -0
  112. package/lib/routes/anquanke/vul.ts +1 -1
  113. package/lib/routes/anthropic/engineering.ts +72 -0
  114. package/lib/routes/anthropic/news.ts +6 -4
  115. package/lib/routes/anthropic/research.ts +112 -0
  116. package/lib/routes/anytxt/namespace.ts +9 -0
  117. package/lib/routes/anytxt/release-notes.ts +92 -0
  118. package/lib/routes/apnews/mobile-api.ts +94 -0
  119. package/lib/routes/apnews/sitemap.ts +3 -2
  120. package/lib/routes/apnews/topics.ts +5 -3
  121. package/lib/routes/apnews/utils.ts +3 -11
  122. package/lib/routes/app-center/release.ts +0 -2
  123. package/lib/routes/app-sales/index.ts +200 -0
  124. package/lib/routes/app-sales/mostwanted.ts +194 -0
  125. package/lib/routes/app-sales/namespace.ts +9 -0
  126. package/lib/routes/app-sales/templates/description.art +120 -0
  127. package/lib/routes/app-sales/util.ts +161 -0
  128. package/lib/routes/apple/apps.ts +1 -1
  129. package/lib/routes/apple/podcast.ts +2 -1
  130. package/lib/routes/apple/security-releases.ts +179 -0
  131. package/lib/routes/apple/templates/security-releases.art +28 -0
  132. package/lib/routes/appleinsider/index.ts +1 -1
  133. package/lib/routes/appstorrent/programs.ts +0 -2
  134. package/lib/routes/aqara/post.ts +0 -2
  135. package/lib/routes/arcteryx/new-arrivals.ts +0 -2
  136. package/lib/routes/arcteryx/outlet.ts +0 -2
  137. package/lib/routes/arcteryx/regear-new-arrivals.ts +0 -2
  138. package/lib/routes/artstation/user.ts +0 -2
  139. package/lib/routes/asiafruitchina/categories.ts +2 -4
  140. package/lib/routes/asiafruitchina/news.ts +2 -4
  141. package/lib/routes/asianfanfics/tag.ts +2 -0
  142. package/lib/routes/asianfanfics/text-search.ts +2 -0
  143. package/lib/routes/asiantolick/index.ts +0 -2
  144. package/lib/routes/asmr-200/index.ts +1 -2
  145. package/lib/routes/asus/bios.ts +0 -2
  146. package/lib/routes/augmentcode/blog.ts +161 -0
  147. package/lib/routes/augmentcode/namespace.ts +9 -0
  148. package/lib/routes/augmentcode/templates/description.art +17 -0
  149. package/lib/routes/baidu/gushitong/index.ts +1 -3
  150. package/lib/routes/baidu/search.ts +0 -2
  151. package/lib/routes/baidu/tieba/forum.ts +0 -2
  152. package/lib/routes/baidu/tieba/post.ts +31 -37
  153. package/lib/routes/baidu/tieba/search.ts +0 -2
  154. package/lib/routes/baidu/top.ts +0 -2
  155. package/lib/routes/bakamh/manga.ts +74 -0
  156. package/lib/routes/bakamh/namespace.ts +8 -0
  157. package/lib/routes/bandcamp/weekly.ts +0 -2
  158. package/lib/routes/bandisoft/history.ts +329 -0
  159. package/lib/routes/bandisoft/namespace.ts +9 -0
  160. package/lib/routes/bangumi.online/online.ts +0 -2
  161. package/lib/routes/bangumi.tv/calendar/today.ts +0 -2
  162. package/lib/routes/bangumi.tv/subject/ep.ts +0 -3
  163. package/lib/routes/bangumi.tv/user/collections.ts +0 -3
  164. package/lib/routes/banyuetan/index.ts +238 -0
  165. package/lib/routes/banyuetan/namespace.ts +9 -0
  166. package/lib/routes/banyuetan/templates/description.art +21 -0
  167. package/lib/routes/baobua/article.ts +51 -0
  168. package/lib/routes/baobua/category.ts +60 -0
  169. package/lib/routes/baobua/const.ts +4 -0
  170. package/lib/routes/baobua/latest.ts +57 -0
  171. package/lib/routes/baobua/namespace.ts +8 -0
  172. package/lib/routes/baobua/search.ts +60 -0
  173. package/lib/routes/baozimh/index.ts +0 -2
  174. package/lib/routes/bast/index.ts +1 -1
  175. package/lib/routes/bbc/learningenglish.ts +76 -0
  176. package/lib/routes/bbcnewslabs/news.ts +4 -4
  177. package/lib/routes/bc3ts/list.ts +1 -4
  178. package/lib/routes/bdys/index.ts +37 -40
  179. package/lib/routes/behance/user.ts +2 -4
  180. package/lib/routes/bfl/announcements.ts +127 -0
  181. package/lib/routes/bfl/namespace.ts +9 -0
  182. package/lib/routes/bgmlist/onair.ts +0 -2
  183. package/lib/routes/bigquant/collections.ts +1 -1
  184. package/lib/routes/bilibili/bangumi.ts +1 -1
  185. package/lib/routes/bilibili/cache.ts +19 -20
  186. package/lib/routes/bilibili/check-cookie.ts +31 -0
  187. package/lib/routes/bilibili/danmaku.ts +1 -1
  188. package/lib/routes/bilibili/dynamic.ts +29 -15
  189. package/lib/routes/bilibili/followings-dynamic.ts +10 -4
  190. package/lib/routes/bilibili/manga-update.ts +37 -4
  191. package/lib/routes/bilibili/ranking.ts +3 -1
  192. package/lib/routes/bilibili/readlist.ts +1 -1
  193. package/lib/routes/bilibili/utils.ts +5 -4
  194. package/lib/routes/bilibili/video.ts +77 -27
  195. package/lib/routes/bilibili/wasm-exec.ts +649 -0
  196. package/lib/routes/binance/announcement.ts +1 -1
  197. package/lib/routes/bing/search.ts +2 -2
  198. package/lib/routes/bitget/announcement.ts +1 -1
  199. package/lib/routes/bjnews/cat.ts +2 -9
  200. package/lib/routes/bjp/apod.ts +1 -1
  201. package/lib/routes/bjwxdxh/index.ts +3 -3
  202. package/lib/routes/bjx/huanbao.ts +4 -12
  203. package/lib/routes/bjx/types.ts +9 -13
  204. package/lib/routes/blogread/index.ts +3 -4
  205. package/lib/routes/bloomberg/authors.ts +14 -15
  206. package/lib/routes/bloomberg/index.ts +7 -6
  207. package/lib/routes/bloomberg/utils.ts +5 -17
  208. package/lib/routes/bnu/bs.ts +3 -3
  209. package/lib/routes/bnu/dwxgb.ts +3 -3
  210. package/lib/routes/bnu/jwb.ts +1 -1
  211. package/lib/routes/bookfere/category.ts +12 -16
  212. package/lib/routes/booru/mmda.ts +0 -2
  213. package/lib/routes/bsky/feeds.ts +1 -3
  214. package/lib/routes/bsky/keyword.ts +15 -10
  215. package/lib/routes/bsky/posts.ts +2 -4
  216. package/lib/routes/btzj/index.ts +0 -2
  217. package/lib/routes/buaa/lib/space/newbook.ts +0 -2
  218. package/lib/routes/bulianglin/rss.ts +3 -3
  219. package/lib/routes/bullionvault/gold-news.ts +232 -0
  220. package/lib/routes/bullionvault/namespace.ts +9 -0
  221. package/lib/routes/bupt/jwc.ts +2 -2
  222. package/lib/routes/bupt/rczp.ts +3 -3
  223. package/lib/routes/bupt/scss.ts +98 -0
  224. package/lib/routes/caai/utils.ts +0 -3
  225. package/lib/routes/caareviews/utils.ts +3 -6
  226. package/lib/routes/cahkms/index.ts +0 -2
  227. package/lib/routes/caixin/blog.ts +1 -1
  228. package/lib/routes/caixin/database.ts +0 -2
  229. package/lib/routes/caixin/latest.ts +1 -1
  230. package/lib/routes/caixin/utils-fulltext.ts +1 -1
  231. package/lib/routes/caixin/utils.ts +0 -3
  232. package/lib/routes/cankaoxiaoxi/index.ts +0 -2
  233. package/lib/routes/cara/likes.ts +1 -4
  234. package/lib/routes/cara/portfolio.ts +1 -1
  235. package/lib/routes/cara/timeline.ts +1 -4
  236. package/lib/routes/cara/utils.ts +0 -9
  237. package/lib/routes/cartoonmad/comic.ts +0 -2
  238. package/lib/routes/cas/cg/index.ts +3 -3
  239. package/lib/routes/cas/genetics/index.ts +2 -2
  240. package/lib/routes/cbaigui/index.ts +0 -2
  241. package/lib/routes/cccmc/index.ts +2 -1
  242. package/lib/routes/ccf/ccfcv/index.ts +0 -2
  243. package/lib/routes/ccf/tfbd/utils.ts +0 -3
  244. package/lib/routes/ccfa/index.ts +0 -2
  245. package/lib/routes/ccreports/index.ts +3 -3
  246. package/lib/routes/cctv/jx.ts +3 -3
  247. package/lib/routes/cctv/utils/news.ts +3 -3
  248. package/lib/routes/cctv/utils/xinwen1j1.ts +1 -1
  249. package/lib/routes/cctv/xwlb.ts +1 -1
  250. package/lib/routes/cde/xxgk.ts +24 -9
  251. package/lib/routes/cdu/cdrw.ts +80 -0
  252. package/lib/routes/cdu/tzggcdunews.ts +80 -0
  253. package/lib/routes/cdzjryb/project-list.ts +0 -2
  254. package/lib/routes/cebbank/all.ts +6 -8
  255. package/lib/routes/cebbank/history.ts +3 -5
  256. package/lib/routes/cfr/index.ts +3 -2
  257. package/lib/routes/cfr/utils.ts +2 -10
  258. package/lib/routes/chaincatcher/home.ts +0 -2
  259. package/lib/routes/changba/user.ts +41 -47
  260. package/lib/routes/chaoxing/qk.ts +0 -2
  261. package/lib/routes/chaping/banner.ts +1 -1
  262. package/lib/routes/chaping/news.ts +1 -1
  263. package/lib/routes/chaping/newsflash.ts +1 -1
  264. package/lib/routes/china/finance/finance.ts +2 -2
  265. package/lib/routes/china/news/highlights/news.ts +11 -15
  266. package/lib/routes/china/news/military/news.ts +11 -15
  267. package/lib/routes/chinacdc/index.ts +2 -4
  268. package/lib/routes/chinadaily/language.ts +324 -0
  269. package/lib/routes/chinadaily/namespace.ts +9 -0
  270. package/lib/routes/chinadaily/templates/description.art +21 -0
  271. package/lib/routes/chinadegrees/province.ts +0 -2
  272. package/lib/routes/chinanews/index.ts +2 -2
  273. package/lib/routes/chinaratings/credit-research.ts +2 -1
  274. package/lib/routes/chinaventure/index.ts +3 -5
  275. package/lib/routes/{trending → chiphell}/namespace.ts +2 -2
  276. package/lib/routes/chiphell/portal.ts +82 -0
  277. package/lib/routes/chnmuseum/namespace.ts +10 -0
  278. package/lib/routes/chnmuseum/xingnew.ts +73 -0
  279. package/lib/routes/chnmuseum/xwzt.ts +67 -0
  280. package/lib/routes/chocolatey/namespace.ts +9 -0
  281. package/lib/routes/chocolatey/packages.ts +122 -0
  282. package/lib/routes/chongbuluo/index.ts +86 -0
  283. package/lib/routes/chongbuluo/namespace.ts +7 -0
  284. package/lib/routes/chuanliu/nice.ts +0 -2
  285. package/lib/routes/chuapp/chuapp.ts +147 -0
  286. package/lib/routes/chuapp/namespace.ts +7 -0
  287. package/lib/routes/chub/characters.ts +4 -6
  288. package/lib/routes/cib/whpj.ts +3 -3
  289. package/lib/routes/cih-index/namespace.ts +7 -0
  290. package/lib/routes/cih-index/report.ts +74 -0
  291. package/lib/routes/ciidbnu/index.ts +3 -3
  292. package/lib/routes/civitai/user.ts +90 -0
  293. package/lib/routes/ciweimao/chapter.ts +1 -1
  294. package/lib/routes/clickme/index.ts +1 -1
  295. package/lib/routes/cline/blog.ts +80 -0
  296. package/lib/routes/cline/namespace.ts +13 -0
  297. package/lib/routes/cls/depth.ts +0 -2
  298. package/lib/routes/cls/hot.ts +0 -2
  299. package/lib/routes/cls/subject.ts +0 -2
  300. package/lib/routes/cls/telegraph.ts +0 -2
  301. package/lib/routes/cma/channel.ts +0 -2
  302. package/lib/routes/cmde/index.ts +1 -1
  303. package/lib/routes/cna/index.ts +2 -24
  304. package/lib/routes/cna/utils.ts +23 -0
  305. package/lib/routes/cna/web/index.ts +2 -22
  306. package/lib/routes/cnbeta/namespace.ts +1 -1
  307. package/lib/routes/cncf/index.ts +3 -3
  308. package/lib/routes/cncf/reports.ts +3 -3
  309. package/lib/routes/cngal/entry.ts +2 -4
  310. package/lib/routes/cngal/weekly.ts +3 -5
  311. package/lib/routes/cnjxol/index.ts +0 -2
  312. package/lib/routes/cnki/debut.ts +7 -9
  313. package/lib/routes/cnki/journals.ts +11 -13
  314. package/lib/routes/cnki/utils.ts +0 -3
  315. package/lib/routes/cntheory/paper.ts +0 -2
  316. package/lib/routes/cntv/column.ts +1 -3
  317. package/lib/routes/cockroachlabs/blog.ts +113 -0
  318. package/lib/routes/cockroachlabs/namespace.ts +7 -0
  319. package/lib/routes/codeforces/contests.ts +4 -6
  320. package/lib/routes/colamanga/manga.ts +3 -3
  321. package/lib/routes/comicskingdom/index.ts +1 -3
  322. package/lib/routes/cool18/index.ts +70 -42
  323. package/lib/routes/{copernicium → coolpc}/namespace.ts +2 -2
  324. package/lib/routes/coolpc/news.ts +53 -0
  325. package/lib/routes/coomer/index.ts +1 -3
  326. package/lib/routes/copymanga/comic.ts +11 -23
  327. package/lib/routes/cosplaytele/article.ts +14 -6
  328. package/lib/routes/cosplaytele/category.ts +12 -6
  329. package/lib/routes/cosplaytele/latest.ts +12 -3
  330. package/lib/routes/cosplaytele/popular.ts +2 -4
  331. package/lib/routes/cosplaytele/tag.ts +12 -6
  332. package/lib/routes/cpcey/index.ts +3 -3
  333. package/lib/routes/cpta/handler.ts +2 -6
  334. package/lib/routes/crac/exam.ts +60 -0
  335. package/lib/routes/crac/index.ts +9 -4
  336. package/lib/routes/crac/namespace.ts +1 -0
  337. package/lib/routes/crac/templates/exam.art +54 -0
  338. package/lib/routes/creative-comic/book.ts +0 -2
  339. package/lib/routes/creative-comic/utils.ts +2 -2
  340. package/lib/routes/cssn/iolaw.ts +3 -3
  341. package/lib/routes/csu/cse.ts +1 -1
  342. package/lib/routes/csu/utils.ts +1 -1
  343. package/lib/routes/cts/news.ts +23 -22
  344. package/lib/routes/cuilingmag/index.ts +1 -3
  345. package/lib/routes/cupl/jwc.ts +69 -0
  346. package/lib/routes/cupl/namespace.ts +20 -0
  347. package/lib/routes/curius/links.ts +0 -2
  348. package/lib/routes/cursor/changelog.ts +2 -1
  349. package/lib/routes/cw/utils.ts +2 -0
  350. package/lib/routes/cyzone/author.ts +1 -1
  351. package/lib/routes/cyzone/label.ts +1 -1
  352. package/lib/routes/cyzone/util.ts +8 -10
  353. package/lib/routes/cztv/daily.ts +0 -2
  354. package/lib/routes/cztv/zjxwlb.ts +0 -2
  355. package/lib/routes/daily/utils.ts +0 -2
  356. package/lib/routes/damai/activity.ts +0 -2
  357. package/lib/routes/dapenti/utils.ts +1 -1
  358. package/lib/routes/daum/potplayer.ts +257 -0
  359. package/lib/routes/dayanzai/index.ts +19 -21
  360. package/lib/routes/dbaplus/rss.ts +3 -4
  361. package/lib/routes/dcard/utils.ts +38 -37
  362. package/lib/routes/dcfever/news.ts +1 -1
  363. package/lib/routes/dcfever/reviews.ts +1 -1
  364. package/lib/routes/dcfever/trading-search.ts +1 -1
  365. package/lib/routes/dcfever/trading.ts +1 -1
  366. package/lib/routes/dcfever/utils.ts +0 -3
  367. package/lib/routes/ddosi/category.ts +3 -3
  368. package/lib/routes/ddosi/index.ts +3 -3
  369. package/lib/routes/deadline/posts.ts +0 -2
  370. package/lib/routes/dedao/index.ts +1 -1
  371. package/lib/routes/dedao/knowledge.ts +1 -3
  372. package/lib/routes/dedao/list.ts +1 -1
  373. package/lib/routes/dedao/user.ts +1 -3
  374. package/lib/routes/deepl/blog.ts +422 -0
  375. package/lib/routes/deepl/namespace.ts +9 -0
  376. package/lib/routes/deepl/templates/description.art +21 -0
  377. package/lib/routes/deeplearning/the-batch.ts +0 -2
  378. package/lib/routes/deepmind/blog.ts +1 -1
  379. package/lib/routes/dehenglaw/index.ts +0 -2
  380. package/lib/routes/diandong/news.ts +1 -1
  381. package/lib/routes/diariofruticola/filtro.ts +130 -0
  382. package/lib/routes/diariofruticola/namespace.ts +9 -0
  383. package/lib/routes/diershoubing/news.ts +0 -2
  384. package/lib/routes/digitalcameraworld/news.ts +1 -1
  385. package/lib/routes/discord/channel.ts +0 -2
  386. package/lib/routes/discord/search.ts +0 -3
  387. package/lib/routes/disinfo/publications.ts +3 -3
  388. package/lib/routes/dlnews/category.ts +2 -7
  389. package/lib/routes/dlsite/campaign.ts +1 -1
  390. package/lib/routes/dlsite/ci-en/article.ts +1 -1
  391. package/lib/routes/dlsite/new.ts +1 -1
  392. package/lib/routes/dlsite/utils.ts +0 -3
  393. package/lib/routes/dmzj/news.ts +5 -5
  394. package/lib/routes/dn/news.ts +1 -3
  395. package/lib/routes/dockerhub/build.ts +1 -1
  396. package/lib/routes/dockerhub/tag.ts +1 -1
  397. package/lib/routes/domp4/detail.ts +8 -6
  398. package/lib/routes/domp4/latest-movie-bt.ts +10 -10
  399. package/lib/routes/domp4/latest.ts +8 -8
  400. package/lib/routes/domp4/namespace.ts +2 -8
  401. package/lib/routes/domp4/utils.ts +5 -5
  402. package/lib/routes/dongqiudi/daily.ts +1 -1
  403. package/lib/routes/dongqiudi/player-news.ts +1 -1
  404. package/lib/routes/dongqiudi/result.ts +1 -1
  405. package/lib/routes/dongqiudi/special.ts +1 -1
  406. package/lib/routes/dongqiudi/team-news.ts +1 -1
  407. package/lib/routes/dongqiudi/top-news.ts +1 -1
  408. package/lib/routes/dora-world/article.ts +1 -1
  409. package/lib/routes/douban/commercialpress/latest.ts +3 -3
  410. package/lib/routes/douban/movie/coming.ts +0 -3
  411. package/lib/routes/douban/other/celebrity.ts +9 -13
  412. package/lib/routes/douban/other/doulist.ts +16 -16
  413. package/lib/routes/douban/other/explore-column.ts +6 -6
  414. package/lib/routes/douban/other/explore.ts +23 -29
  415. package/lib/routes/douban/other/group.ts +2 -2
  416. package/lib/routes/douban/other/jobs.ts +5 -7
  417. package/lib/routes/douban/other/later.ts +3 -3
  418. package/lib/routes/douban/other/latest-music.ts +1 -1
  419. package/lib/routes/douban/other/list.ts +3 -5
  420. package/lib/routes/douban/other/playing.ts +1 -1
  421. package/lib/routes/douban/other/recommended.ts +0 -2
  422. package/lib/routes/douban/other/replied.ts +3 -3
  423. package/lib/routes/douban/other/replies.ts +3 -3
  424. package/lib/routes/douban/other/topic.ts +1 -1
  425. package/lib/routes/douban/other/weekly-best.ts +0 -2
  426. package/lib/routes/douban/people/status.ts +2 -2
  427. package/lib/routes/douban/people/wish.ts +2 -2
  428. package/lib/routes/douyin/hashtag.ts +1 -1
  429. package/lib/routes/douyin/live.ts +1 -1
  430. package/lib/routes/douyin/utils.ts +0 -3
  431. package/lib/routes/douyu/group.ts +0 -2
  432. package/lib/routes/douyu/post.ts +0 -2
  433. package/lib/routes/dribbble/utils.ts +0 -3
  434. package/lib/routes/dtcj/datainsight.ts +3 -3
  435. package/lib/routes/duozhuayu/search.ts +0 -2
  436. package/lib/routes/dushu/fuzhou/index.ts +0 -2
  437. package/lib/routes/dw/rss.ts +2 -2
  438. package/lib/routes/dw/utils.ts +0 -2
  439. package/lib/routes/dx2025/index.ts +4 -4
  440. package/lib/routes/dytt/index.ts +2 -1
  441. package/lib/routes/e-hentai/index.ts +0 -2
  442. package/lib/routes/ea/apex-news.ts +104 -0
  443. package/lib/routes/ea/namespace.ts +6 -0
  444. package/lib/routes/eagle/blog.ts +3 -3
  445. package/lib/routes/eagle/changelog.ts +25 -29
  446. package/lib/routes/eastmoney/report/index.ts +1 -4
  447. package/lib/routes/eastmoney/search/index.ts +1 -1
  448. package/lib/routes/eastmoney/ttjj/user.ts +1 -1
  449. package/lib/routes/ecnu/contest.ts +0 -2
  450. package/lib/routes/ecnu/jwc.ts +3 -3
  451. package/lib/routes/economist/espresso.ts +1 -1
  452. package/lib/routes/economist/full.ts +1 -1
  453. package/lib/routes/ehentai/ehapi.ts +1 -1
  454. package/lib/routes/elsevier/issue.ts +3 -5
  455. package/lib/routes/elsevier/journal.ts +3 -5
  456. package/lib/routes/embassy/supported-list.ts +1 -1
  457. package/lib/routes/epicgames/index.ts +1 -3
  458. package/lib/routes/eprice/rss.ts +0 -2
  459. package/lib/routes/eshukan/academic.ts +0 -2
  460. package/lib/routes/espn/news.ts +1 -4
  461. package/lib/routes/esquirehk/tag.ts +1 -4
  462. package/lib/routes/eventernote/actors.ts +1 -1
  463. package/lib/routes/everia/article.ts +21 -0
  464. package/lib/routes/everia/category.ts +54 -0
  465. package/lib/routes/everia/const.ts +4 -0
  466. package/lib/routes/everia/latest.ts +49 -0
  467. package/lib/routes/everia/namespace.ts +6 -0
  468. package/lib/routes/everia/search.ts +45 -0
  469. package/lib/routes/everia/tag.ts +54 -0
  470. package/lib/routes/famitsu/category.ts +1 -3
  471. package/lib/routes/fanbox/utils.ts +1 -4
  472. package/lib/routes/fangchan/list.ts +2 -4
  473. package/lib/routes/fansly/utils.ts +0 -3
  474. package/lib/routes/fantia/search.ts +1 -1
  475. package/lib/routes/fantia/user.ts +1 -1
  476. package/lib/routes/farcaster/namespace.ts +7 -0
  477. package/lib/routes/farcaster/user.ts +46 -0
  478. package/lib/routes/farmatters/index.ts +0 -2
  479. package/lib/routes/fashionnetwork/index.ts +0 -2
  480. package/lib/routes/fashionnetwork/namespace.ts +1 -1
  481. package/lib/routes/fastbull/express-news.ts +1 -1
  482. package/lib/routes/fastbull/news.ts +1 -3
  483. package/lib/routes/fediverse/timeline.ts +1 -1
  484. package/lib/routes/feng/forum.ts +0 -2
  485. package/lib/routes/ff14/ff14-global.ts +1 -3
  486. package/lib/routes/ff14/ff14-zh.ts +0 -2
  487. package/lib/routes/fffdm/manhua/manhua.ts +1 -3
  488. package/lib/routes/finviz/news.ts +1 -1
  489. package/lib/routes/finviz/quote.ts +14 -16
  490. package/lib/routes/fisher-spb/news.ts +3 -5
  491. package/lib/routes/fishshell/index.ts +3 -3
  492. package/lib/routes/fjksbm/index.ts +1 -1
  493. package/lib/routes/flyert/creditcard.ts +4 -4
  494. package/lib/routes/flyert/namespace.ts +1 -1
  495. package/lib/routes/flyert/preferential.ts +3 -3
  496. package/lib/routes/flyert/util.ts +0 -3
  497. package/lib/routes/flyert/utils.ts +17 -11
  498. package/lib/routes/focustaiwan/index.ts +0 -2
  499. package/lib/routes/followin/index.ts +1 -1
  500. package/lib/routes/followin/news.ts +1 -1
  501. package/lib/routes/followin/utils.ts +0 -3
  502. package/lib/routes/foresightnews/article.ts +1 -1
  503. package/lib/routes/foresightnews/column.ts +1 -1
  504. package/lib/routes/foresightnews/index.ts +1 -1
  505. package/lib/routes/foresightnews/news.ts +1 -1
  506. package/lib/routes/foresightnews/util.ts +9 -14
  507. package/lib/routes/fosshub/index.ts +0 -2
  508. package/lib/routes/freecomputerbooks/index.ts +0 -2
  509. package/lib/routes/freewechat/profile.ts +7 -1
  510. package/lib/routes/ft/myft.ts +4 -4
  511. package/lib/routes/ftm/index.ts +1 -1
  512. package/lib/routes/furaffinity/browse.ts +1 -1
  513. package/lib/routes/furaffinity/home.ts +1 -1
  514. package/lib/routes/furaffinity/journals.ts +1 -1
  515. package/lib/routes/furaffinity/search.ts +1 -1
  516. package/lib/routes/furaffinity/shouts.ts +1 -1
  517. package/lib/routes/furaffinity/status.ts +1 -1
  518. package/lib/routes/furstar/artists.ts +2 -2
  519. package/lib/routes/furstar/utils.ts +14 -19
  520. package/lib/routes/futunn/main.ts +0 -2
  521. package/lib/routes/fx-markets/channel.ts +12 -14
  522. package/lib/routes/fx678/kx.ts +3 -3
  523. package/lib/routes/fzmtr/announcements.ts +3 -3
  524. package/lib/routes/gameapps/index.ts +1 -3
  525. package/lib/routes/gamebase/news.ts +0 -3
  526. package/lib/routes/gamekee/namespace.ts +6 -0
  527. package/lib/routes/gamekee/news.ts +64 -0
  528. package/lib/routes/gamer/ani/anime.ts +1 -1
  529. package/lib/routes/gamer/ani/new-anime.ts +1 -1
  530. package/lib/routes/gamer/gnn-index.ts +4 -4
  531. package/lib/routes/gamer/hot.ts +4 -4
  532. package/lib/routes/gamersky/utils.ts +1 -1
  533. package/lib/routes/gcores/articles.ts +0 -3
  534. package/lib/routes/gcores/categories.ts +0 -3
  535. package/lib/routes/gcores/collections.ts +0 -3
  536. package/lib/routes/gcores/news.ts +0 -3
  537. package/lib/routes/gcores/parser.ts +1 -4
  538. package/lib/routes/gcores/program-previews.ts +47 -0
  539. package/lib/routes/gcores/radio.ts +6 -8
  540. package/lib/routes/gcores/tags.ts +0 -3
  541. package/lib/routes/gcores/topics.ts +0 -3
  542. package/lib/routes/gcores/util.ts +0 -3
  543. package/lib/routes/gcores/videos.ts +0 -3
  544. package/lib/routes/gdut/oa-news.ts +85 -84
  545. package/lib/routes/geekpark/index.ts +1 -3
  546. package/lib/routes/gelbooru/utils.ts +0 -3
  547. package/lib/routes/gelonghui/home.ts +1 -1
  548. package/lib/routes/gelonghui/hot-article.ts +1 -1
  549. package/lib/routes/gelonghui/keyword.ts +1 -1
  550. package/lib/routes/gelonghui/live.ts +1 -3
  551. package/lib/routes/gelonghui/subject.ts +1 -1
  552. package/lib/routes/gelonghui/user.ts +1 -1
  553. package/lib/routes/geocaching/blogs.ts +5 -4
  554. package/lib/routes/gettr/user.ts +1 -3
  555. package/lib/routes/gihyo/group.ts +17 -19
  556. package/lib/routes/gitcode/namespace.ts +7 -0
  557. package/lib/routes/gitcode/repos/commits.ts +67 -0
  558. package/lib/routes/github/activity.ts +2 -1
  559. package/lib/routes/github/comments.ts +2 -2
  560. package/lib/routes/github/contributors.ts +1 -1
  561. package/lib/routes/github/issue.ts +1 -1
  562. package/lib/routes/github/pulse.ts +0 -2
  563. package/lib/routes/github/star.ts +1 -1
  564. package/lib/routes/github/trending.ts +1 -3
  565. package/lib/routes/gitpod/blog.ts +0 -2
  566. package/lib/routes/gmu/namespace.ts +7 -0
  567. package/lib/routes/gmu/news.ts +136 -0
  568. package/lib/routes/gmu/yjs.ts +173 -0
  569. package/lib/routes/go/jihs/idwr.ts +137 -0
  570. package/lib/routes/gofans/index.ts +0 -2
  571. package/lib/routes/google/citations.ts +2 -2
  572. package/lib/routes/google/doodles.ts +1 -1
  573. package/lib/routes/google/fonts.ts +0 -2
  574. package/lib/routes/google/news.ts +1 -3
  575. package/lib/routes/google/scholar.ts +2 -2
  576. package/lib/routes/google/search.ts +18 -32
  577. package/lib/routes/gov/caac/cjwt.ts +0 -2
  578. package/lib/routes/gov/cbirc/index.ts +14 -13
  579. package/lib/routes/gov/chinatax/latest.ts +3 -3
  580. package/lib/routes/gov/chongqing/sydwgkzp.ts +22 -6
  581. package/lib/routes/gov/cmse/fxrw.ts +0 -2
  582. package/lib/routes/gov/cmse/index.ts +0 -2
  583. package/lib/routes/gov/csrc/news.ts +1 -3
  584. package/lib/routes/gov/customs/list.ts +8 -3
  585. package/lib/routes/gov/forestry/gjlckjdjt.ts +0 -2
  586. package/lib/routes/gov/general/general.ts +1 -4
  587. package/lib/routes/gov/guangdong/tqyb/sncsyjxh.ts +0 -2
  588. package/lib/routes/gov/guangdong/tqyb/tfxtq.ts +0 -2
  589. package/lib/routes/gov/hangzhou/namespace.ts +9 -0
  590. package/lib/routes/gov/hangzhou/templates/jbxx.art +173 -0
  591. package/lib/routes/gov/hangzhou/zjzwfw.ts +89 -0
  592. package/lib/routes/gov/hangzhou/zwfw.ts +110 -0
  593. package/lib/routes/gov/huizhou/zwgk/index.ts +3 -3
  594. package/lib/routes/gov/hunan/changsha/major-email.ts +3 -3
  595. package/lib/routes/gov/jiangsu/wlt/index.ts +2 -5
  596. package/lib/routes/gov/jinan/healthcommission/medical-exam-notice.ts +16 -18
  597. package/lib/routes/gov/mee/ywdt.ts +3 -3
  598. package/lib/routes/gov/miit/wjfb.ts +6 -6
  599. package/lib/routes/gov/miit/yjzj.ts +6 -6
  600. package/lib/routes/gov/miit/zcwj.ts +1 -1
  601. package/lib/routes/gov/moa/gjs.ts +2 -1
  602. package/lib/routes/gov/moa/moa.ts +3 -3
  603. package/lib/routes/gov/moa/zdscxx.ts +13 -11
  604. package/lib/routes/gov/moe/moe.ts +35 -37
  605. package/lib/routes/gov/mof/gss.ts +82 -0
  606. package/lib/routes/gov/nea/ghs.ts +70 -37
  607. package/lib/routes/gov/nrta/dsj.ts +13 -14
  608. package/lib/routes/gov/nrta/news.ts +3 -3
  609. package/lib/routes/gov/pbc/goutongjiaoliu.ts +4 -4
  610. package/lib/routes/gov/pbc/gzlw.ts +3 -3
  611. package/lib/routes/gov/pbc/trade-announcement.ts +3 -3
  612. package/lib/routes/gov/pbc/zcyj.ts +3 -3
  613. package/lib/routes/gov/safe/util.ts +0 -3
  614. package/lib/routes/gov/samr/xgzlyhd.ts +0 -2
  615. package/lib/routes/gov/sh/fgw/index.ts +0 -2
  616. package/lib/routes/gov/sh/rsj/ksxm.ts +3 -5
  617. package/lib/routes/gov/sh/wgj/wgj.ts +3 -5
  618. package/lib/routes/gov/sh/wsjkw/yqtb/index.ts +14 -18
  619. package/lib/routes/gov/shenzhen/hrss/szksy/index.ts +3 -3
  620. package/lib/routes/gov/shenzhen/zzb/index.ts +3 -3
  621. package/lib/routes/gov/sichuan/deyang/govpublicinfo.ts +9 -12
  622. package/lib/routes/gov/sichuan/deyang/mztoday.ts +0 -2
  623. package/lib/routes/gov/stats/index.ts +4 -10
  624. package/lib/routes/gov/taiyuan/rsj.ts +3 -3
  625. package/lib/routes/gq/news.ts +1 -1
  626. package/lib/routes/grainoil/category.ts +2 -1
  627. package/lib/routes/greasyfork/feedback.ts +1 -1
  628. package/lib/routes/greasyfork/versions.ts +1 -1
  629. package/lib/routes/grist/featured.ts +1 -1
  630. package/lib/routes/grist/index.ts +1 -1
  631. package/lib/routes/grist/series.ts +1 -1
  632. package/lib/routes/grist/topic.ts +1 -1
  633. package/lib/routes/guancha/member.ts +1 -1
  634. package/lib/routes/guangdiu/cheaps.ts +3 -3
  635. package/lib/routes/guangdiu/index.ts +3 -3
  636. package/lib/routes/guangdiu/rank.ts +3 -3
  637. package/lib/routes/guangdiu/search.ts +3 -3
  638. package/lib/routes/guangzhoumetro/news.ts +3 -3
  639. package/lib/routes/guduodata/daily.ts +0 -2
  640. package/lib/routes/gumroad/index.ts +0 -2
  641. package/lib/routes/guokr/channel.ts +1 -1
  642. package/lib/routes/guokr/scientific.ts +1 -1
  643. package/lib/routes/guozaoke/index.ts +34 -35
  644. package/lib/routes/gzdaily/app.ts +0 -2
  645. package/lib/routes/hackernews/index.ts +6 -6
  646. package/lib/routes/hackyournews/index.ts +5 -5
  647. package/lib/routes/hafu/utils.ts +90 -99
  648. package/lib/routes/hanime1/namespace.ts +7 -0
  649. package/lib/routes/hanime1/previews.ts +97 -0
  650. package/lib/routes/hanime1/search.ts +95 -0
  651. package/lib/routes/harvard/health/blog.ts +1 -1
  652. package/lib/routes/hashnode/blog.ts +0 -2
  653. package/lib/routes/hbr/topic.ts +4 -4
  654. package/lib/routes/hdu/cs/notice.ts +10 -15
  655. package/lib/routes/hdu/cs/pg.ts +10 -15
  656. package/lib/routes/hebtv/nong-bo-shi-zai-xing-dong.ts +0 -2
  657. package/lib/routes/hedwig/namespace.ts +7 -0
  658. package/lib/routes/hedwig/posts.ts +60 -0
  659. package/lib/routes/hellobtc/information.ts +4 -4
  660. package/lib/routes/hellobtc/kepu.ts +4 -4
  661. package/lib/routes/hellobtc/news.ts +4 -4
  662. package/lib/routes/hellogithub/index.ts +1 -1
  663. package/lib/routes/hellogithub/report.ts +0 -2
  664. package/lib/routes/hellogithub/volume.ts +0 -2
  665. package/lib/routes/hicairo/rss.ts +3 -3
  666. package/lib/routes/hiring.cafe/jobs.ts +0 -3
  667. package/lib/routes/hit/hitgs.ts +3 -3
  668. package/lib/routes/hitcon/zeroday.ts +0 -3
  669. package/lib/routes/hitwh/today.ts +3 -3
  670. package/lib/routes/hk01/utils.ts +0 -3
  671. package/lib/routes/hkej/index.ts +11 -15
  672. package/lib/routes/hkepc/index.ts +2 -2
  673. package/lib/routes/hket/index.ts +1 -3
  674. package/lib/routes/hkjunkcall/index.ts +3 -3
  675. package/lib/routes/hostmonit/cloudflareyes.ts +0 -2
  676. package/lib/routes/hotukdeals/index.ts +2 -2
  677. package/lib/routes/houxu/events.ts +0 -2
  678. package/lib/routes/houxu/index.ts +0 -2
  679. package/lib/routes/houxu/memory.ts +0 -2
  680. package/lib/routes/howtoforge/rss.ts +3 -3
  681. package/lib/routes/hoyolab/news.ts +0 -2
  682. package/lib/routes/hpoi/all.ts +1 -1
  683. package/lib/routes/hpoi/banner-item.ts +3 -3
  684. package/lib/routes/hpoi/character.ts +1 -1
  685. package/lib/routes/hpoi/info.ts +68 -23
  686. package/lib/routes/hpoi/user.ts +3 -3
  687. package/lib/routes/hpoi/utils.ts +3 -3
  688. package/lib/routes/hpoi/work.ts +1 -1
  689. package/lib/routes/hrbeu/cec/list.ts +82 -0
  690. package/lib/routes/hrbeu/gx/card.ts +3 -3
  691. package/lib/routes/hrbeu/gx/list.ts +3 -3
  692. package/lib/routes/hrbeu/job/bigemploy.ts +3 -3
  693. package/lib/routes/hrbeu/job/calendar.ts +3 -3
  694. package/lib/routes/hrbeu/job/list.ts +3 -3
  695. package/lib/routes/hrbeu/uae/news.ts +3 -3
  696. package/lib/routes/hrbeu/yjsy/list.ts +3 -3
  697. package/lib/routes/huawei/developer/harmonyos/samplecode.ts +69 -0
  698. package/lib/routes/huawei/namespace.ts +7 -0
  699. package/lib/routes/huggingface/blog-community.ts +126 -0
  700. package/lib/routes/hupu/all.ts +0 -2
  701. package/lib/routes/hupu/bbs.ts +0 -2
  702. package/lib/routes/hupu/templates/description.art +1 -1
  703. package/lib/routes/huxiu/brief-column.ts +1 -1
  704. package/lib/routes/huxiu/channel.ts +1 -1
  705. package/lib/routes/huxiu/club.ts +1 -1
  706. package/lib/routes/huxiu/collection.ts +1 -1
  707. package/lib/routes/huxiu/member.ts +1 -1
  708. package/lib/routes/huxiu/moment.ts +1 -1
  709. package/lib/routes/huxiu/search.ts +1 -1
  710. package/lib/routes/huxiu/tag.ts +1 -1
  711. package/lib/routes/huxiu/util.ts +0 -3
  712. package/lib/routes/hyperdash/namespace.ts +7 -0
  713. package/lib/routes/hyperdash/templates/description.art +34 -0
  714. package/lib/routes/hyperdash/top-traders.ts +84 -0
  715. package/lib/routes/hyperdash/utils.ts +49 -0
  716. package/lib/routes/i-cable/news.ts +0 -3
  717. package/lib/routes/ianspriggs/index.ts +0 -2
  718. package/lib/routes/icac/news.ts +3 -3
  719. package/lib/routes/idaily/index.ts +1 -3
  720. package/lib/routes/idolmaster/news.ts +1 -1
  721. package/lib/routes/idolypride/news.ts +1 -1
  722. package/lib/routes/ieee/author.ts +0 -2
  723. package/lib/routes/ieee/journal.ts +0 -2
  724. package/lib/routes/ielts/index.ts +2 -2
  725. package/lib/routes/ifanr/category.ts +1 -1
  726. package/lib/routes/ifanr/digest.ts +1 -1
  727. package/lib/routes/ifanr/index.ts +1 -1
  728. package/lib/routes/ifeng/news.ts +0 -2
  729. package/lib/routes/ifeng/utils.ts +0 -3
  730. package/lib/routes/iguoguo/index.ts +57 -55
  731. package/lib/routes/ikea/cn/utils.ts +0 -3
  732. package/lib/routes/ikea/gb/new.ts +0 -2
  733. package/lib/routes/ikea/gb/offer.ts +0 -2
  734. package/lib/routes/iknowwhatyoudownload/daily.ts +1 -4
  735. package/lib/routes/imdb/chart.ts +2 -4
  736. package/lib/routes/imhcg/blog.ts +6 -6
  737. package/lib/routes/imiker/jinghua.ts +0 -2
  738. package/lib/routes/infoq/presentations.ts +1 -3
  739. package/lib/routes/infoq/recommend.ts +1 -1
  740. package/lib/routes/infoq/topic.ts +17 -14
  741. package/lib/routes/informedainews/docs.ts +1 -1
  742. package/lib/routes/informs/index.ts +3 -6
  743. package/lib/routes/inoreader/index.ts +18 -20
  744. package/lib/routes/inoreader/rss.ts +1 -1
  745. package/lib/routes/instagram/common-utils.ts +0 -3
  746. package/lib/routes/instagram/private-api/index.ts +1 -1
  747. package/lib/routes/instagram/web-api/index.ts +17 -13
  748. package/lib/routes/instagram/web-api/utils.ts +46 -66
  749. package/lib/routes/iplaysoft/index.ts +39 -9
  750. package/lib/routes/ipsw/index.ts +10 -11
  751. package/lib/routes/ipsw.dev/index.ts +3 -5
  752. package/lib/routes/iqilu/program.ts +0 -2
  753. package/lib/routes/iqiyi/album.ts +0 -2
  754. package/lib/routes/iqiyi/video.ts +6 -10
  755. package/lib/routes/iresearch/chart.ts +0 -3
  756. package/lib/routes/iresearch/report.ts +1 -3
  757. package/lib/routes/iresearch/weekly.ts +0 -2
  758. package/lib/routes/itch/devlog.ts +0 -2
  759. package/lib/routes/itch/index.ts +0 -2
  760. package/lib/routes/ithome/index.ts +3 -3
  761. package/lib/routes/ithome/ranking.ts +5 -5
  762. package/lib/routes/ithome/tag.ts +3 -3
  763. package/lib/routes/ithome/tw/feeds.ts +1 -1
  764. package/lib/routes/ithome/zt.ts +0 -2
  765. package/lib/routes/iwara/subscriptions.ts +0 -2
  766. package/lib/routes/ixigua/user-video.ts +0 -2
  767. package/lib/routes/jandan/index.ts +36 -12
  768. package/lib/routes/jandan/section.ts +102 -44
  769. package/lib/routes/jandan/utils.ts +248 -0
  770. package/lib/routes/japanpost/track.ts +46 -53
  771. package/lib/routes/japanpost/utils.ts +4 -4
  772. package/lib/routes/javbus/index.ts +1 -3
  773. package/lib/routes/javlibrary/utils.ts +0 -3
  774. package/lib/routes/javtiful/utils.ts +0 -3
  775. package/lib/routes/javtrailers/utils.ts +0 -2
  776. package/lib/routes/jd/price.ts +0 -2
  777. package/lib/routes/jewishmuseum/exhibitions.ts +2 -2
  778. package/lib/routes/jianshu/collection.ts +2 -2
  779. package/lib/routes/jianshu/home.ts +2 -2
  780. package/lib/routes/jianshu/user.ts +2 -2
  781. package/lib/routes/jiemian/account.ts +16 -0
  782. package/lib/routes/jiemian/common.ts +101 -0
  783. package/lib/routes/jiemian/lists.ts +93 -106
  784. package/lib/routes/jiemian/special.ts +12 -0
  785. package/lib/routes/jiemian/video.ts +19 -0
  786. package/lib/routes/jiemian/vip.ts +20 -0
  787. package/lib/routes/jike/topic.ts +1 -1
  788. package/lib/routes/jike/user.ts +1 -1
  789. package/lib/routes/jike/utils.ts +0 -1
  790. package/lib/routes/jimmyspa/books.ts +0 -2
  791. package/lib/routes/jimmyspa/news.ts +0 -2
  792. package/lib/routes/jin10/category.ts +221 -0
  793. package/lib/routes/jin10/index.ts +1 -3
  794. package/lib/routes/jin10/topic.ts +1 -1
  795. package/lib/routes/jingzhengu/utils.ts +3 -3
  796. package/lib/routes/jinse/catalogue.ts +0 -2
  797. package/lib/routes/jinse/lives.ts +1 -3
  798. package/lib/routes/jinse/timeline.ts +1 -3
  799. package/lib/routes/jisilu/util.ts +2 -1
  800. package/lib/routes/jiuyangongshe/community.ts +2 -5
  801. package/lib/routes/jjwxc/author.ts +0 -2
  802. package/lib/routes/jjwxc/book.ts +1 -3
  803. package/lib/routes/joins/chinese.ts +0 -2
  804. package/lib/routes/joneslanglasalle/index.ts +2 -4
  805. package/lib/routes/jpmorganchase/namespace.ts +9 -0
  806. package/lib/routes/jpmorganchase/research.ts +107 -0
  807. package/lib/routes/jpxgmn/search.ts +2 -2
  808. package/lib/routes/jpxgmn/tab.ts +3 -3
  809. package/lib/routes/jpxgmn/utils.ts +11 -6
  810. package/lib/routes/jpxgmn/weekly.ts +3 -3
  811. package/lib/routes/juejin/pins.ts +4 -6
  812. package/lib/routes/jumeili/home.ts +98 -0
  813. package/lib/routes/jumeili/namespace.ts +7 -0
  814. package/lib/routes/jump/discount.ts +0 -2
  815. package/lib/routes/kadokawa/blog.ts +0 -2
  816. package/lib/routes/kamen-rider-official/news.ts +0 -2
  817. package/lib/routes/kantarworldpanel/index.ts +0 -2
  818. package/lib/routes/kanxue/topic.ts +5 -5
  819. package/lib/routes/kbs/news.ts +3 -3
  820. package/lib/routes/kbs/today.ts +3 -3
  821. package/lib/routes/kcna/news.ts +35 -37
  822. package/lib/routes/keep/templates/user.art +10 -8
  823. package/lib/routes/keep/user.ts +31 -39
  824. package/lib/routes/kemono/const.ts +9 -0
  825. package/lib/routes/kemono/index.ts +282 -143
  826. package/lib/routes/kemono/types.ts +31 -0
  827. package/lib/routes/kepu/live.ts +0 -2
  828. package/lib/routes/konachan/post.ts +27 -19
  829. package/lib/routes/kpmg/insights.ts +0 -2
  830. package/lib/routes/kpopping/kpics.ts +215 -0
  831. package/lib/routes/kpopping/news.ts +2 -4
  832. package/lib/routes/kuaidi100/utils.ts +1 -1
  833. package/lib/routes/kurogames/namespace.ts +1 -1
  834. package/lib/routes/kurogames/wutheringwaves/constants.ts +34 -0
  835. package/lib/routes/kurogames/wutheringwaves/news.ts +63 -33
  836. package/lib/routes/kurogames/wutheringwaves/utils.ts +79 -0
  837. package/lib/routes/kyodonews/index.ts +8 -10
  838. package/lib/routes/lala/rss.ts +3 -3
  839. package/lib/routes/lang/room.ts +0 -2
  840. package/lib/routes/lanqiao/utils.ts +0 -3
  841. package/lib/routes/laohu8/personal.ts +1 -1
  842. package/lib/routes/learnblockchain/posts.ts +11 -15
  843. package/lib/routes/learnku/topic.ts +1 -3
  844. package/lib/routes/leetcode/articles.ts +8 -8
  845. package/lib/routes/leetcode/dailyquestion-cn.ts +0 -2
  846. package/lib/routes/leetcode/dailyquestion-en.ts +0 -2
  847. package/lib/routes/leiphone/index.ts +1 -1
  848. package/lib/routes/lemmy/index.ts +1 -1
  849. package/lib/routes/lenovo/drive.ts +65 -0
  850. package/lib/routes/lenovo/namespace.ts +7 -0
  851. package/lib/routes/lenovo/templates/drive.art +9 -0
  852. package/lib/routes/lens/namespace.ts +7 -0
  853. package/lib/routes/lens/profile.ts +80 -0
  854. package/lib/routes/lfsyd/utils.ts +0 -3
  855. package/lib/routes/lhratings/research.ts +2 -1
  856. package/lib/routes/line/publisher.ts +1 -1
  857. package/lib/routes/line/today.ts +1 -1
  858. package/lib/routes/lineageos/changes.ts +79 -0
  859. package/lib/routes/lineageos/namespace.ts +9 -0
  860. package/lib/routes/linkedin/cn/renderer.ts +2 -2
  861. package/lib/routes/linkedin/cn/utils.ts +1 -4
  862. package/lib/routes/linkedin/jobs.ts +1 -1
  863. package/lib/routes/linkedin/posts.ts +65 -0
  864. package/lib/routes/linkedin/utils.ts +75 -1
  865. package/lib/routes/linkresearcher/index.ts +1 -3
  866. package/lib/routes/linovelib/novel.ts +4 -4
  867. package/lib/routes/liquipedia/cs-matches.ts +51 -25
  868. package/lib/routes/literotica/category.ts +3 -3
  869. package/lib/routes/literotica/new.ts +3 -3
  870. package/lib/routes/liveuamap/index.ts +1 -1
  871. package/lib/routes/lkong/forum.ts +0 -2
  872. package/lib/routes/lkong/thread.ts +0 -2
  873. package/lib/routes/lmu/jobs.ts +0 -2
  874. package/lib/routes/lofter/collection.ts +1 -1
  875. package/lib/routes/lofter/tag.ts +1 -1
  876. package/lib/routes/lofter/user.ts +1 -1
  877. package/lib/routes/logclub/index.ts +0 -2
  878. package/lib/routes/logclub/report.ts +0 -2
  879. package/lib/routes/logonews/index.ts +0 -2
  880. package/lib/routes/logrocket/index.ts +1 -8
  881. package/lib/routes/loltw/news.ts +0 -2
  882. package/lib/routes/lorientlejour/index.ts +1 -3
  883. package/lib/routes/lovelive-anime/news.ts +0 -2
  884. package/lib/routes/lovelive-anime/schedules.ts +2 -4
  885. package/lib/routes/lovelive-anime/topics.ts +0 -2
  886. package/lib/routes/lrepacks/index.ts +0 -2
  887. package/lib/routes/lsnu/jiaowc/tzgg.ts +1 -1
  888. package/lib/routes/ltaaa/article.ts +2 -4
  889. package/lib/routes/luogu/contest.ts +25 -25
  890. package/lib/routes/luolei/index.ts +0 -2
  891. package/lib/routes/lvv2/news.ts +3 -5
  892. package/lib/routes/lvv2/top.ts +3 -5
  893. package/lib/routes/lxixsxa/discography.ts +0 -2
  894. package/lib/routes/lxixsxa/information.ts +0 -2
  895. package/lib/routes/m4/index.ts +0 -2
  896. package/lib/routes/maccms/index.ts +1 -2
  897. package/lib/routes/macfilos/blog.ts +1 -1
  898. package/lib/routes/magazinelib/latest-magazine.ts +0 -2
  899. package/lib/routes/magnumphotos/magazine.ts +1 -1
  900. package/lib/routes/makerworld/contest.ts +51 -0
  901. package/lib/routes/makerworld/namespace.ts +7 -0
  902. package/lib/routes/makerworld/trending.ts +45 -0
  903. package/lib/routes/makerworld/user-upload.ts +54 -0
  904. package/lib/routes/makerworld/utils.ts +18 -0
  905. package/lib/routes/mangadex/_access.ts +111 -0
  906. package/lib/routes/mangadex/_constants.ts +75 -0
  907. package/lib/routes/mangadex/_feed.ts +184 -0
  908. package/lib/routes/mangadex/_profile.ts +47 -0
  909. package/lib/routes/mangadex/_utils.ts +49 -0
  910. package/lib/routes/mangadex/index.ts +16 -67
  911. package/lib/routes/mangadex/mdlist/feed.ts +156 -0
  912. package/lib/routes/mangadex/namespace.ts +2 -0
  913. package/lib/routes/mangadex/user/feed.ts +126 -0
  914. package/lib/routes/mangadex/user/follows.ts +149 -0
  915. package/lib/routes/manhuagui/comic.ts +30 -31
  916. package/lib/routes/manhuagui/subscribe.ts +8 -10
  917. package/lib/routes/manyvids/video.ts +1 -4
  918. package/lib/routes/mastodon/account-id.ts +1 -1
  919. package/lib/routes/mastodon/acct.ts +1 -1
  920. package/lib/routes/mastodon/tag.ts +48 -0
  921. package/lib/routes/mastodon/timeline-local.ts +1 -1
  922. package/lib/routes/mastodon/timeline-remote.ts +1 -1
  923. package/lib/routes/mathpix/blog.ts +155 -0
  924. package/lib/routes/mathpix/namespace.ts +9 -0
  925. package/lib/routes/mathpix/templates/description.art +21 -0
  926. package/lib/routes/matters/namespace.ts +1 -1
  927. package/lib/routes/mckinsey/cn/index.ts +2 -2
  928. package/lib/routes/mcmod/index.ts +2 -3
  929. package/lib/routes/mdpi/journal.ts +3 -5
  930. package/lib/routes/medsci/index.ts +1 -1
  931. package/lib/routes/melonbooks/namespace.ts +9 -0
  932. package/lib/routes/melonbooks/parser.ts +39 -0
  933. package/lib/routes/melonbooks/search.ts +44 -0
  934. package/lib/routes/mercari/keyword.ts +67 -0
  935. package/lib/routes/mercari/namespace.ts +9 -0
  936. package/lib/routes/mercari/templates/item.art +46 -0
  937. package/lib/routes/mercari/templates/shopItem.art +46 -0
  938. package/lib/routes/mercari/types.ts +278 -0
  939. package/lib/routes/mercari/util.ts +306 -0
  940. package/lib/routes/meta/ai-blog.ts +121 -0
  941. package/lib/routes/meta/namespace.ts +6 -0
  942. package/lib/routes/metacritic/index.ts +2 -4
  943. package/lib/routes/metacritic/release.ts +1 -1
  944. package/lib/routes/meteor/utils.ts +0 -3
  945. package/lib/routes/mi/utils.ts +4 -7
  946. package/lib/routes/mihoyo/bbs/follow-list.ts +0 -2
  947. package/lib/routes/mihoyo/bbs/official.ts +0 -2
  948. package/lib/routes/mihoyo/bbs/utils.ts +0 -3
  949. package/lib/routes/mihoyo/ys/news.ts +19 -75
  950. package/lib/routes/mindmeister/example.ts +0 -2
  951. package/lib/routes/minecraft/version.ts +6 -6
  952. package/lib/routes/mingpao/index.ts +1 -3
  953. package/lib/routes/miniflux/entry.ts +5 -5
  954. package/lib/routes/miniflux/subscription.ts +2 -2
  955. package/lib/routes/mirror/index.ts +1 -1
  956. package/lib/routes/missav/new.ts +27 -11
  957. package/lib/routes/misskey/featured-notes.ts +1 -1
  958. package/lib/routes/misskey/home-timeline.ts +1 -1
  959. package/lib/routes/misskey/user-timeline.ts +2 -2
  960. package/lib/routes/misskey/utils.ts +0 -3
  961. package/lib/routes/mittrchina/index.ts +1 -3
  962. package/lib/routes/mixcloud/config.ts +129 -0
  963. package/lib/routes/mixcloud/index.ts +163 -107
  964. package/lib/routes/mixcloud/user-playlist.ts +31 -0
  965. package/lib/routes/mixi2/community.ts +72 -0
  966. package/lib/routes/mixi2/discovery.ts +52 -0
  967. package/lib/routes/mixi2/home.ts +51 -0
  968. package/lib/routes/mixi2/namespace.ts +8 -0
  969. package/lib/routes/mixi2/user.ts +77 -0
  970. package/lib/routes/mixi2/utils.ts +56 -0
  971. package/lib/routes/modelscope/community.ts +0 -2
  972. package/lib/routes/modelscope/datasets.ts +0 -2
  973. package/lib/routes/modelscope/studios.ts +0 -2
  974. package/lib/routes/modian/zhongchou.ts +3 -3
  975. package/lib/routes/modrinth/versions.ts +0 -3
  976. package/lib/routes/mpaypass/main.ts +7 -7
  977. package/lib/routes/mpaypass/news.ts +2 -2
  978. package/lib/routes/mrdx/daily.ts +1 -1
  979. package/lib/routes/msn/index.ts +2 -2
  980. package/lib/routes/mycard520/news.ts +3 -11
  981. package/lib/routes/mydrivers/cid.ts +192 -6
  982. package/lib/routes/mydrivers/index.ts +41 -13
  983. package/lib/routes/mydrivers/rank.ts +2 -3
  984. package/lib/routes/mydrivers/util.ts +10 -13
  985. package/lib/routes/myfans/post.ts +1 -4
  986. package/lib/routes/myfigurecollection/activity.ts +0 -2
  987. package/lib/routes/myfigurecollection/index.ts +0 -2
  988. package/lib/routes/mygopen/index.ts +1 -1
  989. package/lib/routes/mymusicsheet/usersheets.ts +1 -3
  990. package/lib/routes/nasa/apod-ncku.ts +3 -3
  991. package/lib/routes/nasa/apod.ts +4 -4
  992. package/lib/routes/natgeo/dailyphoto.ts +0 -2
  993. package/lib/routes/nationalgeographic/latest-stories.ts +0 -2
  994. package/lib/routes/nautil/topics.ts +1 -3
  995. package/lib/routes/nber/common.ts +0 -3
  996. package/lib/routes/ncc-cma/cmdp.ts +0 -2
  997. package/lib/routes/ncepu/master/masterinfo.ts +3 -3
  998. package/lib/routes/neea/index.ts +1 -1
  999. package/lib/routes/neea/jlpt.ts +3 -2
  1000. package/lib/routes/netflav/index.ts +0 -2
  1001. package/lib/routes/neu/bmie.ts +1 -1
  1002. package/lib/routes/newrank/utils.ts +11 -1
  1003. package/lib/routes/news/xhsxw.ts +0 -2
  1004. package/lib/routes/newsmarket/index.ts +3 -3
  1005. package/lib/routes/newyorker/news.ts +1 -1
  1006. package/lib/routes/newzmz/index.ts +1 -1
  1007. package/lib/routes/newzmz/util.ts +0 -3
  1008. package/lib/routes/nextapple/realtime.ts +28 -27
  1009. package/lib/routes/nga/forum.ts +1 -1
  1010. package/lib/routes/nga/post.ts +3 -2
  1011. package/lib/routes/ngocn2/index.ts +3 -3
  1012. package/lib/routes/nhentai/util.ts +3 -4
  1013. package/lib/routes/nhk/news-web-easy.ts +15 -22
  1014. package/lib/routes/nhk/news.ts +1 -3
  1015. package/lib/routes/nicovideo/utils.ts +1 -4
  1016. package/lib/routes/nifd/research.ts +19 -3
  1017. package/lib/routes/nikkei/asia/index.ts +27 -27
  1018. package/lib/routes/nikkei/cn/index.ts +8 -1
  1019. package/lib/routes/nikkei/news.ts +0 -2
  1020. package/lib/routes/nintendo/direct.ts +0 -2
  1021. package/lib/routes/nintendo/eshop-hk.ts +0 -2
  1022. package/lib/routes/nintendo/eshop-jp.ts +0 -2
  1023. package/lib/routes/nintendo/eshop-us.ts +0 -2
  1024. package/lib/routes/nintendo/system-update.ts +2 -4
  1025. package/lib/routes/nintendo/utils.ts +2 -5
  1026. package/lib/routes/njit/jwc.ts +5 -6
  1027. package/lib/routes/njit/tzgg.ts +6 -6
  1028. package/lib/routes/njnu/ceai/ceai.ts +1 -1
  1029. package/lib/routes/njnu/jwc/jwc.ts +3 -3
  1030. package/lib/routes/nju/gra.ts +2 -2
  1031. package/lib/routes/nju/scit.ts +8 -10
  1032. package/lib/routes/nju/zbb.ts +19 -23
  1033. package/lib/routes/njupt/jwc.ts +6 -6
  1034. package/lib/routes/njust/cs.ts +58 -0
  1035. package/lib/routes/njust/cwc.ts +5 -9
  1036. package/lib/routes/njust/dgxg.ts +5 -9
  1037. package/lib/routes/njust/eo.ts +5 -9
  1038. package/lib/routes/njust/eoe.ts +5 -9
  1039. package/lib/routes/njust/jwc.ts +5 -9
  1040. package/lib/routes/njust/utils.ts +1 -1
  1041. package/lib/routes/nltimes/news.ts +5 -5
  1042. package/lib/routes/nmtv/column.ts +0 -2
  1043. package/lib/routes/notateslaapp/update.ts +9 -13
  1044. package/lib/routes/notefolio/search.ts +1 -3
  1045. package/lib/routes/now/news.ts +93 -33
  1046. package/lib/routes/nowcoder/discuss.ts +5 -5
  1047. package/lib/routes/nowcoder/jobcenter.ts +3 -3
  1048. package/lib/routes/npm/package.ts +0 -2
  1049. package/lib/routes/ntdm/video.ts +4 -4
  1050. package/lib/routes/ntdtv/channel.ts +2 -2
  1051. package/lib/routes/nuaa/college/cae.ts +6 -6
  1052. package/lib/routes/nuaa/college/cs.ts +6 -6
  1053. package/lib/routes/nuaa/jwc/jwc.ts +6 -6
  1054. package/lib/routes/nuaa/utils/pypasswaf.ts +1 -1
  1055. package/lib/routes/nuaa/yjsy/yjsy.ts +6 -6
  1056. package/lib/routes/nuist/bulletin.ts +20 -22
  1057. package/lib/routes/nwafu/all.ts +3 -3
  1058. package/lib/routes/nwnu/namespace.ts +7 -0
  1059. package/lib/routes/nwnu/routes/college/csse.ts +133 -0
  1060. package/lib/routes/nwnu/routes/department/academic-affairs.ts +115 -0
  1061. package/lib/routes/nwnu/routes/department/postgraduate.ts +139 -0
  1062. package/lib/routes/nwnu/routes/lib/embed-resource.ts +14 -0
  1063. package/lib/routes/nytimes/book.ts +4 -4
  1064. package/lib/routes/nytimes/daily-briefing-chinese.ts +1 -3
  1065. package/lib/routes/nytimes/index.ts +1 -1
  1066. package/lib/routes/nytimes/rss.ts +6 -2
  1067. package/lib/routes/oceanengine/arithmetic-index.ts +1 -3
  1068. package/lib/routes/odaily/activity.ts +1 -1
  1069. package/lib/routes/odaily/newsflash.ts +1 -1
  1070. package/lib/routes/odaily/post.ts +1 -1
  1071. package/lib/routes/odaily/search-news.ts +1 -1
  1072. package/lib/routes/odaily/user.ts +1 -1
  1073. package/lib/routes/oeeee/app/channel.ts +0 -2
  1074. package/lib/routes/oeeee/app/reporter.ts +0 -2
  1075. package/lib/routes/oeeee/web.ts +0 -2
  1076. package/lib/routes/oilchem/index.ts +3 -3
  1077. package/lib/routes/oncc/index.ts +3 -5
  1078. package/lib/routes/oncc/money18.ts +0 -2
  1079. package/lib/routes/onet/news.ts +0 -2
  1080. package/lib/routes/onet/utils.ts +0 -3
  1081. package/lib/routes/openai/chatgpt.ts +2 -2
  1082. package/lib/routes/openai/common.ts +69 -3
  1083. package/lib/routes/openai/news.ts +32 -0
  1084. package/lib/routes/openrice/chart.ts +0 -2
  1085. package/lib/routes/openrice/offers.ts +0 -2
  1086. package/lib/routes/openrice/promos.ts +0 -2
  1087. package/lib/routes/orcid/index.ts +0 -2
  1088. package/lib/routes/oreno3d/main.ts +40 -44
  1089. package/lib/routes/oschina/column.ts +2 -4
  1090. package/lib/routes/oschina/event.ts +2 -4
  1091. package/lib/routes/oshwhub/explore.ts +0 -2
  1092. package/lib/routes/osu/beatmaps/latest-ranked.ts +2 -4
  1093. package/lib/routes/otobanana/utils.ts +0 -3
  1094. package/lib/routes/oup/index.ts +0 -2
  1095. package/lib/routes/p-articles/contributors.ts +5 -5
  1096. package/lib/routes/p-articles/section.ts +5 -5
  1097. package/lib/routes/panewslab/author.ts +1 -1
  1098. package/lib/routes/panewslab/news.ts +1 -1
  1099. package/lib/routes/panewslab/profundity.ts +1 -1
  1100. package/lib/routes/panewslab/topic.ts +1 -1
  1101. package/lib/routes/papers/category.ts +2 -4
  1102. package/lib/routes/papers/query.ts +0 -2
  1103. package/lib/routes/parliament.uk/petitions.ts +0 -3
  1104. package/lib/routes/patagonia/new-arrivals.ts +9 -16
  1105. package/lib/routes/patreon/feed.ts +0 -3
  1106. package/lib/routes/paulgraham/article.ts +2 -2
  1107. package/lib/routes/pconline/focus.ts +1 -1
  1108. package/lib/routes/penguin-random-house/articles.ts +5 -7
  1109. package/lib/routes/penguin-random-house/thereaddown.ts +5 -7
  1110. package/lib/routes/penguin-random-house/utils.ts +1 -4
  1111. package/lib/routes/people/index.ts +13 -13
  1112. package/lib/routes/people/xjpjh.ts +5 -5
  1113. package/lib/routes/phoronix/index.ts +3 -3
  1114. package/lib/routes/pianyuan/app.ts +1 -1
  1115. package/lib/routes/pianyuan/search.ts +2 -2
  1116. package/lib/routes/picnob/user.ts +68 -152
  1117. package/lib/routes/picnob/utils.ts +14 -12
  1118. package/lib/routes/picuki/namespace.ts +1 -7
  1119. package/lib/routes/picuki/profile.ts +111 -173
  1120. package/lib/routes/picuki/utils.ts +5 -10
  1121. package/lib/routes/pikabu/utils.ts +0 -3
  1122. package/lib/routes/pincong/hot.ts +6 -8
  1123. package/lib/routes/pincong/index.ts +5 -7
  1124. package/lib/routes/pincong/topic.ts +5 -7
  1125. package/lib/routes/pingwest/status.ts +1 -1
  1126. package/lib/routes/pingwest/tag.ts +1 -1
  1127. package/lib/routes/pingwest/user.ts +1 -1
  1128. package/lib/routes/pixabay/search.ts +1 -3
  1129. package/lib/routes/pixiv/api/get-ranking.ts +1 -1
  1130. package/lib/routes/pixiv/pixiv-got.ts +1 -1
  1131. package/lib/routes/pixiv/ranking.ts +1 -1
  1132. package/lib/routes/pixiv/search.ts +1 -1
  1133. package/lib/routes/pixiv/user.ts +1 -1
  1134. package/lib/routes/pixivision/index.ts +1 -1
  1135. package/lib/routes/piyao/jrpy.ts +3 -3
  1136. package/lib/routes/pku/bbs/hot.ts +5 -7
  1137. package/lib/routes/pku/cls/lecture.ts +3 -3
  1138. package/lib/routes/pku/hr.ts +3 -3
  1139. package/lib/routes/pku/nsd.ts +3 -3
  1140. package/lib/routes/pku/pkuyjs.ts +9 -13
  1141. package/lib/routes/pku/rccp/mzyt.ts +3 -3
  1142. package/lib/routes/pku/scc/recruit.ts +3 -3
  1143. package/lib/routes/playpcesor/rss.ts +3 -3
  1144. package/lib/routes/plurk/anonymous.ts +1 -1
  1145. package/lib/routes/plurk/hotlinks.ts +1 -1
  1146. package/lib/routes/plurk/news.ts +1 -1
  1147. package/lib/routes/plurk/search.ts +1 -1
  1148. package/lib/routes/plurk/top.ts +1 -1
  1149. package/lib/routes/plurk/topic.ts +1 -1
  1150. package/lib/routes/plurk/user.ts +1 -1
  1151. package/lib/routes/pnas/index.ts +1 -3
  1152. package/lib/routes/podwise/collections.ts +1 -1
  1153. package/lib/routes/podwise/episodes.ts +1 -1
  1154. package/lib/routes/pornhub/category.ts +3 -3
  1155. package/lib/routes/pornhub/model.ts +1 -1
  1156. package/lib/routes/pornhub/pornstar.ts +1 -1
  1157. package/lib/routes/pornhub/search.ts +1 -1
  1158. package/lib/routes/pornhub/utils.ts +0 -3
  1159. package/lib/routes/priconne-redive/news.ts +1 -1
  1160. package/lib/routes/producthunt/today.ts +0 -2
  1161. package/lib/routes/ps/monthly-games.ts +1 -3
  1162. package/lib/routes/ps/trophy.ts +35 -43
  1163. package/lib/routes/psnine/game.ts +42 -0
  1164. package/lib/routes/psnine/index.ts +58 -0
  1165. package/lib/routes/psnine/namespace.ts +8 -0
  1166. package/lib/routes/psnine/node.ts +80 -0
  1167. package/lib/routes/psnine/shuzhe.ts +43 -0
  1168. package/lib/routes/psnine/trade.ts +58 -0
  1169. package/lib/routes/psyche/topic.ts +1 -1
  1170. package/lib/routes/psyche/utils.ts +0 -3
  1171. package/lib/routes/pts/curations.ts +0 -2
  1172. package/lib/routes/pts/index.ts +0 -2
  1173. package/lib/routes/pts/live.ts +0 -2
  1174. package/lib/routes/pts/projects.ts +0 -2
  1175. package/lib/routes/pubmed/trending.ts +0 -2
  1176. package/lib/routes/python/namespace.ts +9 -0
  1177. package/lib/routes/python/release.ts +120 -0
  1178. package/lib/routes/qbitai/category.ts +1 -1
  1179. package/lib/routes/qbitai/tag.ts +1 -1
  1180. package/lib/routes/qidian/author.ts +0 -2
  1181. package/lib/routes/qidian/chapter.ts +1 -1
  1182. package/lib/routes/qidian/free-next.ts +11 -13
  1183. package/lib/routes/qidian/free.ts +13 -15
  1184. package/lib/routes/qingting/podcast.ts +1 -1
  1185. package/lib/routes/qipamaijia/index.ts +3 -3
  1186. package/lib/routes/qoo-app/apps/comment.ts +0 -2
  1187. package/lib/routes/qoo-app/news.ts +1 -1
  1188. package/lib/routes/qoo-app/notes/note.ts +0 -2
  1189. package/lib/routes/qoo-app/user/app-comment.ts +0 -2
  1190. package/lib/routes/qq/ac/utils.ts +0 -3
  1191. package/lib/routes/qq/fact/index.ts +0 -2
  1192. package/lib/routes/qq88/index.ts +3 -3
  1193. package/lib/routes/questmobile/report.ts +1 -3
  1194. package/lib/routes/qust/jw.ts +3 -3
  1195. package/lib/routes/qweather/3days.ts +0 -2
  1196. package/lib/routes/qweather/now.ts +0 -2
  1197. package/lib/routes/radio/album.ts +40 -51
  1198. package/lib/routes/radio/index.ts +0 -2
  1199. package/lib/routes/radio/templates/description.art +2 -2
  1200. package/lib/routes/radio/zhibo.ts +0 -2
  1201. package/lib/routes/raspberrypi/magazine.ts +172 -0
  1202. package/lib/routes/raspberrypi/namespace.ts +9 -0
  1203. package/lib/routes/raspberrypi/templates/description.art +21 -0
  1204. package/lib/routes/rattibha/templates/description.art +12 -0
  1205. package/lib/routes/rattibha/user.ts +33 -24
  1206. package/lib/routes/rawkuma/manga.ts +0 -2
  1207. package/lib/routes/readhub/daily.ts +3 -3
  1208. package/lib/routes/readhub/index.ts +1 -3
  1209. package/lib/routes/readhub/util.ts +0 -3
  1210. package/lib/routes/rebase/geekdaily.ts +1 -1
  1211. package/lib/routes/resonac/products.ts +1 -1
  1212. package/lib/routes/reuters/common.ts +18 -5
  1213. package/lib/routes/reuters/investigates.ts +4 -4
  1214. package/lib/routes/rfi/namespace.ts +4 -1
  1215. package/lib/routes/rfi/news.ts +15 -4
  1216. package/lib/routes/routledge/book-series.ts +0 -2
  1217. package/lib/routes/rsc/journal.ts +0 -2
  1218. package/lib/routes/rsshub/routes.ts +2 -2
  1219. package/lib/routes/ruankao/news.ts +1 -1
  1220. package/lib/routes/ruc/ai.ts +2 -2
  1221. package/lib/routes/rustcc/jobs.ts +1 -1
  1222. package/lib/routes/rustcc/news.ts +1 -1
  1223. package/lib/routes/samrdprc/namespace.ts +7 -0
  1224. package/lib/routes/samrdprc/news.ts +79 -0
  1225. package/lib/routes/sankei/namespace.ts +7 -0
  1226. package/lib/routes/sankei/news.ts +68 -0
  1227. package/lib/routes/sankei/topics.ts +71 -0
  1228. package/lib/routes/sara/index.ts +1 -1
  1229. package/lib/routes/saraba1st/digest.ts +7 -7
  1230. package/lib/routes/saraba1st/namespace.ts +1 -1
  1231. package/lib/routes/saraba1st/templates/digest.art +1 -1
  1232. package/lib/routes/saraba1st/thread.ts +10 -6
  1233. package/lib/routes/science/cover.ts +0 -2
  1234. package/lib/routes/science/utils.ts +0 -3
  1235. package/lib/routes/sciencedirect/call-for-paper.ts +0 -2
  1236. package/lib/routes/sciencedirect/current-issue.ts +93 -0
  1237. package/lib/routes/scientificamerican/podcast.ts +0 -3
  1238. package/lib/routes/scmp/index.ts +15 -10
  1239. package/lib/routes/scoop/apps.ts +188 -0
  1240. package/lib/routes/scoop/namespace.ts +9 -0
  1241. package/lib/routes/scoop/templates/description.art +56 -0
  1242. package/lib/routes/sctv/programme.ts +0 -2
  1243. package/lib/routes/scut/jwc/news.ts +1 -1
  1244. package/lib/routes/scut/jwc/notice.ts +1 -1
  1245. package/lib/routes/scut/jwc/school.ts +1 -1
  1246. package/lib/routes/sdu/cmse.ts +3 -3
  1247. package/lib/routes/sdu/cs/index.ts +4 -4
  1248. package/lib/routes/sdu/epe.ts +3 -3
  1249. package/lib/routes/sdu/mech.ts +3 -4
  1250. package/lib/routes/sdu/sc.ts +3 -3
  1251. package/lib/routes/seekingalpha/index.ts +0 -2
  1252. package/lib/routes/sehuatang/index.ts +1 -1
  1253. package/lib/routes/sensortower/blog.ts +0 -2
  1254. package/lib/routes/seu/cyber/index.ts +78 -0
  1255. package/lib/routes/shcstheatre/programs.ts +0 -2
  1256. package/lib/routes/shiep/index.ts +0 -2
  1257. package/lib/routes/shmeea/self-study.ts +1 -1
  1258. package/lib/routes/shmtu/portal.ts +0 -2
  1259. package/lib/routes/shoac/recent-show.ts +0 -2
  1260. package/lib/routes/shopback/store.ts +3 -3
  1261. package/lib/routes/shopify/apps/[handle].reviews.ts +1 -1
  1262. package/lib/routes/shoppingdesign/posts.ts +26 -25
  1263. package/lib/routes/shuiguopai/index.ts +0 -2
  1264. package/lib/routes/sicau/dky.ts +3 -3
  1265. package/lib/routes/sicau/jiaowu.ts +1 -1
  1266. package/lib/routes/sicau/yan.ts +3 -3
  1267. package/lib/routes/sicau/zsjy.ts +3 -3
  1268. package/lib/routes/simpleinfo/index.ts +4 -6
  1269. package/lib/routes/sina/utils.ts +0 -3
  1270. package/lib/routes/sinchew/index.ts +0 -2
  1271. package/lib/routes/sjtu/gs.ts +3 -3
  1272. package/lib/routes/sjtu/seiee/icisee.ts +67 -0
  1273. package/lib/routes/sjtu/tongqu/activity.ts +0 -2
  1274. package/lib/routes/skeb/utils.ts +0 -3
  1275. package/lib/routes/slowmist/slowmist.ts +1 -1
  1276. package/lib/routes/smartlink/index.ts +84 -0
  1277. package/lib/routes/smartlink/namespace.ts +7 -0
  1278. package/lib/routes/smzdm/article.ts +19 -3
  1279. package/lib/routes/smzdm/baoliao.ts +19 -3
  1280. package/lib/routes/smzdm/haowen-fenlei.ts +19 -3
  1281. package/lib/routes/smzdm/haowen.ts +19 -3
  1282. package/lib/routes/smzdm/keyword.ts +15 -2
  1283. package/lib/routes/smzdm/product.ts +19 -3
  1284. package/lib/routes/smzdm/ranking.ts +172 -156
  1285. package/lib/routes/smzdm/utils.ts +7 -0
  1286. package/lib/routes/snowpeak/us-new-arrivals.ts +4 -6
  1287. package/lib/routes/sobooks/utils.ts +3 -3
  1288. package/lib/routes/sogou/search.ts +0 -2
  1289. package/lib/routes/sohu/mobile.ts +149 -0
  1290. package/lib/routes/sohu/mp.ts +1 -3
  1291. package/lib/routes/solidot/main.ts +1 -1
  1292. package/lib/routes/soundofhope/channel.ts +3 -3
  1293. package/lib/routes/southcn/nfapp/column.ts +0 -2
  1294. package/lib/routes/southcn/nfapp/reporter.ts +0 -2
  1295. package/lib/routes/spankbang/new-videos.ts +0 -2
  1296. package/lib/routes/spotify/artist.ts +1 -1
  1297. package/lib/routes/spotify/playlist.ts +4 -1
  1298. package/lib/routes/spotify/saved.ts +1 -1
  1299. package/lib/routes/spotify/show.ts +1 -1
  1300. package/lib/routes/springer/journal.ts +5 -7
  1301. package/lib/routes/sqmc/www.ts +1 -1
  1302. package/lib/routes/sse/convert.ts +11 -5
  1303. package/lib/routes/sse/disclosure.ts +9 -5
  1304. package/lib/routes/sse/inquire.ts +0 -2
  1305. package/lib/routes/sse/renewal.ts +2 -4
  1306. package/lib/routes/ssm/news.ts +14 -18
  1307. package/lib/routes/sspai/activity.ts +1 -1
  1308. package/lib/routes/sspai/author.ts +1 -1
  1309. package/lib/routes/sspai/bookmarks.ts +1 -1
  1310. package/lib/routes/sspai/column.ts +1 -1
  1311. package/lib/routes/sspai/index.ts +1 -1
  1312. package/lib/routes/sspai/matrix.ts +1 -1
  1313. package/lib/routes/sspai/series-update.ts +1 -1
  1314. package/lib/routes/sspai/series.ts +22 -24
  1315. package/lib/routes/sspai/shortcuts-gallery.ts +1 -1
  1316. package/lib/routes/sspai/tag.ts +1 -1
  1317. package/lib/routes/sspai/topic.ts +1 -1
  1318. package/lib/routes/sspai/topics.ts +1 -1
  1319. package/lib/routes/startuplatte/index.ts +4 -4
  1320. package/lib/routes/stcn/index.ts +2 -1
  1321. package/lib/routes/stcn/rank.ts +249 -0
  1322. package/lib/routes/stdaily/digitalpaper.ts +9 -11
  1323. package/lib/routes/steam/appcommunityfeed.ts +0 -2
  1324. package/lib/routes/steam/curator.ts +0 -3
  1325. package/lib/routes/steam/news.ts +281 -0
  1326. package/lib/routes/steam/search.ts +1 -2
  1327. package/lib/routes/steam/workshop-search.ts +0 -2
  1328. package/lib/routes/stheadline/std/realtime.ts +24 -16
  1329. package/lib/routes/stockedge/daily-news.ts +1 -1
  1330. package/lib/routes/storm/channel.ts +80 -0
  1331. package/lib/routes/storm/index.ts +3 -3
  1332. package/lib/routes/storyfm/episodes.ts +0 -2
  1333. package/lib/routes/storyfm/index.ts +3 -3
  1334. package/lib/routes/straitstimes/index.ts +0 -2
  1335. package/lib/routes/surfshark/blog.ts +0 -2
  1336. package/lib/routes/swjtu/scai.ts +19 -4
  1337. package/lib/routes/swjtu/utils.ts +0 -3
  1338. package/lib/routes/swpu/cjxy.ts +1 -1
  1339. package/lib/routes/swpu/dean.ts +1 -1
  1340. package/lib/routes/swpu/dxy.ts +1 -1
  1341. package/lib/routes/swpu/is.ts +1 -1
  1342. package/lib/routes/syosetu/ranking-isekai.ts +1 -4
  1343. package/lib/routes/syosetu/ranking-r18.ts +1 -4
  1344. package/lib/routes/syosetu/ranking.ts +1 -4
  1345. package/lib/routes/syosetu/search.ts +1 -4
  1346. package/lib/routes/sysu/ygafz.ts +5 -31
  1347. package/lib/routes/szftedu/gonggao.ts +1 -1
  1348. package/lib/routes/szse/inquire.ts +0 -2
  1349. package/lib/routes/szse/projectdynamic.ts +0 -2
  1350. package/lib/routes/tailwindcss/blog.ts +26 -0
  1351. package/lib/routes/tailwindcss/constants.ts +2 -0
  1352. package/lib/routes/tailwindcss/namespace.ts +7 -0
  1353. package/lib/routes/tailwindcss/utils.ts +68 -0
  1354. package/lib/routes/taobao/zhongchou.ts +0 -2
  1355. package/lib/routes/taptap/utils.ts +0 -3
  1356. package/lib/routes/techcrunch/news.ts +0 -2
  1357. package/lib/routes/techflowpost/express.ts +1 -1
  1358. package/lib/routes/techflowpost/index.ts +1 -1
  1359. package/lib/routes/telecompaper/news.ts +3 -3
  1360. package/lib/routes/telecompaper/search.ts +3 -3
  1361. package/lib/routes/telegram/blog.ts +2 -2
  1362. package/lib/routes/telegram/channel.ts +483 -488
  1363. package/lib/routes/telegram/scripts/get-telegram-session.mjs +1 -1
  1364. package/lib/routes/telegram/stickerpack.ts +19 -10
  1365. package/lib/routes/telegram/tglib/channel.ts +4 -4
  1366. package/lib/routes/telegram/tglib/client.ts +2 -2
  1367. package/lib/routes/tencent/news/author.ts +0 -2
  1368. package/lib/routes/tencent/news/coronavirus/data.ts +0 -2
  1369. package/lib/routes/tencent/news/coronavirus/total.ts +0 -2
  1370. package/lib/routes/tesla/cx.ts +0 -2
  1371. package/lib/routes/test/api-index.ts +13 -0
  1372. package/lib/routes/tfc-taiwan/category.ts +53 -0
  1373. package/lib/routes/tfc-taiwan/index.ts +26 -10
  1374. package/lib/routes/tfc-taiwan/namespace.ts +4 -1
  1375. package/lib/routes/tfc-taiwan/utils.ts +24 -52
  1376. package/lib/routes/the/index.ts +0 -2
  1377. package/lib/routes/theatlantic/utils.ts +0 -3
  1378. package/lib/routes/theblockbeats/index.ts +3 -6
  1379. package/lib/routes/thecover/channel.ts +6 -8
  1380. package/lib/routes/theinitium/app.ts +7 -7
  1381. package/lib/routes/theinitium/author.ts +1 -1
  1382. package/lib/routes/theinitium/channel.ts +1 -1
  1383. package/lib/routes/theinitium/tags.ts +1 -1
  1384. package/lib/routes/theinitium/templates/description.art +0 -3
  1385. package/lib/routes/themoviedb/seasons.ts +1 -1
  1386. package/lib/routes/themoviedb/utils.ts +0 -3
  1387. package/lib/routes/thenewslens/index.ts +0 -2
  1388. package/lib/routes/thepaper/839studio/category.ts +8 -12
  1389. package/lib/routes/thepaper/839studio/studio.ts +8 -12
  1390. package/lib/routes/thepaper/channel.ts +1 -1
  1391. package/lib/routes/thepaper/factpaper.ts +1 -3
  1392. package/lib/routes/thepaper/featured.ts +1 -1
  1393. package/lib/routes/thepaper/list.ts +1 -1
  1394. package/lib/routes/thepaper/sidebar.ts +1 -1
  1395. package/lib/routes/thepaper/user.ts +1 -1
  1396. package/lib/routes/thepaper/utils.ts +8 -6
  1397. package/lib/routes/thepetcity/index.ts +1 -1
  1398. package/lib/routes/theverge/index.ts +1 -4
  1399. package/lib/routes/thoughtco/index.ts +0 -2
  1400. package/lib/routes/threads/index.ts +1 -1
  1401. package/lib/routes/thzt/index.ts +72 -0
  1402. package/lib/routes/thzt/namespace.ts +8 -0
  1403. package/lib/routes/tiktok/user.ts +0 -2
  1404. package/lib/routes/timednews/news.ts +4 -4
  1405. package/lib/routes/tingshuitz/changsha.ts +3 -3
  1406. package/lib/routes/tingshuitz/dongguan.ts +9 -13
  1407. package/lib/routes/tingshuitz/hangzhou.ts +9 -13
  1408. package/lib/routes/tingshuitz/nanjing.ts +13 -15
  1409. package/lib/routes/tingshuitz/shenzhen.ts +0 -2
  1410. package/lib/routes/tingshuitz/xian.ts +9 -11
  1411. package/lib/routes/tingshuitz/xiaoshan.ts +9 -13
  1412. package/lib/routes/tingshuitz/yangjiang.ts +10 -12
  1413. package/lib/routes/tingtingfm/program.ts +1 -3
  1414. package/lib/routes/tisi/index.ts +3 -3
  1415. package/lib/routes/tju/cic/index.ts +3 -3
  1416. package/lib/routes/tju/news/index.ts +1 -1
  1417. package/lib/routes/tju/oaa/index.ts +3 -3
  1418. package/lib/routes/tju/yzb/index.ts +5 -5
  1419. package/lib/routes/tmtpost/util.ts +0 -3
  1420. package/lib/routes/tophub/index.ts +1 -1
  1421. package/lib/routes/tophub/list.ts +1 -3
  1422. package/lib/routes/toutiao/user.ts +1 -4
  1423. package/lib/routes/tradingview/blog.ts +42 -44
  1424. package/lib/routes/transcriptforest/index.ts +0 -2
  1425. package/lib/routes/transformer-circuits/index.ts +119 -0
  1426. package/lib/routes/transformer-circuits/namespace.ts +7 -0
  1427. package/lib/routes/transformer-circuits/templates/article.art +62 -0
  1428. package/lib/routes/tribalfootball/latest.ts +3 -5
  1429. package/lib/routes/trow/portal.ts +11 -15
  1430. package/lib/routes/tvb/news.ts +0 -2
  1431. package/lib/routes/tver/namespace.ts +7 -0
  1432. package/lib/routes/tver/series.ts +98 -0
  1433. package/lib/routes/tvtropes/featured.ts +0 -2
  1434. package/lib/routes/twitch/live.ts +1 -1
  1435. package/lib/routes/twitch/video.ts +1 -1
  1436. package/lib/routes/twitter/api/mobile-api/login.ts +1 -1
  1437. package/lib/routes/twitter/api/web-api/login.ts +1 -3
  1438. package/lib/routes/twitter/api/web-api/utils.ts +24 -2
  1439. package/lib/routes/twitter/keyword.ts +1 -1
  1440. package/lib/routes/twitter/list.ts +1 -1
  1441. package/lib/routes/twitter/media.ts +1 -1
  1442. package/lib/routes/twitter/namespace.ts +1 -0
  1443. package/lib/routes/twitter/user.ts +1 -1
  1444. package/lib/routes/twitter/utils.ts +33 -24
  1445. package/lib/routes/twreporter/category.ts +1 -1
  1446. package/lib/routes/twreporter/fetch-article.ts +0 -3
  1447. package/lib/routes/twreporter/newest.ts +1 -1
  1448. package/lib/routes/txks/news.ts +1 -1
  1449. package/lib/routes/txrjy/fornumtopic.ts +5 -7
  1450. package/lib/routes/uber/blog.ts +1 -1
  1451. package/lib/routes/ucas/index.ts +1 -1
  1452. package/lib/routes/udn/breaking-news.ts +3 -5
  1453. package/lib/routes/uestc/auto.ts +4 -4
  1454. package/lib/routes/uestc/cqe.ts +4 -4
  1455. package/lib/routes/uestc/news.ts +3 -3
  1456. package/lib/routes/uestc/scse.ts +4 -4
  1457. package/lib/routes/uestc/sice.ts +4 -4
  1458. package/lib/routes/uestc/sise.ts +4 -4
  1459. package/lib/routes/ulapia/index.ts +4 -4
  1460. package/lib/routes/ulapia/research.ts +3 -3
  1461. package/lib/routes/unipd/ilbolive/news.ts +104 -0
  1462. package/lib/routes/unipd/namespace.ts +7 -0
  1463. package/lib/routes/unusualwhales/news.ts +10 -8
  1464. package/lib/routes/uptimerobot/rss.ts +0 -2
  1465. package/lib/routes/urbandictionary/random.ts +0 -2
  1466. package/lib/routes/ustb/tj/news.ts +1 -1
  1467. package/lib/routes/ustb/yjsy/news.ts +40 -44
  1468. package/lib/routes/ustc/index.ts +4 -4
  1469. package/lib/routes/ustc/jwc.ts +5 -5
  1470. package/lib/routes/usts/jwch.ts +3 -3
  1471. package/lib/routes/utgd/category.ts +1 -1
  1472. package/lib/routes/utgd/timeline.ts +1 -1
  1473. package/lib/routes/utgd/topic.ts +1 -1
  1474. package/lib/routes/utgd/utils.ts +0 -3
  1475. package/lib/routes/uw/gix/news.ts +3 -3
  1476. package/lib/routes/v2ex/tab.ts +1 -1
  1477. package/lib/routes/v2ex/topics.ts +1 -1
  1478. package/lib/routes/vcb-s/category.ts +0 -2
  1479. package/lib/routes/vcb-s/index.ts +0 -2
  1480. package/lib/routes/verfghbw/press.ts +3 -3
  1481. package/lib/routes/vertikal/latest.ts +1 -1
  1482. package/lib/routes/vice/topic.ts +1 -3
  1483. package/lib/routes/vimeo/category.ts +1 -3
  1484. package/lib/routes/vimeo/channel.ts +16 -20
  1485. package/lib/routes/vimeo/usr-videos.ts +1 -3
  1486. package/lib/routes/visionias/utils.ts +0 -3
  1487. package/lib/routes/visualstudio/code-blog.ts +67 -0
  1488. package/lib/routes/visualstudio/namespace.ts +7 -0
  1489. package/lib/routes/vocus/publication.ts +1 -1
  1490. package/lib/routes/vocus/user.ts +1 -1
  1491. package/lib/routes/voronoiapp/common.ts +1 -1
  1492. package/lib/routes/wainao/topics.ts +0 -3
  1493. package/lib/routes/wallhaven/index.ts +3 -3
  1494. package/lib/routes/wallpaperhub/index.ts +0 -2
  1495. package/lib/routes/wallstreetcn/live.ts +0 -2
  1496. package/lib/routes/warhammer-community/namespace.ts +7 -0
  1497. package/lib/routes/warhammer-community/news.ts +73 -0
  1498. package/lib/routes/warp/blog.ts +77 -0
  1499. package/lib/routes/warp/namespace.ts +7 -0
  1500. package/lib/routes/warthunder/news.ts +0 -2
  1501. package/lib/routes/washingtonpost/app.ts +3 -5
  1502. package/lib/routes/wechat/data258.ts +4 -4
  1503. package/lib/routes/wechat/msgalbum.ts +1 -1
  1504. package/lib/routes/wechat/sogou.ts +171 -50
  1505. package/lib/routes/wechat/tgchannel.ts +113 -115
  1506. package/lib/routes/weibo/friends.ts +1 -1
  1507. package/lib/routes/weibo/group.ts +1 -1
  1508. package/lib/routes/weibo/keyword.ts +2 -2
  1509. package/lib/routes/weibo/search/hot.ts +2 -4
  1510. package/lib/routes/weibo/timeline.ts +1 -1
  1511. package/lib/routes/weibo/user-bookmarks.ts +1 -1
  1512. package/lib/routes/weibo/user.ts +18 -11
  1513. package/lib/routes/weibo/utils.ts +1 -1
  1514. package/lib/routes/wellcee/rent.ts +1 -3
  1515. package/lib/routes/wenku8/index.ts +3 -3
  1516. package/lib/routes/wfu/jwc.ts +18 -20
  1517. package/lib/routes/wfu/news.ts +18 -20
  1518. package/lib/routes/who/news-room.ts +8 -10
  1519. package/lib/routes/whu/gs/index.ts +2 -2
  1520. package/lib/routes/whu/news.ts +0 -2
  1521. package/lib/routes/whu/util.ts +0 -3
  1522. package/lib/routes/windsurf/blog.ts +118 -0
  1523. package/lib/routes/windsurf/changelog.ts +100 -0
  1524. package/lib/routes/windsurf/namespace.ts +9 -0
  1525. package/lib/routes/windsurf/templates/description.art +21 -0
  1526. package/lib/routes/winstall/update.ts +0 -2
  1527. package/lib/routes/wise/pair.ts +1 -3
  1528. package/lib/routes/wizfile/index.ts +3 -3
  1529. package/lib/routes/wmc-bj/publish.ts +0 -2
  1530. package/lib/routes/wnacg/common.ts +0 -3
  1531. package/lib/routes/wordpress/util.ts +1 -1
  1532. package/lib/routes/woshipm/popular.ts +3 -2
  1533. package/lib/routes/wsj/news.ts +3 -2
  1534. package/lib/routes/wsj/utils.ts +1 -12
  1535. package/lib/routes/wsyu/news.ts +6 -6
  1536. package/lib/routes/wtu/job.ts +3 -3
  1537. package/lib/routes/wzu/news.ts +13 -17
  1538. package/lib/routes/x-mol/news.ts +0 -2
  1539. package/lib/routes/x-mol/paper.ts +17 -22
  1540. package/lib/routes/xaut/index.ts +4 -4
  1541. package/lib/routes/xaut/jwc.ts +3 -3
  1542. package/lib/routes/xaut/rsc.ts +3 -3
  1543. package/lib/routes/xiaohongshu/check-cookie.ts +16 -0
  1544. package/lib/routes/xiaohongshu/user.ts +4 -4
  1545. package/lib/routes/xiaohongshu/util.ts +25 -13
  1546. package/lib/routes/xiaomiyoupin/crowdfunding.ts +0 -2
  1547. package/lib/routes/xiaomiyoupin/utils.ts +0 -3
  1548. package/lib/routes/xiaoyuzhou/podcast.ts +18 -5
  1549. package/lib/routes/ximalaya/utils.ts +2 -2
  1550. package/lib/routes/xinpianchang/util.ts +0 -3
  1551. package/lib/routes/xjtu/dean.ts +3 -7
  1552. package/lib/routes/xjtu/ee-jzxx.ts +110 -0
  1553. package/lib/routes/xjtu/ee.ts +3 -3
  1554. package/lib/routes/xjtu/gs/tzgg.ts +3 -3
  1555. package/lib/routes/xjtu/job.ts +0 -2
  1556. package/lib/routes/xjtu/std.ts +0 -2
  1557. package/lib/routes/xjtu/zs.ts +171 -0
  1558. package/lib/routes/xkb/index.ts +0 -2
  1559. package/lib/routes/xmanhua/index.ts +13 -15
  1560. package/lib/routes/xmut/jwc/bkjw.ts +3 -3
  1561. package/lib/routes/xsijishe/rank.ts +2 -2
  1562. package/lib/routes/xueqiu/cookies.ts +1 -1
  1563. package/lib/routes/xueqiu/stock-comments.ts +0 -2
  1564. package/lib/routes/xueqiu/user.ts +115 -52
  1565. package/lib/routes/xys/new.ts +0 -2
  1566. package/lib/routes/xyzrank/index.ts +0 -2
  1567. package/lib/routes/yahoo/news/index.ts +1 -1
  1568. package/lib/routes/yahoo/news/listid.ts +2 -2
  1569. package/lib/routes/yahoo/news/provider-helper.ts +1 -1
  1570. package/lib/routes/yahoo/news/provider.ts +1 -1
  1571. package/lib/routes/yahoo/news/utils.ts +0 -3
  1572. package/lib/routes/yamibo/bbs/forum.ts +5 -4
  1573. package/lib/routes/yamibo/utils.ts +0 -9
  1574. package/lib/routes/yande/post.ts +1 -1
  1575. package/lib/routes/ycwb/index.ts +0 -2
  1576. package/lib/routes/yenpress/series.ts +1 -4
  1577. package/lib/routes/ygkkk/rss.ts +3 -3
  1578. package/lib/routes/yicai/dt.ts +0 -2
  1579. package/lib/routes/yicai/utils.ts +0 -3
  1580. package/lib/routes/yilinzazhi/index.ts +1 -1
  1581. package/lib/routes/yilinzazhi/latest.ts +2 -2
  1582. package/lib/routes/ymgal/game.ts +1 -3
  1583. package/lib/routes/yoasobi-music/info.ts +0 -2
  1584. package/lib/routes/yoasobi-music/live.ts +0 -2
  1585. package/lib/routes/yoasobi-music/media.ts +3 -8
  1586. package/lib/routes/yomujp/level.ts +2 -2
  1587. package/lib/routes/youku/channel.ts +24 -28
  1588. package/lib/routes/youtube/api/google.ts +216 -0
  1589. package/lib/routes/youtube/api/youtubei.ts +98 -0
  1590. package/lib/routes/youtube/channel.ts +45 -46
  1591. package/lib/routes/youtube/community.ts +5 -5
  1592. package/lib/routes/youtube/playlist.ts +11 -30
  1593. package/lib/routes/youtube/subscriptions.ts +3 -11
  1594. package/lib/routes/youtube/user.ts +32 -83
  1595. package/lib/routes/youtube/utils.ts +44 -55
  1596. package/lib/routes/youzhiyouxing/materials.ts +1 -1
  1597. package/lib/routes/yuanliao/index.ts +218 -0
  1598. package/lib/routes/yuanliao/namespace.ts +9 -0
  1599. package/lib/routes/yxdown/news.ts +3 -3
  1600. package/lib/routes/yxdown/recommend.ts +3 -3
  1601. package/lib/routes/yxdzqb/index.ts +17 -21
  1602. package/lib/routes/yyets/article.ts +1 -1
  1603. package/lib/routes/yyets/today.ts +9 -13
  1604. package/lib/routes/yystv/category.ts +49 -51
  1605. package/lib/routes/yystv/docs.ts +7 -9
  1606. package/lib/routes/yystv/fetcher.ts +10 -0
  1607. package/lib/routes/zagg/new-arrivals.ts +7 -9
  1608. package/lib/routes/zaimanhua/comic.ts +88 -0
  1609. package/lib/routes/zaimanhua/namespace.ts +7 -0
  1610. package/lib/routes/zaimanhua/template/comic.art +3 -0
  1611. package/lib/routes/zaimanhua/update.ts +86 -0
  1612. package/lib/routes/zaker/channel.ts +2 -5
  1613. package/lib/routes/zaker/focus.ts +2 -5
  1614. package/lib/routes/zaobao/util.ts +2 -5
  1615. package/lib/routes/zcmu/jwc/index.ts +3 -3
  1616. package/lib/routes/zcmu/yxy/index.ts +3 -3
  1617. package/lib/routes/zcool/discover.ts +0 -2
  1618. package/lib/routes/zcool/top.ts +1 -1
  1619. package/lib/routes/zcool/user.ts +2 -2
  1620. package/lib/routes/zcool/utils.ts +0 -3
  1621. package/lib/routes/zed/blog.ts +75 -0
  1622. package/lib/routes/zed/namespace.ts +7 -0
  1623. package/lib/routes/zhibo8/luxiang.ts +1 -1
  1624. package/lib/routes/zhihu/activities.ts +1 -1
  1625. package/lib/routes/zhihu/all-collections.ts +10 -1
  1626. package/lib/routes/zhihu/check-cookie.ts +31 -0
  1627. package/lib/routes/zhihu/collection.ts +9 -1
  1628. package/lib/routes/zhihu/execlib/x-zse-96-v3.ts +5 -5
  1629. package/lib/routes/zhihu/hot.ts +32 -79
  1630. package/lib/routes/zhihu/pin/utils.ts +5 -5
  1631. package/lib/routes/zhihu/topic.ts +11 -5
  1632. package/lib/routes/zhihu/utils.ts +5 -5
  1633. package/lib/routes/zhihu/weekly.ts +7 -7
  1634. package/lib/routes/zhihu/zhuanlan.ts +8 -4
  1635. package/lib/routes/zhitongcaijing/index.ts +1 -3
  1636. package/lib/routes/zhiy/post.ts +0 -2
  1637. package/lib/routes/zhonglun/index.ts +0 -2
  1638. package/lib/routes/zhubai/top20.ts +0 -2
  1639. package/lib/routes/zhujiceping/rss.ts +3 -3
  1640. package/lib/routes/zimuxia/portfolio.ts +1 -1
  1641. package/lib/routes/zju/career/index.ts +10 -14
  1642. package/lib/routes/zju/cst/custom.ts +11 -16
  1643. package/lib/routes/zju/cst/index.ts +8 -13
  1644. package/lib/routes/zju/grs/index.ts +9 -13
  1645. package/lib/routes/zju/list.ts +6 -6
  1646. package/lib/routes/zju/physics/index.ts +3 -3
  1647. package/lib/routes/zjut/da/index.ts +3 -3
  1648. package/lib/routes/zjut/news.ts +3 -3
  1649. package/lib/routes/zodgame/forum.ts +0 -2
  1650. package/lib/routes/zongheng/detail.ts +77 -0
  1651. package/lib/routes/zongheng/namespace.ts +7 -0
  1652. package/lib/routes/zotero/versions.ts +13 -17
  1653. package/lib/routes/zrblog/rss.ts +3 -3
  1654. package/lib/routes/zsxq/utils.ts +1 -1
  1655. package/lib/routes/zuvio/utils.ts +0 -3
  1656. package/lib/routes/zxcs/namespace.ts +7 -0
  1657. package/lib/routes/zxcs/novel.ts +95 -0
  1658. package/lib/routes/zyshow/index.ts +0 -2
  1659. package/lib/setup.test.ts +2 -0
  1660. package/lib/types.ts +48 -3
  1661. package/lib/utils/cache/index.ts +2 -2
  1662. package/lib/utils/camelcase-keys.spec.ts +3 -3
  1663. package/lib/utils/camelcase-keys.ts +4 -3
  1664. package/lib/utils/common-config.test.ts +3 -2
  1665. package/lib/utils/common-config.ts +17 -13
  1666. package/lib/utils/common-utils.ts +1 -1
  1667. package/lib/utils/git-hash.ts +1 -1
  1668. package/lib/utils/helpers.test.ts +8 -1
  1669. package/lib/utils/helpers.ts +20 -1
  1670. package/lib/utils/md5.ts +1 -1
  1671. package/lib/utils/otel/metric.ts +3 -3
  1672. package/lib/utils/otel/trace.ts +16 -16
  1673. package/lib/utils/parse-date.ts +4 -4
  1674. package/lib/utils/proxy/index.ts +102 -18
  1675. package/lib/utils/proxy/multi-proxy.ts +139 -0
  1676. package/lib/utils/proxy/unify-proxy.ts +3 -1
  1677. package/lib/utils/puppeteer-utils.test.ts +1 -1
  1678. package/lib/utils/puppeteer.test.ts +136 -27
  1679. package/lib/utils/puppeteer.ts +152 -28
  1680. package/lib/utils/rand-user-agent.test.ts +2 -2
  1681. package/lib/utils/readable-social.test.ts +65 -0
  1682. package/lib/utils/readable-social.ts +15 -1
  1683. package/lib/utils/request-rewriter/fetch.ts +42 -4
  1684. package/lib/utils/timezone.ts +1 -1
  1685. package/lib/utils/wechat-mp.ts +3 -2
  1686. package/package.json +77 -77
  1687. package/lib/routes/apnews/api.ts +0 -77
  1688. package/lib/routes/copernicium/index.ts +0 -75
  1689. package/lib/routes/dnaindia/category.ts +0 -0
  1690. package/lib/routes/go/niid/idwr-dl.ts +0 -104
  1691. package/lib/routes/google/templates/description.art +0 -6
  1692. package/lib/routes/jiemian/list.ts +0 -14
  1693. package/lib/routes/mihoyo/templates/ys.art +0 -4
  1694. package/lib/routes/mixcloud/queries.ts +0 -2274
  1695. package/lib/routes/openai/blog.ts +0 -66
  1696. package/lib/routes/picnob/templates/desc.art +0 -20
  1697. package/lib/routes/rsshub/referer-map.ts +0 -14
  1698. package/lib/routes/tfc-taiwan/common.ts +0 -38
  1699. package/lib/routes/tfc-taiwan/topic.ts +0 -17
  1700. package/lib/routes/trending/all-trending.ts +0 -228
  1701. package/lib/routes/trending/templates/content.art +0 -25
  1702. package/lib/routes-deprecated/blogs/hedwig.js +0 -42
  1703. package/lib/routes-deprecated/chiphell/forum.js +0 -67
  1704. package/lib/routes-deprecated/chuapp/index.js +0 -54
  1705. package/lib/routes-deprecated/jpmorganchase/research.js +0 -52
  1706. package/lib/routes-deprecated/psnine/game.js +0 -32
  1707. package/lib/routes-deprecated/psnine/index.js +0 -33
  1708. package/lib/routes-deprecated/psnine/news.js +0 -53
  1709. package/lib/routes-deprecated/psnine/node.js +0 -54
  1710. package/lib/routes-deprecated/psnine/shuzhe.js +0 -33
  1711. package/lib/routes-deprecated/psnine/trade.js +0 -39
@@ -46,7 +46,8 @@ async function handler(ctx) {
46
46
 
47
47
  const list = $('a.tit')
48
48
  .slice(0, 10)
49
- .map((_, item) => {
49
+ .toArray()
50
+ .map((item) => {
50
51
  item = $(item);
51
52
 
52
53
  return {
@@ -54,8 +55,7 @@ async function handler(ctx) {
54
55
  link: `${rootUrl}/${item.attr('href')}`,
55
56
  pubDate: timezone(parseDate(item.prev().text(), 'YYYY-MM-DD'), +8),
56
57
  };
57
- })
58
- .get();
58
+ });
59
59
 
60
60
  const items = await Promise.all(
61
61
  list.map((item) =>
@@ -40,7 +40,7 @@ export const route: Route = {
40
40
  const a = $(item);
41
41
  const href = a.attr('href')!;
42
42
  return {
43
- link: `${baseUrl}/${href.substring(href.lastIndexOf('/') + 1)}`,
43
+ link: `${baseUrl}/${href.slice(href.lastIndexOf('/') + 1)}`,
44
44
  } as DataItem;
45
45
  });
46
46
 
@@ -46,15 +46,15 @@ async function handler(ctx) {
46
46
 
47
47
  const list = $('.list-4 a[title]')
48
48
  .slice(0, 10)
49
- .map((_, item) => {
49
+ .toArray()
50
+ .map((item) => {
50
51
  item = $(item);
51
52
 
52
53
  return {
53
54
  title: item.text(),
54
55
  link: `${rootUrl}${item.attr('href').replace(/\.\./, '/')}`,
55
56
  };
56
- })
57
- .get();
57
+ });
58
58
 
59
59
  const items = await Promise.all(
60
60
  list.map((item) =>
@@ -44,7 +44,8 @@ async function handler(ctx) {
44
44
  const $ = load(response.data);
45
45
 
46
46
  const list = $('a.tit')
47
- .map((_, item) => {
47
+ .toArray()
48
+ .map((item) => {
48
49
  item = $(item);
49
50
 
50
51
  return {
@@ -52,8 +53,7 @@ async function handler(ctx) {
52
53
  pubDate: parseDate(item.prev().text()),
53
54
  link: `${rootUrl}${item.attr('href').replace(/\.\./, '/')}`,
54
55
  };
55
- })
56
- .get();
56
+ });
57
57
 
58
58
  const items = await Promise.all(
59
59
  list.map((item) =>
@@ -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';
@@ -12,7 +10,7 @@ import { parseDate } from '@/utils/parse-date';
12
10
 
13
11
  export const route: Route = {
14
12
  path: '/:category?',
15
- categories: ['new-media', 'popular'],
13
+ categories: ['new-media'],
16
14
  example: '/simpleinfo',
17
15
  parameters: { category: '分类名' },
18
16
  features: {
@@ -55,15 +53,15 @@ async function handler(ctx) {
55
53
  $('.-ad').remove();
56
54
 
57
55
  const list = $('.article-item')
58
- .map((_, item) => {
56
+ .toArray()
57
+ .map((item) => {
59
58
  item = $(item);
60
59
  return {
61
60
  title: item.find('.title').text(),
62
61
  link: item.find('a').first().attr('href'),
63
62
  category: item.find('.category').text(),
64
63
  };
65
- })
66
- .get();
64
+ });
67
65
 
68
66
  const items = await Promise.all(
69
67
  list.map((item) =>
@@ -1,6 +1,3 @@
1
- import { getCurrentPath } from '@/utils/helpers';
2
- const __dirname = getCurrentPath(import.meta.url);
3
-
4
1
  import got from '@/utils/got';
5
2
  import { load } from 'cheerio';
6
3
  import { parseDate } from '@/utils/parse-date';
@@ -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 cache from '@/utils/cache';
@@ -59,7 +59,8 @@ async function handler(ctx) {
59
59
  const $ = load(response.data);
60
60
 
61
61
  const list = $('a.announcement-item')
62
- .map((_, item) => {
62
+ .toArray()
63
+ .map((item) => {
63
64
  item = $(item);
64
65
 
65
66
  const day = item.find('.day').text().trim().replace('.', '-');
@@ -70,8 +71,7 @@ async function handler(ctx) {
70
71
  link: `${item.attr('href').startsWith('http') ? '' : rootUrl}${item.attr('href')}`,
71
72
  pubDate: timezone(parseDate(`${year}-${day}`, 'YYYY-MM-DD'), +8),
72
73
  };
73
- })
74
- .get();
74
+ });
75
75
 
76
76
  const items = await Promise.all(
77
77
  list.map((item) =>
@@ -0,0 +1,67 @@
1
+ import { Route } from '@/types';
2
+ import cache from '@/utils/cache';
3
+ import { load } from 'cheerio';
4
+ import { parseDate } from '@/utils/parse-date';
5
+ import timezone from '@/utils/timezone';
6
+ import ofetch from '@/utils/ofetch';
7
+ import { finishArticleItem } from '@/utils/wechat-mp';
8
+
9
+ export const route: Route = {
10
+ path: '/seiee/icisee/:cat',
11
+ categories: ['university'],
12
+ example: '/sjtu/seiee/icisee/news',
13
+ parameters: { cat: '子类别' },
14
+ features: {
15
+ requireConfig: false,
16
+ requirePuppeteer: false,
17
+ antiCrawler: true,
18
+ supportBT: false,
19
+ supportPodcast: false,
20
+ supportScihub: false,
21
+ },
22
+ radar: [],
23
+ name: '集成电路学院(信息与电子工程学院)',
24
+ maintainers: ['dzx-dzx'],
25
+ handler,
26
+ };
27
+
28
+ async function handler(ctx) {
29
+ const cat = ctx.req.param('cat');
30
+
31
+ const rootUrl = 'https://icisee.sjtu.edu.cn/';
32
+ const currentUrl = `${rootUrl}/${cat}.html`;
33
+ const response = await ofetch(currentUrl);
34
+
35
+ const $ = load(response);
36
+
37
+ const list = $('.djdt li')
38
+ .toArray()
39
+ .map((item) => {
40
+ item = $(item);
41
+
42
+ return {
43
+ title: item.find('.tit').text().trim(),
44
+ link: item.find('a').attr('href'),
45
+ pubDate: timezone(parseDate(item.find('.time').text().trim())),
46
+ };
47
+ });
48
+
49
+ const items = await Promise.all(
50
+ list.map((item) =>
51
+ cache.tryGet(item.link, async () => {
52
+ const detailResponse = await ofetch.raw(item.link);
53
+ if (new URL(detailResponse.url).hostname !== 'mp.weixin.qq.com') {
54
+ return { ...item, description: $(detailResponse._data).find('.xwxq').html() };
55
+ }
56
+ item.link = detailResponse.url;
57
+ return await finishArticleItem(item);
58
+ })
59
+ )
60
+ );
61
+
62
+ return {
63
+ title: $('title').text(),
64
+ link: currentUrl,
65
+ item: items,
66
+ };
67
+ }
@@ -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';
@@ -4,9 +4,6 @@ import cache from '@/utils/cache';
4
4
  import ofetch from '@/utils/ofetch';
5
5
  import { art } from '@/utils/render';
6
6
  import path from 'node:path';
7
- import { getCurrentPath } from '@/utils/helpers';
8
-
9
- const __dirname = getCurrentPath(import.meta.url);
10
7
 
11
8
  export const baseUrl = 'https://skeb.jp';
12
9
 
@@ -6,7 +6,7 @@ import { finishArticleItem } from '@/utils/wechat-mp';
6
6
 
7
7
  export const route: Route = {
8
8
  path: '/:type?',
9
- categories: ['new-media', 'popular'],
9
+ categories: ['new-media'],
10
10
  example: '/slowmist/research',
11
11
  parameters: { type: '分类,见下表,默认为公司新闻' },
12
12
  features: {
@@ -0,0 +1,84 @@
1
+ import { Route } from '@/types';
2
+ import { toTitleCase } from '@/utils/common-utils';
3
+ import ofetch from '@/utils/ofetch';
4
+
5
+ function parseTitle(smartlinkUrl: string): string {
6
+ try {
7
+ const url = new URL(smartlinkUrl);
8
+ const pathSegments = url.pathname.split('/').filter((segment) => segment.length > 0);
9
+
10
+ // Find the segment after the date (YYYY-MM-DD pattern)
11
+ const dateRegex = /^\d{4}-\d{2}-\d{2}$/;
12
+ const dateIndex = pathSegments.findIndex((segment) => dateRegex.test(segment));
13
+
14
+ // Use the segment after the date if found, otherwise use the last path segment
15
+ const titleSlug = dateIndex !== -1 && dateIndex < pathSegments.length - 1 ? pathSegments[dateIndex + 1] : pathSegments.at(-1) || '';
16
+
17
+ // Convert hyphens to spaces and capitalize each word
18
+ return toTitleCase(titleSlug.replaceAll('-', ' '));
19
+ } catch {
20
+ // If URL parsing fails, return the URL without query parameters as fallback
21
+ return smartlinkUrl.split('?')[0];
22
+ }
23
+ }
24
+
25
+ function isYouTubeUrl(url: string): boolean {
26
+ try {
27
+ const parsedUrl = new URL(url);
28
+ const hostname = parsedUrl.hostname.toLowerCase();
29
+ return hostname === 'youtube.com' || hostname === 'www.youtube.com' || hostname === 'm.youtube.com' || hostname === 'youtu.be';
30
+ } catch {
31
+ return false;
32
+ }
33
+ }
34
+
35
+ function getTitle(item: any): string {
36
+ return isYouTubeUrl(item.smartlink)
37
+ ? item.smartlink.split('?')[0] // For YouTube URLs, use the URL without query parameters
38
+ : parseTitle(item.smartlink); // Use existing parseTitle for other URLs
39
+ }
40
+
41
+ export const route: Route = {
42
+ path: '/:site',
43
+ categories: ['social-media'],
44
+ example: '/smartlink/bloombergpursuits',
45
+ parameters: { site: 'the site attached to smartlink.bio/' },
46
+ radar: [
47
+ {
48
+ source: ['smartlink.bio/'],
49
+ },
50
+ ],
51
+ features: {
52
+ requireConfig: false,
53
+ requirePuppeteer: false,
54
+ antiCrawler: false,
55
+ supportBT: false,
56
+ supportPodcast: false,
57
+ supportScihub: false,
58
+ },
59
+ name: 'Posts',
60
+ maintainers: ['nickyfoto'],
61
+ handler,
62
+ description: 'smartlink.bio link in bio takes your audience from Instagram and TikTok to your website in one easy step.',
63
+ };
64
+
65
+ async function handler(ctx) {
66
+ const site = ctx.req.param('site');
67
+ const link = `https://smartlink.bio/api/instagram/${site}/posts`;
68
+ const data = await ofetch(link);
69
+ // the API returns text/plain as MIME type
70
+ // Parse the JSON string into an array
71
+ const parsedData = JSON.parse(data);
72
+ const items = parsedData.map((item) => ({
73
+ title: getTitle(item),
74
+ link: item.smartlink.split('?')[0],
75
+ description: `<p><img src="${item.imageUrl}"></p>`,
76
+ pubDate: item.created,
77
+ guid: item.id,
78
+ }));
79
+ return {
80
+ title: `@${site} SmartLink`,
81
+ link: `https://smartlink.bio/${site}`,
82
+ item: items,
83
+ };
84
+ }
@@ -0,0 +1,7 @@
1
+ import type { Namespace } from '@/types';
2
+
3
+ export const namespace: Namespace = {
4
+ name: 'SmartLink',
5
+ url: 'smartlink.bio',
6
+ lang: 'en',
7
+ };
@@ -4,6 +4,9 @@ import got from '@/utils/got';
4
4
  import { load } from 'cheerio';
5
5
  import { parseDate } from '@/utils/parse-date';
6
6
  import timezone from '@/utils/timezone';
7
+ import { config } from '@/config';
8
+ import { getHeaders } from './utils';
9
+ import ConfigNotFoundError from '@/errors/types/config-not-found';
7
10
 
8
11
  export const route: Route = {
9
12
  path: '/article/:uid',
@@ -11,7 +14,12 @@ export const route: Route = {
11
14
  example: '/smzdm/article/6902738986',
12
15
  parameters: { uid: '用户 id,网址上直接可以看到' },
13
16
  features: {
14
- requireConfig: false,
17
+ requireConfig: [
18
+ {
19
+ name: 'SMZDM_COOKIE',
20
+ description: '什么值得买登录后的 Cookie 值',
21
+ },
22
+ ],
15
23
  requirePuppeteer: false,
16
24
  antiCrawler: false,
17
25
  supportBT: false,
@@ -29,9 +37,15 @@ export const route: Route = {
29
37
  };
30
38
 
31
39
  async function handler(ctx) {
40
+ if (!config.smzdm.cookie) {
41
+ throw new ConfigNotFoundError('什么值得买排行榜 is disabled due to the lack of SMZDM_COOKIE');
42
+ }
43
+
32
44
  const link = `https://zhiyou.smzdm.com/member/${ctx.req.param('uid')}/article/`;
33
45
 
34
- const response = await got(link);
46
+ const response = await got(link, {
47
+ headers: getHeaders(),
48
+ });
35
49
  const $ = load(response.data);
36
50
  const title = $('.info-stuff-nickname a').text();
37
51
 
@@ -49,7 +63,9 @@ async function handler(ctx) {
49
63
  const out = await Promise.all(
50
64
  list.map((item) =>
51
65
  cache.tryGet(item.link, async () => {
52
- const response = await got(item.link);
66
+ const response = await got(item.link, {
67
+ headers: getHeaders(),
68
+ });
53
69
  const $ = load(response.data);
54
70
  item.description = $('.m-contant article').html();
55
71
  item.pubDate = timezone(parseDate($('meta[property="og:release_date"]').attr('content'), 'YYYY-MM-DD HH:mm:ss'), 8);
@@ -4,6 +4,9 @@ import got from '@/utils/got';
4
4
  import { load } from 'cheerio';
5
5
  import { parseDate } from '@/utils/parse-date';
6
6
  import timezone from '@/utils/timezone';
7
+ import { config } from '@/config';
8
+ import { getHeaders } from './utils';
9
+ import ConfigNotFoundError from '@/errors/types/config-not-found';
7
10
 
8
11
  export const route: Route = {
9
12
  path: '/baoliao/:uid',
@@ -11,7 +14,12 @@ export const route: Route = {
11
14
  example: '/smzdm/baoliao/7367111021',
12
15
  parameters: { uid: '用户id,网址上直接可以看到' },
13
16
  features: {
14
- requireConfig: false,
17
+ requireConfig: [
18
+ {
19
+ name: 'SMZDM_COOKIE',
20
+ description: '什么值得买登录后的 Cookie 值',
21
+ },
22
+ ],
15
23
  requirePuppeteer: false,
16
24
  antiCrawler: false,
17
25
  supportBT: false,
@@ -29,9 +37,15 @@ export const route: Route = {
29
37
  };
30
38
 
31
39
  async function handler(ctx) {
40
+ if (!config.smzdm.cookie) {
41
+ throw new ConfigNotFoundError('什么值得买排行榜 is disabled due to the lack of SMZDM_COOKIE');
42
+ }
43
+
32
44
  const link = `https://zhiyou.smzdm.com/member/${ctx.req.param('uid')}/baoliao/`;
33
45
 
34
- const response = await got(link);
46
+ const response = await got(link, {
47
+ headers: getHeaders(),
48
+ });
35
49
  const $ = load(response.data);
36
50
  const title = $('.info-stuff-nickname').text();
37
51
 
@@ -49,7 +63,9 @@ async function handler(ctx) {
49
63
  const out = await Promise.all(
50
64
  list.map((item) =>
51
65
  cache.tryGet(item.link, async () => {
52
- const response = await got(item.link);
66
+ const response = await got(item.link, {
67
+ headers: getHeaders(),
68
+ });
53
69
  const $ = load(response.data);
54
70
  item.description = $('article.txt-detail').html();
55
71
  item.pubDate = timezone(parseDate($('.time').first().text().trim().replace('更新时间:', '')), 8);
@@ -4,13 +4,21 @@ import got from '@/utils/got';
4
4
  import { load } from 'cheerio';
5
5
  import timezone from '@/utils/timezone';
6
6
  import { parseDate } from '@/utils/parse-date';
7
+ import { config } from '@/config';
8
+ import { getHeaders } from './utils';
9
+ import ConfigNotFoundError from '@/errors/types/config-not-found';
7
10
  export const route: Route = {
8
11
  path: '/haowen/fenlei/:name/:sort?',
9
12
  categories: ['shopping'],
10
13
  example: '/smzdm/haowen/fenlei/shenghuodianqi',
11
14
  parameters: { name: '分类名,可在 URL 中查看', sort: '排序方式,默认为最新' },
12
15
  features: {
13
- requireConfig: false,
16
+ requireConfig: [
17
+ {
18
+ name: 'SMZDM_COOKIE',
19
+ description: '什么值得买登录后的 Cookie 值',
20
+ },
21
+ ],
14
22
  requirePuppeteer: false,
15
23
  antiCrawler: false,
16
24
  supportBT: false,
@@ -32,12 +40,18 @@ export const route: Route = {
32
40
  };
33
41
 
34
42
  async function handler(ctx) {
43
+ if (!config.smzdm.cookie) {
44
+ throw new ConfigNotFoundError('什么值得买排行榜 is disabled due to the lack of SMZDM_COOKIE');
45
+ }
46
+
35
47
  const name = ctx.req.param('name');
36
48
  const sort = ctx.req.param('sort') || '0';
37
49
 
38
50
  const link = sort === '0' ? `https://post.smzdm.com/fenlei/${name}/` : `https://post.smzdm.com/fenlei/${name}/hot_${sort}/`;
39
51
 
40
- const response = await got.get(link);
52
+ const response = await got.get(link, {
53
+ headers: getHeaders(),
54
+ });
41
55
  const $ = load(response.data);
42
56
  const title = $('div.crumbs.nav-crumbs').text().split('>').pop();
43
57
 
@@ -58,7 +72,9 @@ async function handler(ctx) {
58
72
  list.map((item) =>
59
73
  cache.tryGet(item.link, async () => {
60
74
  try {
61
- const response = await got(item.link);
75
+ const response = await got(item.link, {
76
+ headers: getHeaders(),
77
+ });
62
78
  const $ = load(response.data);
63
79
  item.description = $('article').html();
64
80
  item.pubDate = timezone(parseDate($('meta[property="og:release_date"]').attr('content')), 8);
@@ -4,6 +4,9 @@ import ofetch from '@/utils/ofetch';
4
4
  import { load } from 'cheerio';
5
5
  import { parseDate } from '@/utils/parse-date';
6
6
  import timezone from '@/utils/timezone';
7
+ import { getHeaders } from './utils';
8
+ import ConfigNotFoundError from '@/errors/types/config-not-found';
9
+ import { config } from '@/config';
7
10
 
8
11
  export const route: Route = {
9
12
  path: '/haowen/:day?',
@@ -21,7 +24,12 @@ export const route: Route = {
21
24
  },
22
25
  },
23
26
  features: {
24
- requireConfig: false,
27
+ requireConfig: [
28
+ {
29
+ name: 'SMZDM_COOKIE',
30
+ description: '什么值得买登录后的 Cookie 值',
31
+ },
32
+ ],
25
33
  requirePuppeteer: false,
26
34
  antiCrawler: false,
27
35
  supportBT: false,
@@ -34,10 +42,16 @@ export const route: Route = {
34
42
  };
35
43
 
36
44
  async function handler(ctx) {
45
+ if (!config.smzdm.cookie) {
46
+ throw new ConfigNotFoundError('什么值得买排行榜 is disabled due to the lack of SMZDM_COOKIE');
47
+ }
48
+
37
49
  const day = ctx.req.param('day') ?? '1';
38
50
  const link = `https://post.smzdm.com/hot_${day}/`;
39
51
 
40
- const response = await ofetch(link);
52
+ const response = await ofetch(link, {
53
+ headers: getHeaders(),
54
+ });
41
55
  const $ = load(response);
42
56
  const title = $('li.filter-tab.active').text();
43
57
 
@@ -55,7 +69,9 @@ async function handler(ctx) {
55
69
  const out = await Promise.all(
56
70
  list.map((item) =>
57
71
  cache.tryGet(item.link ?? '', async () => {
58
- const response = await ofetch(item.link ?? '');
72
+ const response = await ofetch(item.link ?? '', {
73
+ headers: getHeaders(),
74
+ });
59
75
  const $ = load(response);
60
76
  const content = $('#articleId');
61
77
  content.find('.item-name').remove();
@@ -3,15 +3,23 @@ import got from '@/utils/got';
3
3
  import { load } from 'cheerio';
4
4
  import { parseDate } from '@/utils/parse-date';
5
5
  import timezone from '@/utils/timezone';
6
+ import { getHeaders } from './utils';
7
+ import ConfigNotFoundError from '@/errors/types/config-not-found';
8
+ import { config } from '@/config';
6
9
 
7
10
  export const route: Route = {
8
11
  path: '/keyword/:keyword',
9
- categories: ['shopping', 'popular'],
12
+ categories: ['shopping'],
10
13
  view: ViewType.Notifications,
11
14
  example: '/smzdm/keyword/女装',
12
15
  parameters: { keyword: '你想订阅的关键词' },
13
16
  features: {
14
- requireConfig: false,
17
+ requireConfig: [
18
+ {
19
+ name: 'SMZDM_COOKIE',
20
+ description: '什么值得买登录后的 Cookie 值',
21
+ },
22
+ ],
15
23
  requirePuppeteer: false,
16
24
  antiCrawler: false,
17
25
  supportBT: false,
@@ -24,10 +32,15 @@ export const route: Route = {
24
32
  };
25
33
 
26
34
  async function handler(ctx) {
35
+ if (!config.smzdm.cookie) {
36
+ throw new ConfigNotFoundError('什么值得买排行榜 is disabled due to the lack of SMZDM_COOKIE');
37
+ }
38
+
27
39
  const keyword = ctx.req.param('keyword');
28
40
 
29
41
  const response = await got(`https://search.smzdm.com`, {
30
42
  headers: {
43
+ ...getHeaders(),
31
44
  Referer: `https://search.smzdm.com/?c=home&s=${encodeURIComponent(keyword)}&order=time&v=a`,
32
45
  },
33
46
  searchParams: {
@@ -2,6 +2,9 @@ import { Route, DataItem } from '@/types';
2
2
  import ofetch from '@/utils/ofetch';
3
3
  import { load } from 'cheerio';
4
4
  import cache from '@/utils/cache';
5
+ import { getHeaders } from './utils';
6
+ import ConfigNotFoundError from '@/errors/types/config-not-found';
7
+ import { config } from '@/config';
5
8
 
6
9
  export const route: Route = {
7
10
  path: '/product/:id',
@@ -9,7 +12,12 @@ export const route: Route = {
9
12
  example: '/smzdm/product/zm5vzpe',
10
13
  parameters: { id: '商品 id,网址上直接可以看到' },
11
14
  features: {
12
- requireConfig: false,
15
+ requireConfig: [
16
+ {
17
+ name: 'SMZDM_COOKIE',
18
+ description: '什么值得买登录后的 Cookie 值',
19
+ },
20
+ ],
13
21
  requirePuppeteer: false,
14
22
  antiCrawler: false,
15
23
  supportBT: false,
@@ -28,9 +36,15 @@ export const route: Route = {
28
36
  };
29
37
 
30
38
  async function handler(ctx) {
39
+ if (!config.smzdm.cookie) {
40
+ throw new ConfigNotFoundError('什么值得买排行榜 is disabled due to the lack of SMZDM_COOKIE');
41
+ }
42
+
31
43
  const link = `https://wiki.smzdm.com/p/${ctx.req.param('id')}`;
32
44
 
33
- const response = await ofetch(link);
45
+ const response = await ofetch(link, {
46
+ headers: getHeaders(),
47
+ });
34
48
  const $ = load(response);
35
49
  const title = $('title').text();
36
50
 
@@ -55,7 +69,9 @@ async function handler(ctx) {
55
69
  const out = await Promise.all(
56
70
  items.map((item) =>
57
71
  cache.tryGet(item.link, async () => {
58
- const response = await ofetch(item.link);
72
+ const response = await ofetch(item.link, {
73
+ headers: getHeaders(),
74
+ });
59
75
  const $ = load(response);
60
76
 
61
77
  // filter outdated articles