rsshub 1.0.0-master.fe69819 → 1.0.0-master.febd623

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 (1589) hide show
  1. package/README.md +6 -4
  2. package/lib/config.js +159 -119
  3. package/lib/middleware/anti-hotlink.js +40 -14
  4. package/lib/middleware/cache/index.js +5 -5
  5. package/lib/middleware/cache/memory.js +7 -13
  6. package/lib/middleware/cache/redis.js +22 -2
  7. package/lib/middleware/onerror.js +9 -0
  8. package/lib/middleware/parameter.js +11 -3
  9. package/lib/middleware/template.js +19 -6
  10. package/lib/radar-rules.js +0 -534
  11. package/lib/router.js +326 -432
  12. package/lib/routes/afdian/dynamic.js +2 -1
  13. package/lib/routes/amd/graphicsdrivers.js +1 -1
  14. package/lib/routes/disqus/posts.js +1 -1
  15. package/lib/routes/dsndsht23/index.js +2 -1
  16. package/lib/routes/fanfou/favorites.js +1 -1
  17. package/lib/routes/fanfou/home_timeline.js +1 -1
  18. package/lib/routes/fanfou/public_timeline.js +1 -1
  19. package/lib/routes/fanfou/user_timeline.js +1 -1
  20. package/lib/routes/fdroid/apprelease.js +1 -1
  21. package/lib/routes/hentaimama/videos.js +1 -1
  22. package/lib/routes/hkej/index.js +2 -2
  23. package/lib/routes/index.js +1 -1
  24. package/lib/routes/instagram/utils.js +1 -1
  25. package/lib/routes/ipsw/index.js +2 -2
  26. package/lib/routes/lastfm/loved.js +1 -1
  27. package/lib/routes/lastfm/recent.js +1 -1
  28. package/lib/routes/lastfm/top.js +1 -1
  29. package/lib/routes/lizhi/user.js +1 -1
  30. package/lib/routes/manxiaosi/book.js +1 -1
  31. package/lib/routes/mastodon/utils.js +14 -14
  32. package/lib/routes/missevan/drama.js +1 -1
  33. package/lib/routes/missevan/latest.js +1 -1
  34. package/lib/routes/mofish/index.js +21 -9
  35. package/lib/routes/mofish/templates/description.art +4 -0
  36. package/lib/routes/ncm/djradio.js +3 -4
  37. package/lib/routes/nhentai/util.js +3 -3
  38. package/lib/routes/novel/biquge.js +24 -23
  39. package/lib/routes/novel/biqugeinfo.js +26 -26
  40. package/lib/routes/or/index.js +1 -1
  41. package/lib/routes/pixiv/bookmarks.js +1 -1
  42. package/lib/routes/pixiv/illustfollow.js +1 -1
  43. package/lib/routes/pixiv/ranking.js +1 -1
  44. package/lib/routes/pixiv/search.js +1 -1
  45. package/lib/routes/pixiv/user.js +1 -1
  46. package/lib/routes/prestige-av/series.js +3 -6
  47. package/lib/routes/sina/rollnews.js +8 -3
  48. package/lib/routes/telecompaper/news.js +1 -1
  49. package/lib/routes/tencent/wechat/miniprogram/framework.js +4 -2
  50. package/lib/routes/touhougarakuta/index.js +4 -2
  51. package/lib/routes/touhougarakuta/json2html.js +22 -10
  52. package/lib/routes/twitter/api_fallback_common.js +17 -0
  53. package/lib/routes/twitter/developer-api/search.js +3 -3
  54. package/lib/routes/twitter/developer-api/user.js +2 -2
  55. package/lib/routes/twitter/followings.js +11 -13
  56. package/lib/routes/twitter/keyword.js +3 -9
  57. package/lib/routes/twitter/likes.js +3 -3
  58. package/lib/routes/twitter/list.js +5 -5
  59. package/lib/routes/twitter/trends.js +6 -5
  60. package/lib/routes/twitter/user.js +2 -8
  61. package/lib/routes/twitter/utils.js +77 -74
  62. package/lib/routes/twitter/web-api/media.js +5 -2
  63. package/lib/routes/twitter/web-api/twitter-api.js +105 -20
  64. package/lib/routes/twitter/web-api/twitter-got.js +4 -0
  65. package/lib/routes/twitter/web-api/user.js +5 -4
  66. package/lib/routes/universities/hitwh/today.js +6 -6
  67. package/lib/routes/weibo/keyword.js +18 -10
  68. package/lib/routes/weibo/super_index.js +24 -15
  69. package/lib/routes/weibo/timeline.js +56 -20
  70. package/lib/routes/weibo/user.js +93 -50
  71. package/lib/routes/weibo/utils.js +189 -12
  72. package/lib/routes/ximalaya/album.js +2 -2
  73. package/lib/routes/zcool/top.js +3 -3
  74. package/lib/utils/common-config.js +4 -0
  75. package/lib/utils/common-utils.js +26 -0
  76. package/lib/utils/parse-date.js +174 -17
  77. package/lib/utils/puppeteer.js +43 -4
  78. package/lib/utils/rand-user-agent.js +29 -0
  79. package/lib/utils/request-wrapper.js +5 -6
  80. package/lib/utils/torrent.js +9 -1
  81. package/lib/utils/wechat-mp.js +261 -0
  82. package/lib/v2/35photo/actual.js +7 -0
  83. package/lib/v2/35photo/author.js +9 -0
  84. package/lib/v2/35photo/genre.js +9 -0
  85. package/lib/v2/35photo/interesting.js +7 -0
  86. package/lib/v2/35photo/maintainer.js +8 -0
  87. package/lib/v2/35photo/map.js +7 -0
  88. package/lib/v2/35photo/new.js +7 -0
  89. package/lib/v2/35photo/radar.js +43 -0
  90. package/lib/v2/35photo/router.js +8 -0
  91. package/lib/v2/35photo/utils.js +42 -0
  92. package/lib/v2/36kr/maintainer.js +7 -0
  93. package/lib/v2/36kr/motif.js +36 -0
  94. package/lib/v2/36kr/news.js +56 -0
  95. package/lib/v2/36kr/newsflashes.js +37 -0
  96. package/lib/v2/36kr/radar.js +37 -0
  97. package/lib/v2/36kr/router.js +7 -0
  98. package/lib/v2/36kr/search/article.js +70 -0
  99. package/lib/v2/36kr/user.js +36 -0
  100. package/lib/v2/52hrtt/index.js +57 -0
  101. package/lib/v2/52hrtt/maintainer.js +4 -0
  102. package/lib/v2/52hrtt/radar.js +19 -0
  103. package/lib/v2/52hrtt/router.js +4 -0
  104. package/lib/v2/52hrtt/symposium.js +57 -0
  105. package/lib/v2/7mmtv/index.js +86 -0
  106. package/lib/v2/7mmtv/maintainer.js +4 -0
  107. package/lib/v2/7mmtv/radar.js +19 -0
  108. package/lib/v2/7mmtv/router.js +3 -0
  109. package/lib/v2/7mmtv/templates/description.art +11 -0
  110. package/lib/v2/8kcos/article.js +24 -0
  111. package/lib/v2/8kcos/cat.js +22 -0
  112. package/lib/{routes → v2}/8kcos/const.js +0 -0
  113. package/lib/v2/8kcos/latest.js +23 -0
  114. package/lib/v2/8kcos/maintainer.js +5 -0
  115. package/lib/v2/8kcos/radar.js +25 -0
  116. package/lib/v2/8kcos/router.js +5 -0
  117. package/lib/v2/8kcos/tag.js +23 -0
  118. package/lib/v2/95mm/category.js +20 -0
  119. package/lib/v2/95mm/maintainer.js +5 -0
  120. package/lib/v2/95mm/radar.js +25 -0
  121. package/lib/v2/95mm/router.js +5 -0
  122. package/lib/v2/95mm/tab.js +9 -0
  123. package/lib/v2/95mm/tag.js +9 -0
  124. package/lib/v2/95mm/templates/description.art +3 -0
  125. package/lib/v2/95mm/utils.js +59 -0
  126. package/lib/v2/9to5/maintainer.js +3 -0
  127. package/lib/v2/9to5/radar.js +35 -0
  128. package/lib/v2/9to5/router.js +3 -0
  129. package/lib/v2/9to5/subsite.js +70 -0
  130. package/lib/v2/9to5/utils.js +36 -0
  131. package/lib/v2/abskoop/index.js +57 -0
  132. package/lib/v2/abskoop/maintainer.js +3 -0
  133. package/lib/v2/abskoop/nsfw.js +52 -0
  134. package/lib/v2/abskoop/radar.js +13 -0
  135. package/lib/v2/abskoop/router.js +4 -0
  136. package/lib/v2/abskoop/templates/description.art +3 -0
  137. package/lib/v2/agirls/index.js +8 -2
  138. package/lib/v2/agirls/topic.js +2 -2
  139. package/lib/v2/agirls/topic_list.js +1 -1
  140. package/lib/v2/ajmide/index.js +1 -1
  141. package/lib/v2/aliyun/database_month.js +40 -0
  142. package/lib/v2/aliyun/developer/group.js +49 -0
  143. package/lib/v2/aliyun/maintainer.js +5 -0
  144. package/lib/v2/aliyun/notice.js +56 -0
  145. package/lib/v2/aliyun/radar.js +32 -0
  146. package/lib/v2/aliyun/router.js +5 -0
  147. package/lib/v2/ally/maintainer.js +3 -0
  148. package/lib/v2/ally/radar.js +13 -0
  149. package/lib/v2/ally/rail.js +109 -0
  150. package/lib/v2/ally/router.js +3 -0
  151. package/lib/v2/app-center/templates/description.art +1 -1
  152. package/lib/v2/apple/exchange_repair.js +40 -0
  153. package/lib/v2/apple/maintainer.js +3 -0
  154. package/lib/v2/apple/radar.js +13 -0
  155. package/lib/v2/apple/router.js +3 -0
  156. package/lib/v2/appstore/gofans.js +34 -0
  157. package/lib/{routes/apple → v2}/appstore/in-app-purchase.js +0 -0
  158. package/lib/v2/appstore/maintainer.js +7 -0
  159. package/lib/{routes/apple → v2}/appstore/price.js +0 -0
  160. package/lib/v2/appstore/radar.js +41 -0
  161. package/lib/v2/appstore/router.js +7 -0
  162. package/lib/{routes/apple → v2}/appstore/update.js +0 -0
  163. package/lib/v2/appstore/xianmian.js +28 -0
  164. package/lib/v2/arknights/announce.js +55 -0
  165. package/lib/v2/arknights/japan.js +25 -0
  166. package/lib/v2/arknights/maintainer.js +5 -0
  167. package/lib/v2/arknights/news.js +42 -0
  168. package/lib/v2/arknights/radar.js +40 -0
  169. package/lib/v2/arknights/router.js +8 -0
  170. package/lib/v2/asiantolick/index.js +67 -0
  171. package/lib/v2/asiantolick/maintainer.js +6 -0
  172. package/lib/v2/asiantolick/radar.js +31 -0
  173. package/lib/v2/asiantolick/router.js +3 -0
  174. package/lib/v2/asiantolick/templates/description.art +3 -0
  175. package/lib/v2/asus/bios.js +38 -0
  176. package/lib/v2/asus/maintainer.js +3 -0
  177. package/lib/v2/asus/radar.js +13 -0
  178. package/lib/v2/asus/router.js +3 -0
  179. package/lib/v2/asus/templates/bios.art +6 -0
  180. package/lib/v2/bbcnewslabs/maintainer.js +3 -0
  181. package/lib/v2/bbcnewslabs/news.js +32 -0
  182. package/lib/v2/bbcnewslabs/radar.js +13 -0
  183. package/lib/v2/bbcnewslabs/router.js +3 -0
  184. package/lib/v2/behance/maintainer.js +3 -0
  185. package/lib/v2/behance/radar.js +26 -0
  186. package/lib/v2/behance/router.js +3 -0
  187. package/lib/v2/behance/user.js +67 -0
  188. package/lib/v2/bigquant/collections.js +35 -0
  189. package/lib/v2/bigquant/maintainer.js +3 -0
  190. package/lib/v2/bigquant/radar.js +13 -0
  191. package/lib/v2/bigquant/router.js +3 -0
  192. package/lib/{routes → v2}/bilibili/app.js +0 -0
  193. package/lib/v2/bilibili/article.js +53 -0
  194. package/lib/{routes → v2}/bilibili/audio.js +0 -0
  195. package/lib/{routes → v2}/bilibili/bangumi.js +0 -0
  196. package/lib/{routes → v2}/bilibili/blackboard.js +0 -0
  197. package/lib/v2/bilibili/cache.js +121 -0
  198. package/lib/{routes → v2}/bilibili/coin.js +0 -0
  199. package/lib/{routes → v2}/bilibili/danmaku.js +0 -0
  200. package/lib/v2/bilibili/dynamic.js +206 -0
  201. package/lib/{routes → v2}/bilibili/fav.js +0 -0
  202. package/lib/{routes → v2}/bilibili/followers.js +0 -0
  203. package/lib/{routes → v2}/bilibili/followings.js +0 -0
  204. package/lib/{routes → v2}/bilibili/followings_article.js +0 -0
  205. package/lib/{routes → v2}/bilibili/followings_dynamic.js +0 -0
  206. package/lib/{routes → v2}/bilibili/followings_video.js +0 -0
  207. package/lib/{routes → v2}/bilibili/linkNews.js +0 -0
  208. package/lib/v2/bilibili/liveArea.js +64 -0
  209. package/lib/{routes → v2}/bilibili/liveRoom.js +0 -0
  210. package/lib/{routes → v2}/bilibili/liveSearch.js +0 -0
  211. package/lib/{routes → v2}/bilibili/mallIP.js +0 -0
  212. package/lib/{routes → v2}/bilibili/mallNew.js +0 -0
  213. package/lib/{routes → v2}/bilibili/manga_followings.js +0 -0
  214. package/lib/{routes → v2}/bilibili/manga_update.js +0 -0
  215. package/lib/v2/bilibili/online.js +25 -0
  216. package/lib/v2/bilibili/page.js +36 -0
  217. package/lib/{routes → v2}/bilibili/partion-ranking.js +0 -0
  218. package/lib/{routes → v2}/bilibili/partion.js +0 -0
  219. package/lib/v2/bilibili/radar.js +6 -0
  220. package/lib/{routes → v2}/bilibili/ranking.js +0 -0
  221. package/lib/{routes → v2}/bilibili/readlist.js +0 -0
  222. package/lib/{routes → v2}/bilibili/reply.js +0 -0
  223. package/lib/v2/bilibili/router.js +39 -0
  224. package/lib/{routes → v2}/bilibili/topic.js +0 -0
  225. package/lib/{routes → v2}/bilibili/userChannel.js +0 -0
  226. package/lib/{routes → v2}/bilibili/userFav.js +0 -0
  227. package/lib/{routes → v2}/bilibili/user_bangumi.js +0 -0
  228. package/lib/{routes → v2}/bilibili/utils.js +0 -0
  229. package/lib/v2/bilibili/video.js +38 -0
  230. package/lib/{routes → v2}/bilibili/vsearch.js +0 -0
  231. package/lib/{routes → v2}/bilibili/weekly_recommend.js +0 -0
  232. package/lib/v2/bitbucket/commits.js +40 -0
  233. package/lib/v2/bitbucket/maintainer.js +4 -0
  234. package/lib/v2/bitbucket/radar.js +19 -0
  235. package/lib/v2/bitbucket/router.js +4 -0
  236. package/lib/v2/bitbucket/tags.js +40 -0
  237. package/lib/v2/bitmovin/blog.js +33 -0
  238. package/lib/v2/bitmovin/maintainer.js +3 -0
  239. package/lib/v2/bitmovin/radar.js +13 -0
  240. package/lib/v2/bitmovin/router.js +3 -0
  241. package/lib/{routes/universities → v2}/bjfu/grs.js +0 -0
  242. package/lib/v2/bjfu/it/index.js +49 -0
  243. package/lib/v2/bjfu/it/utils.js +64 -0
  244. package/lib/{routes/universities → v2}/bjfu/jwc/index.js +0 -0
  245. package/lib/v2/bjfu/jwc/utils.js +63 -0
  246. package/lib/{routes/universities → v2}/bjfu/kjc.js +0 -0
  247. package/lib/v2/bjfu/maintainer.js +7 -0
  248. package/lib/{routes/universities → v2}/bjfu/news/index.js +0 -0
  249. package/lib/v2/bjfu/news/utils.js +63 -0
  250. package/lib/v2/bjfu/radar.js +45 -0
  251. package/lib/v2/bjfu/router.js +7 -0
  252. package/lib/v2/bjx/huanbao.js +78 -0
  253. package/lib/v2/bjx/maintainer.js +4 -0
  254. package/lib/v2/bjx/radar.js +21 -0
  255. package/lib/v2/bjx/router.js +4 -0
  256. package/lib/v2/bjx/types.js +33 -0
  257. package/lib/v2/bookfere/category.js +36 -0
  258. package/lib/v2/bookfere/maintainer.js +3 -0
  259. package/lib/v2/bookfere/radar.js +11 -0
  260. package/lib/v2/bookfere/router.js +3 -0
  261. package/lib/v2/brooklynmuseum/exhibitions.js +27 -0
  262. package/lib/v2/brooklynmuseum/maintainer.js +3 -0
  263. package/lib/v2/brooklynmuseum/radar.js +11 -0
  264. package/lib/v2/brooklynmuseum/router.js +3 -0
  265. package/lib/v2/c114/maintainer.js +3 -0
  266. package/lib/v2/c114/radar.js +13 -0
  267. package/lib/v2/c114/roll.js +57 -0
  268. package/lib/v2/c114/router.js +3 -0
  269. package/lib/v2/caareviews/book.js +14 -0
  270. package/lib/v2/caareviews/essay.js +14 -0
  271. package/lib/v2/caareviews/exhibition.js +14 -0
  272. package/lib/v2/caareviews/maintainer.js +5 -0
  273. package/lib/v2/caareviews/radar.js +25 -0
  274. package/lib/v2/caareviews/router.js +5 -0
  275. package/lib/v2/caareviews/templates/utils.art +2 -0
  276. package/lib/v2/caareviews/utils.js +49 -0
  277. package/lib/v2/cankaoxiaoxi/index.js +81 -0
  278. package/lib/v2/cankaoxiaoxi/maintainer.js +3 -0
  279. package/lib/v2/cankaoxiaoxi/radar.js +61 -0
  280. package/lib/v2/cankaoxiaoxi/router.js +3 -0
  281. package/lib/v2/cbirc/index.js +1 -1
  282. package/lib/v2/cctv/category.js +20 -0
  283. package/lib/v2/cctv/jx.js +51 -0
  284. package/lib/v2/cctv/lm.js +78 -0
  285. package/lib/v2/cctv/maintainer.js +7 -0
  286. package/lib/v2/cctv/radar.js +41 -0
  287. package/lib/v2/cctv/router.js +7 -0
  288. package/lib/v2/cctv/special.js +110 -0
  289. package/lib/v2/cctv/utils/mzzlbg.js +41 -0
  290. package/lib/v2/cctv/utils/news.js +105 -0
  291. package/lib/v2/cctv/utils/xinwen1j1.js +81 -0
  292. package/lib/v2/cctv/xwlb.js +50 -0
  293. package/lib/v2/chaping/banner.js +40 -0
  294. package/lib/v2/chaping/maintainer.js +5 -0
  295. package/lib/v2/chaping/news.js +55 -0
  296. package/lib/v2/chaping/newsflash.js +23 -0
  297. package/lib/v2/chaping/radar.js +31 -0
  298. package/lib/v2/chaping/router.js +5 -0
  299. package/lib/v2/chinacef/experts.js +38 -0
  300. package/lib/v2/chinacef/hot.js +38 -0
  301. package/lib/v2/chinacef/index.js +39 -0
  302. package/lib/v2/chinacef/maintainer.js +5 -0
  303. package/lib/v2/chinacef/radar.js +25 -0
  304. package/lib/v2/chinacef/router.js +5 -0
  305. package/lib/v2/{wechat → chinacef}/templates/description.art +0 -0
  306. package/lib/v2/chinacef/utils.js +55 -0
  307. package/lib/v2/chinafactcheck/index.js +38 -0
  308. package/lib/v2/chinafactcheck/maintainer.js +3 -0
  309. package/lib/v2/chinafactcheck/radar.js +13 -0
  310. package/lib/v2/chinafactcheck/router.js +3 -0
  311. package/lib/v2/chinafactcheck/templates/description.art +1 -0
  312. package/lib/v2/chinafactcheck/utils.js +60 -0
  313. package/lib/v2/chinanews/index.js +66 -0
  314. package/lib/v2/chinanews/maintainer.js +3 -0
  315. package/lib/v2/chinanews/radar.js +13 -0
  316. package/lib/v2/chinanews/router.js +3 -0
  317. package/lib/v2/chinathinktanks/maintainer.js +3 -0
  318. package/lib/v2/chinathinktanks/radar.js +13 -0
  319. package/lib/v2/chinathinktanks/router.js +3 -0
  320. package/lib/v2/chinathinktanks/viewpoint.js +53 -0
  321. package/lib/v2/chinaventure/index.js +63 -0
  322. package/lib/v2/chinaventure/maintainer.js +3 -0
  323. package/lib/v2/chinaventure/radar.js +13 -0
  324. package/lib/v2/chinaventure/router.js +3 -0
  325. package/lib/v2/cnbeta/index.js +2 -1
  326. package/lib/v2/cnbeta/utils.js +1 -0
  327. package/lib/v2/cncf/index.js +43 -0
  328. package/lib/v2/cncf/maintainer.js +3 -0
  329. package/lib/v2/cncf/radar.js +31 -0
  330. package/lib/v2/cncf/reports.js +38 -0
  331. package/lib/v2/cncf/router.js +4 -0
  332. package/lib/v2/cntheory/maintainer.js +3 -0
  333. package/lib/v2/cntheory/paper.js +93 -0
  334. package/lib/v2/cntheory/radar.js +13 -0
  335. package/lib/v2/cntheory/router.js +3 -0
  336. package/lib/v2/cntheory/templates/description.art +2 -0
  337. package/lib/v2/coomer/artist.js +9 -0
  338. package/lib/v2/coomer/maintainer.js +4 -0
  339. package/lib/v2/coomer/posts.js +7 -0
  340. package/lib/v2/coomer/radar.js +19 -0
  341. package/lib/v2/coomer/router.js +4 -0
  342. package/lib/v2/coomer/utils.js +53 -0
  343. package/lib/v2/csu/cse.js +33 -0
  344. package/lib/v2/csu/fetch_article.js +12 -0
  345. package/lib/{routes/universities → v2}/csu/job.js +0 -0
  346. package/lib/v2/csu/maintainer.js +3 -0
  347. package/lib/v2/csu/radar.js +13 -0
  348. package/lib/v2/csu/router.js +4 -0
  349. package/lib/v2/dahecube/index.js +66 -0
  350. package/lib/v2/dahecube/maintainer.js +3 -0
  351. package/lib/v2/dahecube/radar.js +23 -0
  352. package/lib/v2/dahecube/router.js +3 -0
  353. package/lib/v2/dahecube/utils.js +47 -0
  354. package/lib/v2/dapenti/maintainer.js +4 -0
  355. package/lib/v2/dapenti/radar.js +27 -0
  356. package/lib/v2/dapenti/router.js +4 -0
  357. package/lib/v2/dapenti/subject.js +5 -0
  358. package/lib/v2/dapenti/tugua.js +5 -0
  359. package/lib/v2/dapenti/utils.js +75 -0
  360. package/lib/v2/dayanzai/index.js +58 -0
  361. package/lib/v2/dayanzai/maintainer.js +3 -0
  362. package/lib/v2/dayanzai/radar.js +13 -0
  363. package/lib/v2/dayanzai/router.js +3 -0
  364. package/lib/v2/dbmv/index.js +64 -0
  365. package/lib/v2/dbmv/maintainer.js +3 -0
  366. package/lib/v2/dbmv/radar.js +13 -0
  367. package/lib/v2/dbmv/router.js +3 -0
  368. package/lib/v2/dhu/jiaowu/news.js +37 -0
  369. package/lib/v2/dhu/maintainer.js +4 -0
  370. package/lib/v2/dhu/radar.js +17 -0
  371. package/lib/v2/dhu/router.js +4 -0
  372. package/lib/v2/dhu/xxgk/news.js +32 -0
  373. package/lib/v2/diandong/ddh.js +51 -0
  374. package/lib/v2/diandong/maintainer.js +4 -0
  375. package/lib/v2/diandong/news.js +50 -0
  376. package/lib/v2/diandong/radar.js +19 -0
  377. package/lib/v2/diandong/router.js +4 -0
  378. package/lib/v2/dongqiudi/daily.js +47 -0
  379. package/lib/v2/dongqiudi/maintainer.js +8 -0
  380. package/lib/{routes → v2}/dongqiudi/player_news.js +0 -0
  381. package/lib/v2/dongqiudi/radar.js +45 -0
  382. package/lib/v2/dongqiudi/result.js +30 -0
  383. package/lib/v2/dongqiudi/router.js +8 -0
  384. package/lib/{routes → v2}/dongqiudi/special.js +0 -0
  385. package/lib/{routes → v2}/dongqiudi/team_news.js +0 -0
  386. package/lib/v2/dongqiudi/top_news.js +39 -0
  387. package/lib/v2/dongqiudi/utils.js +147 -0
  388. package/lib/v2/douban/people/status.js +10 -2
  389. package/lib/v2/douban/people/wish.js +56 -43
  390. package/lib/v2/douyin/maintainer.js +3 -0
  391. package/lib/v2/douyin/radar.js +13 -0
  392. package/lib/v2/douyin/router.js +3 -0
  393. package/lib/v2/douyin/templates/cover.art +15 -0
  394. package/lib/v2/douyin/templates/desc.art +3 -0
  395. package/lib/v2/douyin/templates/embed.art +13 -0
  396. package/lib/v2/douyin/templates/iframe.art +14 -0
  397. package/lib/v2/douyin/user.js +128 -0
  398. package/lib/v2/dtcj/datahero.js +50 -0
  399. package/lib/v2/dtcj/datainsight.js +53 -0
  400. package/lib/v2/dtcj/maintainer.js +4 -0
  401. package/lib/v2/dtcj/radar.js +25 -0
  402. package/lib/v2/dtcj/router.js +4 -0
  403. package/lib/v2/dut/defaults.js +53 -0
  404. package/lib/v2/dut/index.js +78 -0
  405. package/lib/v2/dut/maintainer.js +14 -0
  406. package/lib/v2/dut/radar.js +109 -0
  407. package/lib/v2/dut/router.js +4 -0
  408. package/lib/v2/dut/shortcuts.js +77 -0
  409. package/lib/{routes → v2}/dx2025/index.js +0 -0
  410. package/lib/v2/dx2025/maintainer.js +3 -0
  411. package/lib/v2/dx2025/radar.js +19 -0
  412. package/lib/v2/dx2025/router.js +3 -0
  413. package/lib/v2/e-hentai/radar.js +21 -3
  414. package/lib/v2/eagle/blog.js +47 -0
  415. package/lib/v2/eagle/changelog.js +77 -0
  416. package/lib/v2/eagle/maintainer.js +4 -0
  417. package/lib/v2/eagle/radar.js +101 -0
  418. package/lib/v2/eagle/router.js +4 -0
  419. package/lib/v2/earthquake/ceic.js +68 -0
  420. package/lib/v2/earthquake/index.js +40 -0
  421. package/lib/v2/earthquake/maintainer.js +4 -0
  422. package/lib/v2/earthquake/radar.js +24 -0
  423. package/lib/v2/earthquake/router.js +4 -0
  424. package/lib/v2/eastday/24.js +90 -0
  425. package/lib/v2/eastday/maintainer.js +2 -0
  426. package/lib/v2/eastday/radar.js +16 -0
  427. package/lib/v2/eastday/router.js +2 -0
  428. package/lib/v2/eastday/sh.js +49 -0
  429. package/lib/v2/eastmoney/radar.js +13 -0
  430. package/lib/v2/eastmoney/router.js +3 -0
  431. package/lib/v2/eastmoney/ttjj/user.js +65 -0
  432. package/lib/{routes/the-economist → v2/economist}/download.js +0 -0
  433. package/lib/v2/economist/espresso.js +50 -0
  434. package/lib/v2/economist/full.js +42 -0
  435. package/lib/v2/economist/gre-vocabulary.js +19 -0
  436. package/lib/v2/economist/maintainer.js +6 -0
  437. package/lib/v2/economist/radar.js +27 -0
  438. package/lib/v2/economist/router.js +6 -0
  439. package/lib/v2/ehentai/ehapi.js +172 -0
  440. package/lib/v2/ehentai/favorites.js +28 -0
  441. package/lib/v2/ehentai/maintainer.js +5 -0
  442. package/lib/v2/ehentai/router.js +5 -0
  443. package/lib/v2/ehentai/search.js +36 -0
  444. package/lib/v2/ehentai/tag.js +24 -0
  445. package/lib/v2/elsevier/templates/description.art +2 -0
  446. package/lib/v2/embassy/index.js +60 -0
  447. package/lib/v2/embassy/maintainer.js +3 -0
  448. package/lib/v2/embassy/radar.js +258 -0
  449. package/lib/v2/embassy/router.js +3 -0
  450. package/lib/v2/embassy/supportedList.js +257 -0
  451. package/lib/v2/ems/apple.js +42 -0
  452. package/lib/v2/ems/maintainer.js +4 -0
  453. package/lib/{routes → v2}/ems/news.js +0 -0
  454. package/lib/v2/ems/radar.js +19 -0
  455. package/lib/v2/ems/router.js +4 -0
  456. package/lib/v2/ems/templates/apple.art +6 -0
  457. package/lib/v2/epicgames/index.js +66 -68
  458. package/lib/v2/epicgames/maintainer.js +1 -1
  459. package/lib/v2/epicgames/router.js +1 -1
  460. package/lib/v2/epicgames/templates/description.art +2 -0
  461. package/lib/v2/eprice/rss.js +4 -2
  462. package/lib/v2/feng/forum.js +42 -0
  463. package/lib/v2/feng/radar.js +13 -0
  464. package/lib/v2/feng/router.js +3 -0
  465. package/lib/v2/feng/templates/deleted.art +2 -0
  466. package/lib/v2/feng/templates/img.art +6 -0
  467. package/lib/v2/feng/utils.js +80 -0
  468. package/lib/v2/ff14/ff14_global.js +1 -1
  469. package/lib/v2/firefox/index.js +10 -5
  470. package/lib/{routes → v2}/flyert/creditcard.js +0 -0
  471. package/lib/v2/flyert/maintainer.js +4 -0
  472. package/lib/v2/flyert/preferential.js +48 -0
  473. package/lib/v2/flyert/radar.js +19 -0
  474. package/lib/v2/flyert/router.js +4 -0
  475. package/lib/v2/flyert/utils.js +67 -0
  476. package/lib/v2/foresightnews/index.js +88 -0
  477. package/lib/v2/foresightnews/maintainer.js +6 -0
  478. package/lib/v2/foresightnews/radar.js +31 -0
  479. package/lib/v2/foresightnews/router.js +3 -0
  480. package/lib/v2/fortunechina/index.js +3 -3
  481. package/lib/v2/fx-markets/channel.js +56 -0
  482. package/lib/v2/fx-markets/maintainer.js +3 -0
  483. package/lib/v2/fx-markets/radar.js +31 -0
  484. package/lib/v2/fx-markets/router.js +3 -0
  485. package/lib/v2/gamer/gnn_index.js +130 -0
  486. package/lib/v2/gamer/hot.js +1 -1
  487. package/lib/v2/gamer/maintainer.js +1 -0
  488. package/lib/v2/gamer/radar.js +16 -0
  489. package/lib/v2/gamer/router.js +1 -0
  490. package/lib/v2/gaze/maintainer.js +3 -0
  491. package/lib/v2/gaze/radar.js +13 -0
  492. package/lib/v2/gaze/router.js +3 -0
  493. package/lib/v2/gaze/templates/update.art +4 -0
  494. package/lib/v2/gaze/update.js +27 -0
  495. package/lib/v2/gcores/category.js +130 -0
  496. package/lib/v2/gcores/maintainer.js +4 -0
  497. package/lib/v2/gcores/radar.js +19 -0
  498. package/lib/v2/gcores/router.js +4 -0
  499. package/lib/v2/gcores/tag.js +130 -0
  500. package/lib/v2/getitfree/index.js +54 -0
  501. package/lib/v2/getitfree/maintainer.js +3 -0
  502. package/lib/v2/getitfree/radar.js +13 -0
  503. package/lib/v2/getitfree/router.js +3 -0
  504. package/lib/v2/gf-cn/news.js +1 -1
  505. package/lib/v2/gitee/maintainer.js +6 -0
  506. package/lib/v2/gitee/radar.js +31 -0
  507. package/lib/v2/gitee/repos/commits.js +40 -0
  508. package/lib/v2/gitee/repos/events.js +66 -0
  509. package/lib/v2/gitee/repos/releases.js +33 -0
  510. package/lib/v2/gitee/router.js +6 -0
  511. package/lib/v2/gitee/users/events.js +84 -0
  512. package/lib/v2/github/comments.js +102 -37
  513. package/lib/v2/github/follower.js +1 -1
  514. package/lib/v2/github/issue.js +6 -2
  515. package/lib/v2/github/maintainer.js +1 -1
  516. package/lib/v2/github/pulls.js +8 -4
  517. package/lib/v2/github/radar.js +1 -1
  518. package/lib/v2/github/router.js +3 -2
  519. package/lib/v2/github/star.js +1 -1
  520. package/lib/v2/github/starred_repos.js +1 -1
  521. package/lib/v2/gitpod/blog.js +60 -0
  522. package/lib/v2/gitpod/changelog.js +35 -0
  523. package/lib/v2/gitpod/maintainer.js +4 -0
  524. package/lib/v2/gitpod/radar.js +19 -0
  525. package/lib/v2/gitpod/router.js +4 -0
  526. package/lib/v2/gitpod/templates/description.art +2 -0
  527. package/lib/v2/gitpod/utils.js +3 -0
  528. package/lib/v2/google/maintainer.js +1 -0
  529. package/lib/v2/google/router.js +1 -0
  530. package/lib/v2/google/sitesRecentChanges.js +52 -0
  531. package/lib/v2/gov/anhui/kjt.js +56 -0
  532. package/lib/v2/gov/customs/list.js +76 -0
  533. package/lib/v2/gov/customs/utils.js +17 -0
  534. package/lib/v2/gov/hebei/czt.js +53 -0
  535. package/lib/v2/gov/immiau/news.js +43 -0
  536. package/lib/v2/gov/maintainer.js +22 -1
  537. package/lib/v2/gov/mee/ywdt.js +80 -0
  538. package/lib/v2/gov/mfa/wjdt.js +67 -0
  539. package/lib/v2/gov/miit/wjfb.js +61 -0
  540. package/lib/{routes → v2}/gov/miit/wjgs.js +0 -0
  541. package/lib/v2/gov/miit/yjzj.js +59 -0
  542. package/lib/{routes → v2}/gov/miit/zcjd.js +0 -0
  543. package/lib/{routes → v2}/gov/miit/zcwj.js +0 -0
  544. package/lib/v2/gov/moe/moe.js +89 -0
  545. package/lib/v2/gov/nrta/news.js +63 -0
  546. package/lib/v2/gov/pbc/goutongjiaoliu.js +53 -0
  547. package/lib/v2/gov/pbc/gzlw.js +27 -0
  548. package/lib/v2/gov/pbc/tradeAnnouncement.js +53 -0
  549. package/lib/v2/gov/pbc/utils.js +20 -0
  550. package/lib/v2/gov/pbc/zcyj.js +29 -0
  551. package/lib/v2/gov/radar.js +205 -44
  552. package/lib/v2/gov/router.js +21 -1
  553. package/lib/v2/gov/sichuan/deyang/govpulicinfo.js +55 -75
  554. package/lib/v2/gov/sichuan/deyang/templates/govPublicInfo.art +1 -0
  555. package/lib/v2/guancha/headline.js +51 -0
  556. package/lib/v2/guancha/index.js +159 -0
  557. package/lib/v2/guancha/maintainer.js +7 -0
  558. package/lib/v2/guancha/member.js +86 -0
  559. package/lib/{routes → v2}/guancha/personalpage.js +0 -0
  560. package/lib/v2/guancha/radar.js +49 -0
  561. package/lib/v2/guancha/router.js +7 -0
  562. package/lib/v2/guancha/topic.js +56 -0
  563. package/lib/v2/guangdiu/cheaps.js +28 -0
  564. package/lib/v2/guangdiu/index.js +44 -0
  565. package/lib/v2/guangdiu/maintainer.js +5 -0
  566. package/lib/v2/guangdiu/radar.js +25 -0
  567. package/lib/v2/guangdiu/rank.js +38 -0
  568. package/lib/v2/guangdiu/router.js +5 -0
  569. package/lib/v2/guggenheim/exhibitions.js +29 -0
  570. package/lib/v2/guggenheim/maintainer.js +3 -0
  571. package/lib/v2/guggenheim/radar.js +11 -0
  572. package/lib/v2/guggenheim/router.js +3 -0
  573. package/lib/v2/gumroad/index.js +35 -0
  574. package/lib/v2/gumroad/maintainer.js +3 -0
  575. package/lib/v2/gumroad/radar.js +17 -0
  576. package/lib/v2/gumroad/router.js +3 -0
  577. package/lib/v2/gumroad/templates/products.art +7 -0
  578. package/lib/v2/guokr/channel.js +47 -0
  579. package/lib/v2/guokr/maintainer.js +4 -0
  580. package/lib/v2/guokr/radar.js +19 -0
  581. package/lib/v2/guokr/router.js +4 -0
  582. package/lib/v2/guokr/scientific.js +30 -0
  583. package/lib/v2/gzh360/_README +1 -0
  584. package/lib/v2/gzh360/category.js +8 -0
  585. package/lib/v2/gzh360/gzh.js +18 -0
  586. package/lib/v2/gzh360/maintainer.js +4 -0
  587. package/lib/v2/gzh360/radar.js +19 -0
  588. package/lib/v2/gzh360/router.js +4 -0
  589. package/lib/v2/gzh360/universal.js +53 -0
  590. package/lib/v2/gzh360/utils.js +62 -0
  591. package/lib/v2/hameln/chapter.js +59 -0
  592. package/lib/v2/hameln/maintainer.js +3 -0
  593. package/lib/v2/hameln/radar.js +13 -0
  594. package/lib/v2/hameln/router.js +1 -0
  595. package/lib/v2/hdu/cs/index.js +57 -0
  596. package/lib/v2/hdu/maintainer.js +3 -0
  597. package/lib/v2/hdu/radar.js +13 -0
  598. package/lib/v2/hdu/router.js +4 -0
  599. package/lib/v2/hellobtc/information.js +51 -0
  600. package/lib/v2/hellobtc/kepu.js +64 -0
  601. package/lib/v2/hellobtc/maintainer.js +6 -0
  602. package/lib/v2/hellobtc/news.js +29 -0
  603. package/lib/v2/hellobtc/radar.js +85 -0
  604. package/lib/v2/hellobtc/router.js +6 -0
  605. package/lib/v2/hellobtc/topic.js +43 -0
  606. package/lib/v2/hellogithub/article.js +47 -0
  607. package/lib/v2/hellogithub/maintainer.js +5 -0
  608. package/lib/v2/hellogithub/month.js +42 -0
  609. package/lib/v2/hellogithub/radar.js +25 -0
  610. package/lib/v2/hellogithub/ranking.js +39 -0
  611. package/lib/v2/hellogithub/router.js +5 -0
  612. package/lib/v2/hkej/index.js +11 -17
  613. package/lib/v2/hkepc/index.js +8 -0
  614. package/lib/v2/hket/index.js +12 -4
  615. package/lib/v2/hnrb/index.js +85 -0
  616. package/lib/v2/hnrb/maintainer.js +3 -0
  617. package/lib/v2/hnrb/radar.js +13 -0
  618. package/lib/v2/hnrb/router.js +3 -0
  619. package/lib/v2/huangz/index.js +29 -0
  620. package/lib/v2/huangz/maintainer.js +3 -0
  621. package/lib/v2/huangz/radar.js +13 -0
  622. package/lib/v2/huangz/router.js +3 -0
  623. package/lib/v2/huanqiu/index.js +65 -0
  624. package/lib/v2/huanqiu/maintainer.js +3 -0
  625. package/lib/v2/huanqiu/radar.js +13 -0
  626. package/lib/v2/huanqiu/router.js +3 -0
  627. package/lib/v2/hupu/all.js +73 -0
  628. package/lib/v2/hupu/bbs.js +64 -0
  629. package/lib/v2/hupu/index.js +72 -0
  630. package/lib/v2/hupu/maintainer.js +7 -0
  631. package/lib/v2/hupu/radar.js +35 -0
  632. package/lib/v2/hupu/router.js +7 -0
  633. package/lib/v2/hupu/templates/description.art +6 -0
  634. package/lib/v2/huxiu/article.js +30 -0
  635. package/lib/v2/huxiu/author.js +45 -0
  636. package/lib/v2/huxiu/collection.js +34 -0
  637. package/lib/v2/huxiu/maintainer.js +7 -0
  638. package/lib/v2/huxiu/radar.js +35 -0
  639. package/lib/v2/huxiu/router.js +7 -0
  640. package/lib/{routes → v2}/huxiu/search.js +0 -0
  641. package/lib/{routes → v2}/huxiu/tag.js +0 -0
  642. package/lib/v2/huxiu/utils.js +69 -0
  643. package/lib/v2/hyqss/index.js +89 -0
  644. package/lib/v2/hyqss/maintainer.js +4 -0
  645. package/lib/v2/hyqss/radar.js +22 -0
  646. package/lib/v2/hyqss/router.js +3 -0
  647. package/lib/v2/ieee/templates/description.art +2 -0
  648. package/lib/v2/ielts/index.js +59 -0
  649. package/lib/v2/ielts/maintainer.js +3 -0
  650. package/lib/v2/ielts/radar.js +13 -0
  651. package/lib/v2/ielts/router.js +3 -0
  652. package/lib/v2/ifeng/feng.js +71 -0
  653. package/lib/v2/ifeng/maintainer.js +3 -0
  654. package/lib/v2/ifeng/radar.js +11 -0
  655. package/lib/v2/ifeng/router.js +3 -0
  656. package/lib/{routes → v2}/ifeng/utils.js +0 -0
  657. package/lib/v2/iguoguo/index.js +75 -0
  658. package/lib/v2/iguoguo/maintainer.js +3 -0
  659. package/lib/v2/iguoguo/radar.js +11 -0
  660. package/lib/v2/iguoguo/router.js +3 -0
  661. package/lib/v2/ithome/index.js +1 -0
  662. package/lib/v2/ixigua/maintainer.js +3 -0
  663. package/lib/v2/ixigua/radar.js +13 -0
  664. package/lib/v2/ixigua/router.js +3 -0
  665. package/lib/v2/ixigua/templates/userVideo.art +5 -0
  666. package/lib/v2/ixigua/userVideo.js +40 -0
  667. package/lib/v2/jasa/templates/description.art +2 -0
  668. package/lib/v2/javbus/index.js +153 -0
  669. package/lib/v2/javbus/maintainer.js +18 -0
  670. package/lib/v2/javbus/radar.js +113 -0
  671. package/lib/v2/javbus/router.js +3 -0
  672. package/lib/v2/javbus/templates/description.art +18 -0
  673. package/lib/v2/javdb/utils.js +4 -4
  674. package/lib/v2/javlibrary/utils.js +1 -1
  675. package/lib/v2/jd/maintainer.js +3 -0
  676. package/lib/v2/jd/price.js +42 -0
  677. package/lib/v2/jd/radar.js +13 -0
  678. package/lib/v2/jd/router.js +3 -0
  679. package/lib/v2/jd/templates/description.art +3 -0
  680. package/lib/v2/jewishmuseum/exhibitions.js +16 -0
  681. package/lib/v2/jewishmuseum/maintainer.js +3 -0
  682. package/lib/v2/jewishmuseum/radar.js +11 -0
  683. package/lib/v2/jewishmuseum/router.js +3 -0
  684. package/lib/v2/jike/maintainer.js +5 -0
  685. package/lib/v2/jike/radar.js +34 -0
  686. package/lib/v2/jike/router.js +5 -0
  687. package/lib/v2/jike/topic.js +42 -0
  688. package/lib/v2/jike/topicText.js +21 -0
  689. package/lib/v2/jike/user.js +147 -0
  690. package/lib/v2/jike/utils.js +195 -0
  691. package/lib/v2/juejin/books.js +30 -0
  692. package/lib/v2/juejin/category.js +39 -0
  693. package/lib/{routes → v2}/juejin/collection.js +0 -0
  694. package/lib/{routes → v2}/juejin/column.js +0 -0
  695. package/lib/{routes → v2}/juejin/favorites.js +0 -0
  696. package/lib/v2/juejin/maintainer.js +13 -0
  697. package/lib/v2/juejin/news.js +25 -0
  698. package/lib/v2/juejin/pins.js +67 -0
  699. package/lib/{routes → v2}/juejin/posts.js +0 -0
  700. package/lib/v2/juejin/radar.js +61 -0
  701. package/lib/v2/juejin/router.js +13 -0
  702. package/lib/{routes → v2}/juejin/shares.js +0 -0
  703. package/lib/{routes → v2}/juejin/tag.js +0 -0
  704. package/lib/{routes → v2}/juejin/trending.js +0 -0
  705. package/lib/v2/juejin/utils.js +56 -0
  706. package/lib/v2/kakuyomu/episode.js +54 -0
  707. package/lib/v2/kakuyomu/maintainer.js +3 -0
  708. package/lib/v2/kakuyomu/radar.js +13 -0
  709. package/lib/v2/kakuyomu/router.js +1 -0
  710. package/lib/v2/kbs/maintainer.js +4 -0
  711. package/lib/v2/kbs/news.js +67 -0
  712. package/lib/v2/kbs/radar.js +19 -0
  713. package/lib/v2/kbs/router.js +4 -0
  714. package/lib/v2/kbs/today.js +56 -0
  715. package/lib/v2/kcna/maintainer.js +3 -0
  716. package/lib/v2/kcna/news.js +81 -0
  717. package/lib/v2/kcna/radar.js +61 -0
  718. package/lib/v2/kcna/router.js +3 -0
  719. package/lib/v2/kcna/templates/news.art +9 -0
  720. package/lib/v2/kcna/utils.js +64 -0
  721. package/lib/v2/kyodonews/index.js +123 -0
  722. package/lib/v2/kyodonews/maintainer.js +3 -0
  723. package/lib/v2/kyodonews/radar.js +33 -0
  724. package/lib/v2/kyodonews/router.js +3 -0
  725. package/lib/v2/kyodonews/templates/article.art +4 -0
  726. package/lib/v2/laohu8/maintainer.js +3 -0
  727. package/lib/v2/laohu8/personal.js +32 -0
  728. package/lib/v2/laohu8/radar.js +13 -0
  729. package/lib/v2/laohu8/router.js +3 -0
  730. package/lib/v2/lever/index.js +28 -0
  731. package/lib/v2/lever/maintainer.js +3 -0
  732. package/lib/v2/lever/radar.js +13 -0
  733. package/lib/v2/lever/router.js +3 -0
  734. package/lib/v2/lfsyd/templates/video.art +1 -0
  735. package/lib/v2/lfsyd/utils.js +10 -0
  736. package/lib/v2/liulinblog/itnews.js +23 -0
  737. package/lib/v2/liulinblog/kuaixun.js +17 -0
  738. package/lib/v2/liulinblog/maintainer.js +4 -0
  739. package/lib/v2/liulinblog/radar.js +33 -0
  740. package/lib/v2/liulinblog/router.js +4 -0
  741. package/lib/v2/liulinblog/utils.js +39 -0
  742. package/lib/v2/lofter/maintainer.js +4 -0
  743. package/lib/v2/lofter/radar.js +17 -0
  744. package/lib/v2/lofter/router.js +4 -0
  745. package/lib/v2/lofter/tag.js +59 -0
  746. package/lib/v2/lofter/user.js +52 -0
  747. package/lib/v2/lvv2/maintainer.js +4 -0
  748. package/lib/v2/lvv2/news.js +75 -0
  749. package/lib/v2/lvv2/radar.js +79 -0
  750. package/lib/v2/lvv2/router.js +4 -0
  751. package/lib/v2/lvv2/templates/outlink.art +1 -0
  752. package/lib/v2/lvv2/top.js +77 -0
  753. package/lib/v2/mcachicago/exhibitions.js +17 -0
  754. package/lib/v2/mcachicago/maintainer.js +3 -0
  755. package/lib/v2/mcachicago/radar.js +11 -0
  756. package/lib/v2/mcachicago/router.js +3 -0
  757. package/lib/v2/metmuseum/exhibitions.js +31 -0
  758. package/lib/v2/metmuseum/maintainer.js +3 -0
  759. package/lib/v2/metmuseum/radar.js +11 -0
  760. package/lib/v2/metmuseum/router.js +3 -0
  761. package/lib/v2/mihoyo/bbs.js +63 -0
  762. package/lib/v2/mihoyo/maintainer.js +3 -0
  763. package/lib/v2/mihoyo/radar.js +31 -0
  764. package/lib/v2/mihoyo/router.js +3 -0
  765. package/lib/v2/mihoyo/templates/description.art +6 -0
  766. package/lib/v2/miris/blog.js +19 -0
  767. package/lib/v2/miris/maintainer.js +3 -0
  768. package/lib/v2/miris/radar.js +11 -0
  769. package/lib/v2/miris/router.js +3 -0
  770. package/lib/v2/mobilism/forums.js +75 -0
  771. package/lib/v2/mobilism/maintainer.js +4 -0
  772. package/lib/v2/mobilism/portal.js +54 -0
  773. package/lib/v2/mobilism/radar.js +23 -0
  774. package/lib/v2/mobilism/router.js +4 -0
  775. package/lib/v2/mpaypass/main.js +69 -0
  776. package/lib/v2/mpaypass/maintainer.js +4 -0
  777. package/lib/v2/mpaypass/news.js +39 -0
  778. package/lib/v2/mpaypass/radar.js +19 -0
  779. package/lib/v2/mpaypass/router.js +4 -0
  780. package/lib/v2/mtime/maintainer.js +3 -0
  781. package/lib/v2/mtime/news.js +48 -0
  782. package/lib/v2/mtime/radar.js +13 -0
  783. package/lib/v2/mtime/router.js +3 -0
  784. package/lib/v2/natgeo/dailyphoto.js +32 -0
  785. package/lib/v2/natgeo/dailyselection.js +41 -0
  786. package/lib/v2/natgeo/maintainer.js +5 -0
  787. package/lib/v2/natgeo/natgeo.js +56 -0
  788. package/lib/v2/natgeo/radar.js +24 -0
  789. package/lib/v2/natgeo/router.js +5 -0
  790. package/lib/v2/natgeo/templates/dailyPhoto.art +5 -0
  791. package/lib/v2/nature/cover.js +77 -0
  792. package/lib/v2/nature/highlight.js +22 -0
  793. package/lib/v2/nature/maintainer.js +8 -0
  794. package/lib/v2/nature/news-and-comment.js +37 -0
  795. package/lib/v2/nature/news.js +30 -0
  796. package/lib/v2/nature/radar.js +37 -0
  797. package/lib/v2/nature/research.js +39 -0
  798. package/lib/v2/nature/router.js +8 -0
  799. package/lib/v2/nature/siteindex.js +48 -0
  800. package/lib/v2/nature/utils.js +980 -0
  801. package/lib/v2/nbd/article.js +50 -0
  802. package/lib/v2/nbd/index.js +52 -0
  803. package/lib/v2/nbd/maintainer.js +4 -0
  804. package/lib/v2/nbd/radar.js +19 -0
  805. package/lib/v2/nbd/router.js +4 -0
  806. package/lib/v2/newmuseum/exhibitions.js +27 -0
  807. package/lib/v2/newmuseum/maintainer.js +3 -0
  808. package/lib/v2/newmuseum/radar.js +11 -0
  809. package/lib/v2/newmuseum/router.js +3 -0
  810. package/lib/v2/news/whxw.js +2 -2
  811. package/lib/v2/nikkei-cn/index.js +10 -5
  812. package/lib/v2/njit/jwc.js +92 -0
  813. package/lib/v2/njit/maintainer.js +4 -0
  814. package/lib/v2/njit/radar.js +21 -0
  815. package/lib/v2/njit/router.js +4 -0
  816. package/lib/v2/njit/tzgg.js +74 -0
  817. package/lib/v2/njnu/ceai/ceai.js +44 -0
  818. package/lib/v2/njnu/ceai/utils.js +55 -0
  819. package/lib/v2/njnu/jwc/jwc.js +43 -0
  820. package/lib/v2/njnu/jwc/utils.js +59 -0
  821. package/lib/v2/njnu/maintainer.js +4 -0
  822. package/lib/v2/njnu/radar.js +21 -0
  823. package/lib/v2/njnu/router.js +4 -0
  824. package/lib/v2/njupt/jwc.js +90 -0
  825. package/lib/v2/njupt/maintainer.js +3 -0
  826. package/lib/v2/njupt/radar.js +20 -0
  827. package/lib/v2/njupt/router.js +3 -0
  828. package/lib/v2/njust/cwc.js +39 -0
  829. package/lib/v2/njust/dgxg.js +40 -0
  830. package/lib/v2/njust/eo.js +50 -0
  831. package/lib/v2/njust/eoe.js +39 -0
  832. package/lib/v2/njust/gs.js +41 -0
  833. package/lib/v2/njust/jwc.js +41 -0
  834. package/lib/v2/njust/maintainer.js +8 -0
  835. package/lib/v2/njust/radar.js +110 -0
  836. package/lib/v2/njust/router.js +8 -0
  837. package/lib/v2/njust/utils.js +31 -0
  838. package/lib/v2/nltimes/maintainer.js +3 -0
  839. package/lib/v2/nltimes/news.js +89 -0
  840. package/lib/v2/nltimes/radar.js +19 -0
  841. package/lib/v2/nltimes/router.js +3 -0
  842. package/lib/v2/nowcoder/discuss.js +57 -0
  843. package/lib/v2/nowcoder/experience.js +48 -0
  844. package/lib/{routes → v2}/nowcoder/jobcenter.js +0 -0
  845. package/lib/v2/nowcoder/maintainer.js +7 -0
  846. package/lib/v2/nowcoder/radar.js +40 -0
  847. package/lib/v2/nowcoder/recommend.js +20 -0
  848. package/lib/v2/nowcoder/router.js +7 -0
  849. package/lib/v2/nowcoder/schedule.js +32 -0
  850. package/lib/v2/npm/maintainer.js +3 -0
  851. package/lib/v2/npm/package.js +45 -0
  852. package/lib/v2/npm/radar.js +13 -0
  853. package/lib/v2/npm/router.js +3 -0
  854. package/lib/v2/npm/templates/package.art +10 -0
  855. package/lib/v2/ntdtv/channel.js +44 -0
  856. package/lib/v2/ntdtv/maintainer.js +3 -0
  857. package/lib/v2/ntdtv/radar.js +13 -0
  858. package/lib/v2/ntdtv/router.js +3 -0
  859. package/lib/v2/nuaa/cs/index.js +87 -0
  860. package/lib/v2/nuaa/jwc/jwc.js +82 -0
  861. package/lib/v2/nuaa/maintainer.js +5 -0
  862. package/lib/v2/nuaa/radar.js +23 -0
  863. package/lib/v2/nuaa/router.js +5 -0
  864. package/lib/v2/nuaa/utils/pypasswaf.js +24 -0
  865. package/lib/v2/nuaa/yjsy/yjsy.js +55 -0
  866. package/lib/v2/nytimes/author.js +43 -0
  867. package/lib/v2/nytimes/book.js +71 -0
  868. package/lib/{routes → v2}/nytimes/daily_briefing_chinese.js +0 -0
  869. package/lib/v2/nytimes/index.js +110 -0
  870. package/lib/v2/nytimes/maintainer.js +6 -0
  871. package/lib/v2/nytimes/radar.js +31 -0
  872. package/lib/v2/nytimes/router.js +6 -0
  873. package/lib/{routes → v2}/nytimes/utils.js +0 -0
  874. package/lib/v2/odaily/post.js +10 -8
  875. package/lib/v2/oilchem/index.js +67 -0
  876. package/lib/v2/oilchem/maintainer.js +3 -0
  877. package/lib/v2/oilchem/radar.js +11 -0
  878. package/lib/v2/oilchem/router.js +3 -0
  879. package/lib/v2/oilchem/routes.js +671 -0
  880. package/lib/v2/orcid/index.js +1 -1
  881. package/lib/v2/orcid/templates/description.art +2 -2
  882. package/lib/v2/panewslab/author.js +48 -0
  883. package/lib/v2/panewslab/index.js +24 -17
  884. package/lib/v2/panewslab/maintainer.js +3 -1
  885. package/lib/v2/panewslab/news.js +28 -0
  886. package/lib/v2/panewslab/radar.js +2 -2
  887. package/lib/v2/panewslab/router.js +4 -2
  888. package/lib/v2/panewslab/topic.js +7 -14
  889. package/lib/v2/people/index.js +1 -1
  890. package/lib/v2/pianyuan/app.js +34 -0
  891. package/lib/v2/pianyuan/maintainer.js +4 -0
  892. package/lib/v2/pianyuan/radar.js +13 -0
  893. package/lib/v2/pianyuan/router.js +4 -0
  894. package/lib/v2/pianyuan/search.js +45 -0
  895. package/lib/v2/pianyuan/utils.js +88 -0
  896. package/lib/v2/picuki/maintainer.js +3 -0
  897. package/lib/v2/picuki/profile.js +176 -0
  898. package/lib/v2/picuki/radar.js +13 -0
  899. package/lib/v2/picuki/router.js +3 -0
  900. package/lib/v2/picuki/templates/post.art +7 -0
  901. package/lib/v2/pincong/hot.js +28 -0
  902. package/lib/v2/pincong/index.js +34 -0
  903. package/lib/v2/pincong/maintainer.js +5 -0
  904. package/lib/v2/pincong/radar.js +35 -0
  905. package/lib/v2/pincong/router.js +5 -0
  906. package/lib/v2/pincong/topic.js +25 -0
  907. package/lib/v2/pincong/utils.js +16 -0
  908. package/lib/v2/pku/bbs/hot.js +56 -0
  909. package/lib/v2/pku/cls/lecture.js +25 -0
  910. package/lib/v2/pku/eecs.js +64 -0
  911. package/lib/v2/pku/maintainer.js +7 -0
  912. package/lib/v2/pku/nsd.js +69 -0
  913. package/lib/v2/pku/pkuyjs.js +29 -0
  914. package/lib/v2/pku/radar.js +117 -0
  915. package/lib/v2/pku/rccp/mzyt.js +23 -0
  916. package/lib/v2/pku/router.js +7 -0
  917. package/lib/v2/pku/scc/recruit.js +58 -0
  918. package/lib/v2/pku/utils.js +15 -0
  919. package/lib/v2/playno1/av.js +41 -0
  920. package/lib/v2/playno1/maintainer.js +4 -0
  921. package/lib/v2/playno1/radar.js +21 -0
  922. package/lib/v2/playno1/router.js +4 -0
  923. package/lib/v2/playno1/st.js +36 -0
  924. package/lib/v2/playno1/utils.js +32 -0
  925. package/lib/v2/pubmed/maintainer.js +3 -0
  926. package/lib/v2/pubmed/radar.js +13 -0
  927. package/lib/v2/pubmed/router.js +3 -0
  928. package/lib/v2/pubmed/templates/description.art +7 -0
  929. package/lib/v2/pubmed/trending.js +58 -0
  930. package/lib/v2/qbittorrent/maintainer.js +3 -0
  931. package/lib/v2/qbittorrent/news.js +59 -0
  932. package/lib/v2/qbittorrent/radar.js +13 -0
  933. package/lib/v2/qbittorrent/router.js +3 -0
  934. package/lib/v2/qipamaijia/index.js +26 -0
  935. package/lib/v2/qipamaijia/maintainer.js +3 -0
  936. package/lib/v2/qipamaijia/radar.js +13 -0
  937. package/lib/v2/qipamaijia/router.js +3 -0
  938. package/lib/v2/qq88/index.js +60 -0
  939. package/lib/v2/qq88/maintainer.js +3 -0
  940. package/lib/v2/qq88/radar.js +13 -0
  941. package/lib/v2/qq88/router.js +3 -0
  942. package/lib/v2/quicker/maintainer.js +7 -0
  943. package/lib/v2/quicker/qa.js +65 -0
  944. package/lib/v2/quicker/radar.js +31 -0
  945. package/lib/v2/quicker/router.js +7 -0
  946. package/lib/v2/quicker/share.js +61 -0
  947. package/lib/v2/quicker/user.js +62 -0
  948. package/lib/v2/quicker/versions.js +36 -0
  949. package/lib/v2/qweather/3days.js +46 -0
  950. package/lib/v2/qweather/maintainer.js +4 -0
  951. package/lib/v2/qweather/now.js +46 -0
  952. package/lib/v2/qweather/router.js +4 -0
  953. package/lib/v2/qweather/util/3days.art +20 -0
  954. package/lib/v2/qweather/util/now.art +16 -0
  955. package/lib/v2/radio/index.js +48 -0
  956. package/lib/v2/radio/maintainer.js +3 -0
  957. package/lib/v2/radio/radar.js +13 -0
  958. package/lib/v2/radio/radio.js +50 -0
  959. package/lib/v2/radio/router.js +3 -0
  960. package/lib/v2/radio/templates/description.art +5 -0
  961. package/lib/v2/readhub/index.js +106 -0
  962. package/lib/v2/readhub/maintainer.js +3 -0
  963. package/lib/v2/readhub/radar.js +13 -0
  964. package/lib/v2/readhub/router.js +6 -0
  965. package/lib/v2/reuters/common.js +54 -0
  966. package/lib/v2/reuters/investigates.js +39 -0
  967. package/lib/v2/reuters/maintainer.js +6 -0
  968. package/lib/v2/reuters/migration_prompt.js +3 -0
  969. package/lib/v2/reuters/radar.js +19 -0
  970. package/lib/v2/reuters/router.js +6 -0
  971. package/lib/v2/rfa/index.js +51 -0
  972. package/lib/v2/rfa/maintainer.js +3 -0
  973. package/lib/v2/rfa/radar.js +13 -0
  974. package/lib/v2/rfa/router.js +3 -0
  975. package/lib/v2/rsshub/sponsors.js +1 -0
  976. package/lib/v2/sciencenet/blog.js +61 -0
  977. package/lib/v2/sciencenet/maintainer.js +4 -0
  978. package/lib/v2/sciencenet/radar.js +19 -0
  979. package/lib/v2/sciencenet/router.js +4 -0
  980. package/lib/v2/sciencenet/user.js +65 -0
  981. package/lib/v2/sdu/cmse.js +59 -0
  982. package/lib/v2/sdu/cs.js +57 -0
  983. package/lib/v2/sdu/data.js +110 -0
  984. package/lib/v2/sdu/epe.js +55 -0
  985. package/lib/v2/sdu/extractor/index.js +15 -0
  986. package/lib/v2/sdu/extractor/sdrj.js +21 -0
  987. package/lib/v2/sdu/extractor/view.js +21 -0
  988. package/lib/v2/sdu/extractor/wh/jwc.js +24 -0
  989. package/lib/v2/sdu/extractor/wh/news.js +21 -0
  990. package/lib/v2/sdu/maintainer.js +9 -0
  991. package/lib/v2/sdu/mech.js +60 -0
  992. package/lib/v2/sdu/radar.js +159 -0
  993. package/lib/v2/sdu/router.js +9 -0
  994. package/lib/v2/sdu/sc.js +61 -0
  995. package/lib/v2/sdu/wh/jwc.js +42 -0
  996. package/lib/v2/sdu/wh/news.js +38 -0
  997. package/lib/v2/segmentfault/channel.js +46 -0
  998. package/lib/v2/segmentfault/maintainer.js +4 -0
  999. package/lib/v2/segmentfault/radar.js +19 -0
  1000. package/lib/v2/segmentfault/router.js +4 -0
  1001. package/lib/v2/segmentfault/user.js +43 -0
  1002. package/lib/v2/shmeea/maintainer.js +1 -0
  1003. package/lib/v2/shmeea/radar.js +6 -0
  1004. package/lib/v2/shmeea/router.js +2 -1
  1005. package/lib/v2/shmeea/self-study.js +61 -0
  1006. package/lib/v2/sobooks/date.js +7 -0
  1007. package/lib/v2/sobooks/index.js +7 -0
  1008. package/lib/v2/sobooks/maintainer.js +5 -0
  1009. package/lib/v2/sobooks/radar.js +25 -0
  1010. package/lib/v2/sobooks/router.js +5 -0
  1011. package/lib/v2/sobooks/tag.js +7 -0
  1012. package/lib/v2/sobooks/utils.js +50 -0
  1013. package/lib/v2/sohu/maintainer.js +3 -0
  1014. package/lib/v2/sohu/mp.js +56 -0
  1015. package/lib/v2/sohu/radar.js +13 -0
  1016. package/lib/v2/sohu/router.js +3 -0
  1017. package/lib/v2/soundofhope/channel.js +42 -0
  1018. package/lib/v2/soundofhope/maintainer.js +3 -0
  1019. package/lib/v2/soundofhope/radar.js +13 -0
  1020. package/lib/v2/soundofhope/router.js +3 -0
  1021. package/lib/v2/sputniknews/index.js +93 -0
  1022. package/lib/v2/sputniknews/maintainer.js +3 -0
  1023. package/lib/v2/sputniknews/radar.js +13 -0
  1024. package/lib/v2/sputniknews/router.js +3 -0
  1025. package/lib/v2/sspai/activity.js +83 -0
  1026. package/lib/v2/sspai/author.js +57 -0
  1027. package/lib/v2/sspai/column.js +62 -0
  1028. package/lib/v2/sspai/index.js +37 -0
  1029. package/lib/v2/sspai/maintainer.js +12 -0
  1030. package/lib/v2/sspai/matrix.js +38 -0
  1031. package/lib/v2/sspai/radar.js +69 -0
  1032. package/lib/v2/sspai/router.js +12 -0
  1033. package/lib/v2/sspai/series.js +46 -0
  1034. package/lib/v2/sspai/shortcutsGallery.js +29 -0
  1035. package/lib/v2/sspai/tag.js +42 -0
  1036. package/lib/v2/sspai/topic.js +50 -0
  1037. package/lib/v2/sspai/topics.js +37 -0
  1038. package/lib/v2/stratechery/index.js +20 -0
  1039. package/lib/v2/stratechery/maintainer.js +3 -0
  1040. package/lib/v2/stratechery/radar.js +11 -0
  1041. package/lib/v2/stratechery/router.js +3 -0
  1042. package/lib/v2/syosetu/chapter.js +61 -0
  1043. package/lib/v2/syosetu/maintainer.js +3 -0
  1044. package/lib/v2/syosetu/radar.js +21 -0
  1045. package/lib/v2/syosetu/router.js +1 -0
  1046. package/lib/v2/sysu/cse.js +103 -0
  1047. package/lib/v2/sysu/maintainer.js +3 -0
  1048. package/lib/v2/sysu/radar.js +13 -0
  1049. package/lib/v2/sysu/router.js +3 -0
  1050. package/lib/v2/szse/inquire.js +41 -0
  1051. package/lib/v2/szse/maintainer.js +3 -0
  1052. package/lib/{routes → v2}/szse/notice.js +0 -0
  1053. package/lib/v2/szse/projectdynamic.js +90 -0
  1054. package/lib/v2/szse/radar.js +21 -1
  1055. package/lib/v2/szse/router.js +3 -0
  1056. package/lib/v2/szse/rule.js +3 -3
  1057. package/lib/v2/szse/templates/description.art +19 -0
  1058. package/lib/v2/szse/templates/inquire.art +6 -0
  1059. package/lib/v2/taptap/changelog.js +40 -0
  1060. package/lib/v2/taptap/maintainer.js +5 -0
  1061. package/lib/v2/taptap/radar.js +25 -0
  1062. package/lib/v2/taptap/review.js +69 -0
  1063. package/lib/v2/taptap/router.js +5 -0
  1064. package/lib/v2/taptap/templates/videoPost.art +2 -0
  1065. package/lib/v2/taptap/topic.js +79 -0
  1066. package/lib/v2/taptap/utils.js +48 -0
  1067. package/lib/v2/telegram/channel.js +450 -112
  1068. package/lib/v2/telegram/maintainer.js +1 -1
  1069. package/lib/v2/telegram/router.js +1 -1
  1070. package/lib/v2/telegram/stickerpack.js +1 -1
  1071. package/lib/v2/telegram/templates/video.art +3 -1
  1072. package/lib/v2/tencent/maintainer.js +3 -0
  1073. package/lib/v2/tencent/qq/sdk/changelog.js +56 -0
  1074. package/lib/v2/tencent/radar.js +56 -0
  1075. package/lib/v2/tencent/router.js +3 -0
  1076. package/lib/v2/test/index.js +10 -2
  1077. package/lib/v2/thecover/channel.js +66 -0
  1078. package/lib/v2/thecover/maintainer.js +3 -0
  1079. package/lib/v2/thecover/radar.js +13 -0
  1080. package/lib/v2/thecover/router.js +3 -0
  1081. package/lib/{routes → v2}/thepaper/839studio/category.js +0 -0
  1082. package/lib/{routes → v2}/thepaper/839studio/studio.js +0 -0
  1083. package/lib/{routes → v2}/thepaper/channel.js +0 -0
  1084. package/lib/v2/thepaper/factpaper.js +61 -0
  1085. package/lib/{routes → v2}/thepaper/featured.js +0 -0
  1086. package/lib/{routes → v2}/thepaper/list.js +0 -0
  1087. package/lib/v2/thepaper/maintainer.js +8 -0
  1088. package/lib/v2/thepaper/radar.js +42 -0
  1089. package/lib/v2/thepaper/router.js +8 -0
  1090. package/lib/v2/thepaper/templates/factpaper.art +12 -0
  1091. package/lib/v2/thepaper/utils.js +55 -0
  1092. package/lib/v2/tiktok/maintainer.js +3 -0
  1093. package/lib/v2/tiktok/radar.js +13 -0
  1094. package/lib/v2/tiktok/router.js +3 -0
  1095. package/lib/v2/tiktok/templates/user.art +3 -0
  1096. package/lib/v2/tiktok/user.js +66 -0
  1097. package/lib/v2/tingshuitz/dalian.js +29 -0
  1098. package/lib/v2/tingshuitz/dongguan.js +34 -0
  1099. package/lib/{routes → v2}/tingshuitz/guangzhou.js +0 -0
  1100. package/lib/{routes → v2}/tingshuitz/hangzhou.js +0 -0
  1101. package/lib/v2/tingshuitz/maintainer.js +11 -0
  1102. package/lib/v2/tingshuitz/nanjing.js +33 -0
  1103. package/lib/v2/tingshuitz/radar.js +68 -0
  1104. package/lib/v2/tingshuitz/router.js +11 -0
  1105. package/lib/v2/tingshuitz/wuhan.js +32 -0
  1106. package/lib/v2/tingshuitz/xian.js +31 -0
  1107. package/lib/{routes → v2}/tingshuitz/xiaoshan.js +0 -0
  1108. package/lib/v2/tingshuitz/yangjiang.js +29 -0
  1109. package/lib/v2/tokeninsight/blog.js +52 -0
  1110. package/lib/v2/tokeninsight/bulletin.js +44 -0
  1111. package/lib/v2/tokeninsight/maintainer.js +5 -0
  1112. package/lib/v2/tokeninsight/radar.js +25 -0
  1113. package/lib/v2/tokeninsight/report.js +52 -0
  1114. package/lib/v2/tokeninsight/router.js +5 -0
  1115. package/lib/v2/twreporter/category.js +31 -0
  1116. package/lib/v2/twreporter/fetch_article.js +67 -0
  1117. package/lib/v2/twreporter/maintainer.js +5 -0
  1118. package/lib/v2/twreporter/newest.js +29 -0
  1119. package/lib/v2/twreporter/photography.js +46 -0
  1120. package/lib/v2/twreporter/radar.js +25 -0
  1121. package/lib/v2/twreporter/router.js +5 -0
  1122. package/lib/v2/txrjy/fornumtopic.js +72 -0
  1123. package/lib/v2/txrjy/maintainer.js +3 -0
  1124. package/lib/v2/txrjy/radar.js +17 -0
  1125. package/lib/v2/txrjy/router.js +3 -0
  1126. package/lib/v2/txrjy/templates/fornumtopic.art +6 -0
  1127. package/lib/v2/uraaka-joshi/maintainer.js +4 -0
  1128. package/lib/v2/uraaka-joshi/radar.js +19 -0
  1129. package/lib/v2/uraaka-joshi/router.js +4 -0
  1130. package/lib/v2/uraaka-joshi/uraaka-joshi-user.js +89 -0
  1131. package/lib/v2/uraaka-joshi/uraaka-joshi.js +71 -0
  1132. package/lib/v2/ustc/eeis.js +59 -0
  1133. package/lib/v2/ustc/gs.js +59 -0
  1134. package/lib/v2/ustc/index.js +79 -0
  1135. package/lib/v2/ustc/job.js +193 -0
  1136. package/lib/v2/ustc/jwc.js +57 -0
  1137. package/lib/v2/ustc/maintainer.js +8 -0
  1138. package/lib/v2/ustc/radar.js +53 -0
  1139. package/lib/v2/ustc/router.js +8 -0
  1140. package/lib/v2/ustc/sist.js +59 -0
  1141. package/lib/v2/usts/jwch.js +56 -0
  1142. package/lib/v2/usts/maintainer.js +3 -0
  1143. package/lib/v2/usts/radar.js +25 -0
  1144. package/lib/v2/usts/router.js +3 -0
  1145. package/lib/v2/vimeo/templates/description.art +4 -4
  1146. package/lib/v2/wallpaperhub/index.js +28 -0
  1147. package/lib/v2/wallpaperhub/maintainer.js +3 -0
  1148. package/lib/v2/wallpaperhub/radar.js +13 -0
  1149. package/lib/v2/wallpaperhub/router.js +3 -0
  1150. package/lib/v2/wallpaperhub/templates/description.art +1 -0
  1151. package/lib/v2/wallstreetcn/live.js +18 -15
  1152. package/lib/v2/wallstreetcn/router.js +1 -1
  1153. package/lib/v2/wechat/_README +1 -0
  1154. package/lib/v2/wechat/announce.js +33 -0
  1155. package/lib/v2/wechat/ce.js +69 -0
  1156. package/lib/v2/wechat/data258.js +137 -0
  1157. package/lib/v2/wechat/ershcimi.js +35 -0
  1158. package/lib/v2/wechat/feeddd.js +3 -46
  1159. package/lib/v2/wechat/feeds.js +23 -0
  1160. package/lib/v2/wechat/maintainer.js +11 -0
  1161. package/lib/v2/wechat/mp.js +59 -0
  1162. package/lib/v2/wechat/msgalbum.js +41 -0
  1163. package/lib/v2/wechat/radar.js +76 -1
  1164. package/lib/v2/wechat/router.js +11 -0
  1165. package/lib/v2/wechat/tgchannel.js +146 -0
  1166. package/lib/{routes/tencent → v2}/wechat/uread.js +0 -0
  1167. package/lib/{routes/tencent → v2}/wechat/wemp.js +0 -0
  1168. package/lib/{routes/tencent → v2}/wechat/wxnmh.js +0 -0
  1169. package/lib/v2/wfu/jwc.js +54 -0
  1170. package/lib/v2/wfu/maintainer.js +4 -0
  1171. package/lib/v2/wfu/news.js +96 -0
  1172. package/lib/v2/wfu/radar.js +21 -0
  1173. package/lib/v2/wfu/router.js +4 -0
  1174. package/lib/v2/whitehouse/maintainer.js +1 -0
  1175. package/lib/v2/whitehouse/ostp.js +50 -0
  1176. package/lib/v2/whitehouse/radar.js +6 -0
  1177. package/lib/v2/whitehouse/router.js +1 -0
  1178. package/lib/v2/who/maintainer.js +5 -0
  1179. package/lib/v2/who/news-room.js +76 -0
  1180. package/lib/v2/who/news.js +43 -0
  1181. package/lib/v2/who/radar.js +25 -0
  1182. package/lib/v2/who/router.js +5 -0
  1183. package/lib/{routes → v2}/who/speeches.js +0 -0
  1184. package/lib/v2/wikinews/index.js +43 -0
  1185. package/lib/v2/wikinews/maintainer.js +3 -0
  1186. package/lib/v2/wikinews/radar.js +13 -0
  1187. package/lib/v2/wikinews/router.js +4 -0
  1188. package/lib/v2/wp-china/maintainer.js +3 -0
  1189. package/lib/v2/wp-china/news.js +57 -0
  1190. package/lib/v2/wp-china/radar.js +13 -0
  1191. package/lib/v2/wp-china/router.js +3 -0
  1192. package/lib/v2/wsj/index.js +141 -0
  1193. package/lib/v2/wsj/maintainer.js +3 -0
  1194. package/lib/v2/wsj/radar.js +21 -0
  1195. package/lib/v2/wsj/router.js +3 -0
  1196. package/lib/v2/xiaohongshu/board.js +28 -0
  1197. package/lib/v2/xiaohongshu/maintainer.js +4 -0
  1198. package/lib/v2/xiaohongshu/radar.js +25 -0
  1199. package/lib/v2/xiaohongshu/router.js +4 -0
  1200. package/lib/v2/xiaohongshu/user.js +46 -0
  1201. package/lib/v2/xiaohongshu/util.js +28 -0
  1202. package/lib/v2/xiaoyuzhou/maintainer.js +1 -1
  1203. package/lib/v2/xiaoyuzhou/pickup.js +2 -2
  1204. package/lib/v2/xiaoyuzhou/podcast.js +2 -2
  1205. package/lib/v2/xiaozhuanlan/column.js +52 -0
  1206. package/lib/v2/xiaozhuanlan/maintainer.js +3 -0
  1207. package/lib/v2/xiaozhuanlan/radar.js +13 -0
  1208. package/lib/v2/xiaozhuanlan/router.js +3 -0
  1209. package/lib/v2/xidian/jwc.js +54 -0
  1210. package/lib/v2/xidian/maintainer.js +3 -0
  1211. package/lib/v2/xidian/radar.js +13 -0
  1212. package/lib/v2/xidian/router.js +3 -0
  1213. package/lib/v2/xmanhua/index.js +74 -0
  1214. package/lib/v2/xmanhua/radar.js +13 -0
  1215. package/lib/v2/xmanhua/router.js +3 -0
  1216. package/lib/v2/xueqiu/favorite.js +38 -0
  1217. package/lib/v2/xueqiu/fund.js +50 -0
  1218. package/lib/v2/xueqiu/hots.js +45 -0
  1219. package/lib/v2/xueqiu/maintainer.js +10 -0
  1220. package/lib/v2/xueqiu/radar.js +60 -0
  1221. package/lib/v2/xueqiu/router.js +10 -0
  1222. package/lib/v2/xueqiu/snb.js +43 -0
  1223. package/lib/v2/xueqiu/stock_comments.js +45 -0
  1224. package/lib/v2/xueqiu/stock_info.js +72 -0
  1225. package/lib/v2/xueqiu/templates/comments_description.art +10 -0
  1226. package/lib/v2/xueqiu/user.js +54 -0
  1227. package/lib/v2/xueqiu/user_stock.js +48 -0
  1228. package/lib/v2/yomiuri/maintainer.js +3 -0
  1229. package/lib/v2/yomiuri/news.js +129 -0
  1230. package/lib/v2/yomiuri/radar.js +13 -0
  1231. package/lib/v2/yomiuri/router.js +3 -0
  1232. package/lib/v2/youtube/channel.js +39 -0
  1233. package/lib/v2/youtube/maintainer.js +6 -0
  1234. package/lib/v2/youtube/playlist.js +33 -0
  1235. package/lib/v2/youtube/radar.js +31 -0
  1236. package/lib/v2/youtube/router.js +6 -0
  1237. package/lib/v2/youtube/subscriptions.js +56 -0
  1238. package/lib/v2/youtube/templates/description.art +7 -0
  1239. package/lib/v2/youtube/user.js +34 -0
  1240. package/lib/v2/youtube/utils.js +141 -0
  1241. package/lib/v2/youzhiyouxing/maintainer.js +1 -1
  1242. package/lib/v2/youzhiyouxing/materials.js +32 -22
  1243. package/lib/v2/youzhiyouxing/radar.js +6 -6
  1244. package/lib/v2/youzhiyouxing/router.js +1 -1
  1245. package/lib/v2/yunspe/maintainer.js +3 -0
  1246. package/lib/v2/yunspe/newsflash.js +42 -0
  1247. package/lib/v2/yunspe/radar.js +13 -0
  1248. package/lib/v2/yunspe/router.js +3 -0
  1249. package/lib/v2/yyets/article.js +45 -0
  1250. package/lib/v2/yyets/maintainer.js +4 -0
  1251. package/lib/v2/yyets/radar.js +19 -0
  1252. package/lib/v2/yyets/router.js +4 -0
  1253. package/lib/v2/yyets/today.js +37 -0
  1254. package/lib/v2/yystv/category.js +65 -0
  1255. package/lib/v2/yystv/docs.js +34 -0
  1256. package/lib/v2/yystv/maintainer.js +4 -0
  1257. package/lib/v2/yystv/radar.js +49 -0
  1258. package/lib/v2/yystv/router.js +4 -0
  1259. package/lib/v2/zaobao/util.js +16 -4
  1260. package/lib/v2/zhibo8/forum.js +47 -0
  1261. package/lib/v2/zhibo8/maintainer.js +5 -0
  1262. package/lib/v2/zhibo8/more.js +82 -0
  1263. package/lib/v2/zhibo8/post.js +39 -0
  1264. package/lib/v2/zhibo8/radar.js +27 -0
  1265. package/lib/v2/zhibo8/router.js +5 -0
  1266. package/lib/v2/zhihu/activities.js +110 -0
  1267. package/lib/v2/zhihu/answers.js +63 -0
  1268. package/lib/{routes → v2}/zhihu/bookstore/newest.js +0 -0
  1269. package/lib/v2/zhihu/collection.js +77 -0
  1270. package/lib/v2/zhihu/daily.js +55 -0
  1271. package/lib/v2/zhihu/daily_section.js +49 -0
  1272. package/lib/v2/zhihu/execlib/g_encrypt.js +407 -0
  1273. package/lib/v2/zhihu/execlib/jsencrypt.js +379 -0
  1274. package/lib/v2/zhihu/hot.js +38 -0
  1275. package/lib/v2/zhihu/hotlist.js +47 -0
  1276. package/lib/v2/zhihu/maintainer.js +19 -0
  1277. package/lib/{routes → v2}/zhihu/pin/daily.js +0 -0
  1278. package/lib/{routes → v2}/zhihu/pin/hotlist.js +0 -0
  1279. package/lib/{routes → v2}/zhihu/pin/people.js +0 -0
  1280. package/lib/v2/zhihu/pin/utils.js +60 -0
  1281. package/lib/v2/zhihu/posts.js +45 -0
  1282. package/lib/v2/zhihu/question.js +78 -0
  1283. package/lib/v2/zhihu/radar.js +107 -0
  1284. package/lib/v2/zhihu/router.js +19 -0
  1285. package/lib/v2/zhihu/timeline.js +100 -0
  1286. package/lib/{routes → v2}/zhihu/topic.js +0 -0
  1287. package/lib/{routes → v2}/zhihu/utils.js +0 -0
  1288. package/lib/v2/zhihu/weekly.js +31 -0
  1289. package/lib/v2/zhihu/zhuanlan.js +92 -0
  1290. package/lib/v2/zju/career/index.js +43 -0
  1291. package/lib/v2/zju/cst/custom.js +45 -0
  1292. package/lib/v2/zju/cst/index.js +90 -0
  1293. package/lib/v2/zju/grs/index.js +43 -0
  1294. package/lib/v2/zju/list.js +66 -0
  1295. package/lib/v2/zju/maintainer.js +8 -0
  1296. package/lib/v2/zju/physics/index.js +52 -0
  1297. package/lib/v2/zju/radar.js +139 -0
  1298. package/lib/v2/zju/router.js +8 -0
  1299. package/lib/v2/zooTeam/blog.js +32 -0
  1300. package/lib/v2/zooTeam/maintainer.js +4 -0
  1301. package/lib/v2/zooTeam/radar.js +21 -0
  1302. package/lib/v2/zooTeam/router.js +4 -0
  1303. package/lib/v2/zooTeam/weekly.js +34 -0
  1304. package/lib/v2/zotero/maintainer.js +3 -0
  1305. package/lib/v2/zotero/radar.js +13 -0
  1306. package/lib/v2/zotero/router.js +3 -0
  1307. package/lib/v2/zotero/versions.js +36 -0
  1308. package/lib/v2/zuel/maintainer.js +3 -0
  1309. package/lib/v2/zuel/notice.js +52 -0
  1310. package/lib/v2/zuel/radar.js +13 -0
  1311. package/lib/v2/zuel/router.js +3 -0
  1312. package/lib/views/atom.art +17 -3
  1313. package/lib/views/error.art +5 -4
  1314. package/lib/views/rss.art +5 -4
  1315. package/lib/views/welcome.art +4 -1
  1316. package/package.json +51 -41
  1317. package/lib/routes/36kr/motif.js +0 -35
  1318. package/lib/routes/36kr/news.js +0 -94
  1319. package/lib/routes/36kr/newsflashes.js +0 -36
  1320. package/lib/routes/36kr/search/article.js +0 -69
  1321. package/lib/routes/36kr/user.js +0 -35
  1322. package/lib/routes/8kcos/article.js +0 -17
  1323. package/lib/routes/8kcos/cat.js +0 -28
  1324. package/lib/routes/8kcos/latest.js +0 -27
  1325. package/lib/routes/95mm/category.js +0 -18
  1326. package/lib/routes/95mm/tab.js +0 -9
  1327. package/lib/routes/95mm/tag.js +0 -7
  1328. package/lib/routes/95mm/utils.js +0 -51
  1329. package/lib/routes/9to5/subsite.js +0 -67
  1330. package/lib/routes/9to5/utils.js +0 -33
  1331. package/lib/routes/aliyun/database_month.js +0 -45
  1332. package/lib/routes/aliyun/developer/group.js +0 -44
  1333. package/lib/routes/aliyun/notice.js +0 -64
  1334. package/lib/routes/apple/appstore/gofans.js +0 -34
  1335. package/lib/routes/apple/appstore/xianmian.js +0 -27
  1336. package/lib/routes/apple/exchange_repair.js +0 -47
  1337. package/lib/routes/arknights/japan.js +0 -24
  1338. package/lib/routes/arknights/news.js +0 -41
  1339. package/lib/routes/asiantolick/index.js +0 -64
  1340. package/lib/routes/behance/index.js +0 -58
  1341. package/lib/routes/bilibili/article.js +0 -30
  1342. package/lib/routes/bilibili/cache.js +0 -104
  1343. package/lib/routes/bilibili/dynamic.js +0 -205
  1344. package/lib/routes/bilibili/liveArea.js +0 -74
  1345. package/lib/routes/bilibili/page.js +0 -37
  1346. package/lib/routes/bilibili/video.js +0 -35
  1347. package/lib/routes/bjx/huanbao.js +0 -78
  1348. package/lib/routes/cctv/category.js +0 -20
  1349. package/lib/routes/cctv/jx.js +0 -46
  1350. package/lib/routes/cctv/lm.js +0 -78
  1351. package/lib/routes/cctv/special.js +0 -108
  1352. package/lib/routes/cctv/utils/mzzlbg.js +0 -39
  1353. package/lib/routes/cctv/utils/news.js +0 -102
  1354. package/lib/routes/cctv/utils/xinwen1j1.js +0 -78
  1355. package/lib/routes/cctv/xwlb.js +0 -48
  1356. package/lib/routes/chaping/banner.js +0 -39
  1357. package/lib/routes/chaping/news.js +0 -54
  1358. package/lib/routes/dapenti/subject.js +0 -5
  1359. package/lib/routes/dapenti/tugua.js +0 -5
  1360. package/lib/routes/dapenti/utils.js +0 -73
  1361. package/lib/routes/dbmv/index.js +0 -45
  1362. package/lib/routes/dongqiudi/daily.js +0 -50
  1363. package/lib/routes/dongqiudi/result.js +0 -29
  1364. package/lib/routes/dongqiudi/top_news.js +0 -42
  1365. package/lib/routes/dongqiudi/utils.js +0 -136
  1366. package/lib/routes/dtcj/datahero.js +0 -49
  1367. package/lib/routes/dwnews/rank.js +0 -42
  1368. package/lib/routes/dwnews/utils.js +0 -65
  1369. package/lib/routes/dwnews/yaowen.js +0 -73
  1370. package/lib/routes/eagle/changelog.js +0 -75
  1371. package/lib/routes/earthquake/ceic.js +0 -66
  1372. package/lib/routes/earthquake/index.js +0 -38
  1373. package/lib/routes/eastday/sh.js +0 -54
  1374. package/lib/routes/eastmoney/user.js +0 -30
  1375. package/lib/routes/ehentai/ehapi.js +0 -133
  1376. package/lib/routes/ehentai/favorites.js +0 -19
  1377. package/lib/routes/ehentai/search.js +0 -25
  1378. package/lib/routes/ehentai/tag.js +0 -13
  1379. package/lib/routes/embassy/index.js +0 -64
  1380. package/lib/routes/embassy/supportedList.js +0 -257
  1381. package/lib/routes/flyert/preferential.js +0 -33
  1382. package/lib/routes/flyert/utils.js +0 -66
  1383. package/lib/routes/gamer/gnn_index.js +0 -131
  1384. package/lib/routes/gcores/category.js +0 -127
  1385. package/lib/routes/gov/customs/list.js +0 -77
  1386. package/lib/routes/gov/fmprc/fyrbt.js +0 -24
  1387. package/lib/routes/gov/fmprc/utils.js +0 -54
  1388. package/lib/routes/gov/mee/gs.js +0 -54
  1389. package/lib/routes/gov/moe/moe.js +0 -84
  1390. package/lib/routes/guancha/headline.js +0 -48
  1391. package/lib/routes/guancha/index.js +0 -132
  1392. package/lib/routes/guancha/member.js +0 -71
  1393. package/lib/routes/guancha/topic.js +0 -55
  1394. package/lib/routes/guokr/calendar.js +0 -47
  1395. package/lib/routes/guokr/scientific.js +0 -30
  1396. package/lib/routes/hupu/all.js +0 -53
  1397. package/lib/routes/hupu/bbs.js +0 -83
  1398. package/lib/routes/hupu/dept.js +0 -66
  1399. package/lib/routes/huxiu/article.js +0 -30
  1400. package/lib/routes/huxiu/author.js +0 -33
  1401. package/lib/routes/huxiu/collection.js +0 -35
  1402. package/lib/routes/huxiu/utils.js +0 -70
  1403. package/lib/routes/ifeng/feng.js +0 -69
  1404. package/lib/routes/ixigua/userVideo.js +0 -35
  1405. package/lib/routes/javbus/genre.js +0 -7
  1406. package/lib/routes/javbus/home.js +0 -3
  1407. package/lib/routes/javbus/series.js +0 -7
  1408. package/lib/routes/javbus/star.js +0 -7
  1409. package/lib/routes/javbus/uncensored/genre.js +0 -6
  1410. package/lib/routes/javbus/uncensored/home.js +0 -3
  1411. package/lib/routes/javbus/uncensored/series.js +0 -7
  1412. package/lib/routes/javbus/uncensored/star.js +0 -7
  1413. package/lib/routes/javbus/util.js +0 -211
  1414. package/lib/routes/javbus/western/genre.js +0 -7
  1415. package/lib/routes/javbus/western/home.js +0 -3
  1416. package/lib/routes/javbus/western/series.js +0 -7
  1417. package/lib/routes/javbus/western/star.js +0 -7
  1418. package/lib/routes/jike/common.js +0 -135
  1419. package/lib/routes/jike/topic.js +0 -65
  1420. package/lib/routes/jike/topicText.js +0 -42
  1421. package/lib/routes/jike/user.js +0 -147
  1422. package/lib/routes/juejin/books.js +0 -29
  1423. package/lib/routes/juejin/category.js +0 -39
  1424. package/lib/routes/juejin/pins.js +0 -66
  1425. package/lib/routes/juejin/utils.js +0 -48
  1426. package/lib/routes/kbs/today.js +0 -56
  1427. package/lib/routes/lofter/posts.js +0 -54
  1428. package/lib/routes/lofter/tag.js +0 -59
  1429. package/lib/routes/mobilism/release.js +0 -42
  1430. package/lib/routes/mpaypass/main.js +0 -73
  1431. package/lib/routes/mpaypass/news.js +0 -43
  1432. package/lib/routes/natgeo/dailyphoto.js +0 -27
  1433. package/lib/routes/natgeo/natgeo.js +0 -70
  1434. package/lib/routes/nature/cover.js +0 -90
  1435. package/lib/routes/nature/highlight.js +0 -57
  1436. package/lib/routes/nature/news-and-comment.js +0 -78
  1437. package/lib/routes/nature/news.js +0 -51
  1438. package/lib/routes/nature/research.js +0 -184
  1439. package/lib/routes/nbd/article.js +0 -60
  1440. package/lib/routes/nbd/index.js +0 -49
  1441. package/lib/routes/nowcoder/discuss.js +0 -62
  1442. package/lib/routes/nowcoder/recommend.js +0 -20
  1443. package/lib/routes/nowcoder/schedule.js +0 -31
  1444. package/lib/routes/nytimes/book.js +0 -71
  1445. package/lib/routes/nytimes/index.js +0 -111
  1446. package/lib/routes/pbc/goutongjiaoliu.js +0 -52
  1447. package/lib/routes/pbc/tradeAnnouncement.js +0 -52
  1448. package/lib/routes/pianyuan/app.js +0 -49
  1449. package/lib/routes/picuki/profile.js +0 -90
  1450. package/lib/routes/pincong/hot.js +0 -33
  1451. package/lib/routes/pincong/index.js +0 -40
  1452. package/lib/routes/pincong/topic.js +0 -32
  1453. package/lib/routes/pubmed/trending.js +0 -65
  1454. package/lib/routes/quicker/person.js +0 -32
  1455. package/lib/routes/quicker/qa.js +0 -41
  1456. package/lib/routes/quicker/update.js +0 -30
  1457. package/lib/routes/radio/radio.js +0 -50
  1458. package/lib/routes/readhub/category.js +0 -102
  1459. package/lib/routes/reuters/channel.js +0 -155
  1460. package/lib/routes/reuters/theWire.js +0 -45
  1461. package/lib/routes/reuters/utils.js +0 -72
  1462. package/lib/routes/rfa/index.js +0 -46
  1463. package/lib/routes/rrys/review.js +0 -30
  1464. package/lib/routes/sciencenet/blog.js +0 -56
  1465. package/lib/routes/segmentfault/channel.js +0 -90
  1466. package/lib/routes/segmentfault/user.js +0 -90
  1467. package/lib/routes/sobooks/date.js +0 -7
  1468. package/lib/routes/sobooks/index.js +0 -7
  1469. package/lib/routes/sobooks/tag.js +0 -7
  1470. package/lib/routes/sobooks/utils.js +0 -49
  1471. package/lib/routes/sohu/mp.js +0 -55
  1472. package/lib/routes/sspai/activity.js +0 -82
  1473. package/lib/routes/sspai/author.js +0 -63
  1474. package/lib/routes/sspai/column.js +0 -66
  1475. package/lib/routes/sspai/matrix.js +0 -44
  1476. package/lib/routes/sspai/series.js +0 -46
  1477. package/lib/routes/sspai/shortcutsGallery.js +0 -28
  1478. package/lib/routes/sspai/tag.js +0 -46
  1479. package/lib/routes/sspai/topic.js +0 -53
  1480. package/lib/routes/sspai/topics.js +0 -41
  1481. package/lib/routes/szse/inquire.js +0 -87
  1482. package/lib/routes/szse/projectdynamic.js +0 -103
  1483. package/lib/routes/taptap/changelog.js +0 -39
  1484. package/lib/routes/taptap/review.js +0 -39
  1485. package/lib/routes/taptap/topic.js +0 -85
  1486. package/lib/routes/tencent/wechat/announce.js +0 -32
  1487. package/lib/routes/tencent/wechat/ce.js +0 -40
  1488. package/lib/routes/tencent/wechat/csm.js +0 -59
  1489. package/lib/routes/tencent/wechat/ershcimi.js +0 -43
  1490. package/lib/routes/tencent/wechat/feeds.js +0 -47
  1491. package/lib/routes/tencent/wechat/mp.js +0 -77
  1492. package/lib/routes/tencent/wechat/msgalbum.js +0 -59
  1493. package/lib/routes/tencent/wechat/tgchannel.js +0 -105
  1494. package/lib/routes/tencent/wechat/wjdn.js +0 -28
  1495. package/lib/routes/the-economist/full.js +0 -48
  1496. package/lib/routes/the-economist/gre-vocabulary.js +0 -27
  1497. package/lib/routes/thepaper/utils.js +0 -48
  1498. package/lib/routes/tingshuitz/dalian.js +0 -34
  1499. package/lib/routes/tingshuitz/dongguan.js +0 -33
  1500. package/lib/routes/tingshuitz/nanjing.js +0 -35
  1501. package/lib/routes/tingshuitz/wuhan.js +0 -34
  1502. package/lib/routes/tingshuitz/xian.js +0 -31
  1503. package/lib/routes/tingshuitz/yangjiang.js +0 -31
  1504. package/lib/routes/twreporter/category.js +0 -36
  1505. package/lib/routes/twreporter/fetch_article.js +0 -66
  1506. package/lib/routes/twreporter/newest.js +0 -34
  1507. package/lib/routes/twreporter/photography.js +0 -57
  1508. package/lib/routes/universities/bjfu/jwc/utils.js +0 -62
  1509. package/lib/routes/universities/bjfu/news/utils.js +0 -62
  1510. package/lib/routes/universities/dut/index.js +0 -60
  1511. package/lib/routes/universities/dut/subsite.js +0 -50
  1512. package/lib/routes/universities/njupt/jwc.js +0 -84
  1513. package/lib/routes/universities/njust/cwc/index.js +0 -37
  1514. package/lib/routes/universities/njust/eo/index.js +0 -41
  1515. package/lib/routes/universities/njust/eo/util.js +0 -28
  1516. package/lib/routes/universities/njust/gs/index.js +0 -33
  1517. package/lib/routes/universities/njust/jwc/index.js +0 -39
  1518. package/lib/routes/universities/nuaa/cs/index.js +0 -84
  1519. package/lib/routes/universities/nuaa/jwc/jwc.js +0 -105
  1520. package/lib/routes/universities/nuaa/utils/pypasswaf.js +0 -24
  1521. package/lib/routes/universities/nuaa/yjsy/yjsy.js +0 -61
  1522. package/lib/routes/universities/pku/bbs/hot.js +0 -61
  1523. package/lib/routes/universities/pku/cls/lecture.js +0 -27
  1524. package/lib/routes/universities/pku/eecs.js +0 -41
  1525. package/lib/routes/universities/pku/pkuyjs.js +0 -23
  1526. package/lib/routes/universities/pku/rccp/mzyt.js +0 -33
  1527. package/lib/routes/universities/sdu/cmse.js +0 -55
  1528. package/lib/routes/universities/sdu/cs.js +0 -55
  1529. package/lib/routes/universities/sdu/epe.js +0 -54
  1530. package/lib/routes/universities/sdu/mech.js +0 -58
  1531. package/lib/routes/universities/sdu/sc.js +0 -56
  1532. package/lib/routes/universities/sysu/sdcs.js +0 -103
  1533. package/lib/routes/universities/ustc/index.js +0 -93
  1534. package/lib/routes/universities/ustc/job.js +0 -192
  1535. package/lib/routes/universities/ustc/jwc/index.js +0 -60
  1536. package/lib/routes/universities/xidian/jwc.js +0 -70
  1537. package/lib/routes/universities/zju/career/index.js +0 -42
  1538. package/lib/routes/universities/zju/cst/custom.js +0 -44
  1539. package/lib/routes/universities/zju/cst/index.js +0 -94
  1540. package/lib/routes/universities/zju/grs/index.js +0 -44
  1541. package/lib/routes/universities/zju/list.js +0 -78
  1542. package/lib/routes/universities/zju/physics/index.js +0 -55
  1543. package/lib/routes/uraaka-joshi/uraaka-joshi-user.js +0 -28
  1544. package/lib/routes/uraaka-joshi/uraaka-joshi.js +0 -30
  1545. package/lib/routes/waijiedanao/article.js +0 -78
  1546. package/lib/routes/wallpaperhub/index.js +0 -22
  1547. package/lib/routes/who/news-room.js +0 -56
  1548. package/lib/routes/who/news.js +0 -43
  1549. package/lib/routes/wsj/index.js +0 -139
  1550. package/lib/routes/xiaohongshu/board.js +0 -26
  1551. package/lib/routes/xiaohongshu/user.js +0 -48
  1552. package/lib/routes/xiaohongshu/util.js +0 -18
  1553. package/lib/routes/xueqiu/favorite.js +0 -37
  1554. package/lib/routes/xueqiu/fund.js +0 -71
  1555. package/lib/routes/xueqiu/hots.js +0 -44
  1556. package/lib/routes/xueqiu/snb.js +0 -42
  1557. package/lib/routes/xueqiu/stock_comments.js +0 -61
  1558. package/lib/routes/xueqiu/stock_info.js +0 -71
  1559. package/lib/routes/xueqiu/user.js +0 -52
  1560. package/lib/routes/xueqiu/user_stock.js +0 -47
  1561. package/lib/routes/yomiuri/news.js +0 -144
  1562. package/lib/routes/youtube/channel.js +0 -35
  1563. package/lib/routes/youtube/playlist.js +0 -37
  1564. package/lib/routes/youtube/user.js +0 -35
  1565. package/lib/routes/youtube/utils.js +0 -90
  1566. package/lib/routes/yyets/todayfilelist.js +0 -35
  1567. package/lib/routes/yystv/category.js +0 -65
  1568. package/lib/routes/yystv/docs.js +0 -34
  1569. package/lib/routes/zhibo8/forum.js +0 -55
  1570. package/lib/routes/zhibo8/more.js +0 -45
  1571. package/lib/routes/zhibo8/post.js +0 -39
  1572. package/lib/routes/zhihu/activities.js +0 -108
  1573. package/lib/routes/zhihu/answers.js +0 -62
  1574. package/lib/routes/zhihu/collection.js +0 -76
  1575. package/lib/routes/zhihu/daily.js +0 -54
  1576. package/lib/routes/zhihu/daily_section.js +0 -54
  1577. package/lib/routes/zhihu/execlib/jsencrypt.js +0 -380
  1578. package/lib/routes/zhihu/hot.js +0 -37
  1579. package/lib/routes/zhihu/hotlist.js +0 -47
  1580. package/lib/routes/zhihu/pin/utils.js +0 -58
  1581. package/lib/routes/zhihu/posts.js +0 -45
  1582. package/lib/routes/zhihu/question.js +0 -38
  1583. package/lib/routes/zhihu/timeline.js +0 -99
  1584. package/lib/routes/zhihu/weekly.js +0 -32
  1585. package/lib/routes/zhihu/zhuanlan.js +0 -91
  1586. package/lib/v2/epicgames/supportedList.js +0 -23
  1587. package/lib/v2/panewslab/column.js +0 -60
  1588. package/lib/v2/panewslab/newsflash.js +0 -35
  1589. package/lib/v2/wechat/templates/image.art +0 -1
@@ -1,23 +1,108 @@
1
+ const config = require('@/config').value;
1
2
  const got = require('@/utils/got');
2
3
  const cheerio = require('cheerio');
3
4
  const { parseDate } = require('@/utils/parse-date');
4
5
  const { art } = require('@/utils/render');
5
6
  const path = require('path');
7
+ const querystring = require('querystring');
8
+ const { fallback, queryToBoolean } = require('@/utils/readable-social');
9
+
10
+ /* message types */
11
+ const REPLY = 'REPLY';
12
+ const FORWARDED = 'FORWARDED';
13
+ const SERVICE = 'SERVICE';
14
+ const VIA_BOT = 'VIA_BOT';
15
+ const VIDEO = 'VIDEO';
16
+ const GIF = 'GIF';
17
+ const PHOTO = 'PHOTO';
18
+ const POLL = 'POLL';
19
+ const VOICE = 'VOICE';
20
+ const MUSIC = 'MUSIC';
21
+ const DOCUMENT = 'DOCUMENT';
22
+ const LOCATION = 'LOCATION';
23
+ const CONTACT = 'CONTACT';
24
+ const STICKER = 'STICKER';
25
+ const ANIMATED_STICKER = 'ANIMATED_STICKER';
26
+ // const VIDEO_STICKER = 'VIDEO_STICKER'; // not supported yet by t.me
27
+ const UNSUPPORTED = 'UNSUPPORTED';
28
+
29
+ /* message media tag dict */
30
+ const mediaTagDict = {
31
+ REPLY: ['[Reply]', '↩️'],
32
+ FORWARDED: ['[Forwarded]', '🔁'],
33
+ SERVICE: ['[Service]', '🔧'],
34
+ VIA_BOT: ['[Via bot]', '🤖'],
35
+ VIDEO: ['[Video]', '🎬'],
36
+ GIF: ['[GIF]', '[GIF]'],
37
+ PHOTO: ['[Photo]', '🖼'],
38
+ POLL: ['[Poll]', '📊'],
39
+ VOICE: ['[Voice]', '🎙'],
40
+ MUSIC: ['[Music]', '🎵'],
41
+ DOCUMENT: ['[Document]', '📄'],
42
+ LOCATION: ['[Location]', '📍'],
43
+ CONTACT: ['[Contact]', '📱'],
44
+ STICKER: ['[Sticker]', '[Sticker]'],
45
+ ANIMATED_STICKER: ['[Animated Sticker]', '[Animated Sticker]'],
46
+ // VIDEO_STICKER: ['[Video Sticker]', '[Video Sticker]'], // not supported yet by t.me
47
+ UNSUPPORTED: ['[Unsupported]', '🚫'],
48
+ };
6
49
 
7
50
  module.exports = async (ctx) => {
8
51
  const username = ctx.params.username;
9
- const searchQuery = ctx.params.searchQuery;
52
+ let routeParams = ctx.params.routeParams;
53
+ let showLinkPreview = true;
54
+ let showViaBot = true;
55
+ let showReplyTo = true;
56
+ let showFwdFrom = true;
57
+ let showFwdFromAuthor = true;
58
+ let showInlineButtons = false;
59
+ let showMediaTagInTitle = true;
60
+ let showMediaTagAsEmoji = true;
61
+ let includeFwd = true;
62
+ let includeReply = true;
63
+ let includeServiceMsg = true;
64
+ let includeUnsupportedMsg = false;
65
+ let searchQuery = routeParams; // for backward compatibility
66
+ if (routeParams && routeParams.search(/(^|&)(show(LinkPreview|ViaBot|ReplyTo|FwdFrom(Author)?|InlineButtons|MediaTag(InTitle|AsEmoji))|include(Fwd|Reply|(Service|Unsupported)Msg)|searchQuery)=/) !== -1) {
67
+ routeParams = querystring.parse(ctx.params.routeParams);
68
+ showLinkPreview = !!fallback(undefined, queryToBoolean(routeParams.showLinkPreview), showLinkPreview);
69
+ showViaBot = !!fallback(undefined, queryToBoolean(routeParams.showReplyTo), showViaBot);
70
+ showReplyTo = !!fallback(undefined, queryToBoolean(routeParams.showViaBot), showReplyTo);
71
+ showFwdFrom = !!fallback(undefined, queryToBoolean(routeParams.showFwdFrom), showFwdFrom);
72
+ showFwdFromAuthor = !!fallback(undefined, queryToBoolean(routeParams.showFwdFromAuthor), showFwdFromAuthor);
73
+ showInlineButtons = !!fallback(undefined, queryToBoolean(routeParams.showInlineButtons), showInlineButtons);
74
+ showMediaTagInTitle = !!fallback(undefined, queryToBoolean(routeParams.showMediaTagInTitle), showMediaTagInTitle);
75
+ showMediaTagAsEmoji = !!fallback(undefined, queryToBoolean(routeParams.showMediaTagAsEmoji), showMediaTagAsEmoji);
76
+ includeFwd = !!fallback(undefined, queryToBoolean(routeParams.includeFwd), includeFwd);
77
+ includeReply = !!fallback(undefined, queryToBoolean(routeParams.includeReply), includeReply);
78
+ includeServiceMsg = !!fallback(undefined, queryToBoolean(routeParams.includeServiceMsg), includeServiceMsg);
79
+ includeUnsupportedMsg = !!fallback(undefined, queryToBoolean(routeParams.includeUnsupportedMsg), includeUnsupportedMsg);
80
+ searchQuery = fallback(undefined, routeParams.searchQuery, null);
81
+ }
82
+
10
83
  const resourceUrl = searchQuery ? `https://t.me/s/${username}?q=${encodeURIComponent(searchQuery)}` : `https://t.me/s/${username}`;
11
84
 
12
- const { data } = await got.get(resourceUrl);
85
+ const data = await ctx.cache.tryGet(
86
+ resourceUrl,
87
+ async () => {
88
+ const _r = await got(resourceUrl);
89
+ return _r.data;
90
+ },
91
+ config.cache.routeExpire,
92
+ false
93
+ );
94
+
13
95
  const $ = cheerio.load(data);
14
- const list = $('.tgme_widget_message_wrap');
96
+ const list = includeServiceMsg
97
+ ? $('.tgme_widget_message_wrap:not(.tgme_widget_message_wrap:has(.tme_no_messages_found))') // exclude 'no posts found' messages
98
+ : $('.tgme_widget_message_wrap:not(.tgme_widget_message_wrap:has(.service_message,.tme_no_messages_found))'); // also exclude service messages
15
99
 
16
100
  if (list.length === 0 && $('.tgme_channel_history').length === 0) {
17
- throw `Unable to fetch message feed from this channel. Please check this URL to see if you can view the message preview: https://t.me/s/${username}`;
101
+ throw `Unable to fetch message feed from this channel. Please check this URL to see if you can view the message preview: ${resourceUrl}`;
18
102
  }
19
103
 
20
- const feedTitle = searchQuery ? `「${searchQuery}」- ` + $('.tgme_channel_info_header_title').text() + ' - Telegram 频道' : $('.tgme_channel_info_header_title').text() + ' - Telegram 频道';
104
+ const channelName = $('.tgme_channel_info_header_title').text();
105
+ const feedTitle = (searchQuery ? `"${searchQuery}" - ` : '') + channelName + ' - Telegram Channel';
21
106
 
22
107
  ctx.state.data = {
23
108
  title: feedTitle,
@@ -25,7 +110,7 @@ module.exports = async (ctx) => {
25
110
  link: resourceUrl,
26
111
  allowEmpty: true,
27
112
 
28
- itunes_author: $('.tgme_channel_info_header_title').text(),
113
+ itunes_author: channelName,
29
114
  image: $('.tgme_page_photo_image > img').attr('src'),
30
115
 
31
116
  item:
@@ -34,69 +119,128 @@ module.exports = async (ctx) => {
34
119
  .map((index, item) => {
35
120
  item = $(item);
36
121
 
37
- /* media tag */
38
-
39
- const mediaTag = () => {
40
- let mediaTag = '';
41
- if (item.find('.tgme_widget_message_photo').length > 0) {
42
- mediaTag += '🖼';
43
- }
44
- if (item.find('.tgme_widget_message_video').length > 0) {
45
- mediaTag += '📹';
46
- }
47
- if (item.find('.tgme_widget_message_poll').length > 0) {
48
- mediaTag += '📊';
49
- }
50
- if (item.find('.tgme_widget_message_voice').length > 0) {
51
- mediaTag += '🎤';
52
- }
53
- if (item.find('.tgme_widget_message_document').length > 0) {
54
- mediaTag += '📎';
122
+ /* message types */
123
+ const msgTypes = [];
124
+ if (item.find('.service_message').length) {
125
+ // service message can have an image (avatar changed)
126
+ msgTypes.push(SERVICE);
127
+ }
128
+ // if (item.find('.tgme_widget_message_video').length) { // fail if video too big
129
+ if (item.find('.tgme_widget_message_video_player').length) {
130
+ // video and gif cannot be mixed, it's safe to do that
131
+ msgTypes.push(item.find('.message_video_play').length ? VIDEO : GIF);
132
+ }
133
+ if (item.find('.tgme_widget_message_photo,.tgme_widget_message_service_photo').length) {
134
+ // video and photo can be mixed
135
+ msgTypes.push(PHOTO);
136
+ }
137
+ // all other types below cannot be mixed
138
+ if (item.find('.tgme_widget_message_poll').length) {
139
+ msgTypes.push(POLL);
140
+ }
141
+ if (item.find('.tgme_widget_message_voice').length) {
142
+ msgTypes.push(VOICE);
143
+ }
144
+ if (item.find('.tgme_widget_message_document').length) {
145
+ // music and document cannot be mixed, it's safe to do that
146
+ msgTypes.push(item.find('.audio').length ? MUSIC : DOCUMENT);
147
+ }
148
+ if (item.find('.tgme_widget_message_location').length) {
149
+ msgTypes.push(LOCATION);
150
+ }
151
+ if (item.find('.tgme_widget_message_contact').length) {
152
+ msgTypes.push(CONTACT);
153
+ }
154
+ if (item.find('.tgme_widget_message_sticker').length) {
155
+ msgTypes.push(STICKER);
156
+ }
157
+ if (item.find('.tgme_widget_message_tgsticker').length) {
158
+ msgTypes.push(ANIMATED_STICKER);
159
+ }
160
+ if (msgTypes.length === 0 && item.find('.message_media_not_supported').length) {
161
+ msgTypes.unshift(UNSUPPORTED);
162
+ if (!includeUnsupportedMsg) {
163
+ return null; // drop unsupported message
55
164
  }
56
- if (item.find('.tgme_widget_message_location').length > 0) {
57
- mediaTag += '📍';
165
+ }
166
+ // all other types above cannot be mixed
167
+ if (item.find('.tgme_widget_message_author .tgme_widget_message_via_bot,.tgme_widget_message_forwarded_from .tgme_widget_message_via_bot').length) {
168
+ // can be mixed with other types, excluding service messages
169
+ msgTypes.unshift(VIA_BOT);
170
+ }
171
+ if (item.find('.tgme_widget_message_forwarded_from').length) {
172
+ // can be mixed with other types, excluding service messages and reply messages
173
+ msgTypes.unshift(FORWARDED);
174
+ if (!includeFwd) {
175
+ return null; // drop forwarded message
58
176
  }
59
- if (item.find('.tgme_widget_message_sticker').length > 0) {
60
- mediaTag += '[Sticker]';
177
+ }
178
+ if (item.find('.tgme_widget_message_reply').length) {
179
+ // can be mixed with other types, excluding service messages and forwarded messages
180
+ msgTypes.unshift(REPLY);
181
+ if (!includeReply) {
182
+ return null; // drop reply message
61
183
  }
62
- return mediaTag;
63
- };
184
+ }
185
+
186
+ /* media tag */
187
+ let mediaTag = '';
188
+ if (showMediaTagInTitle) {
189
+ msgTypes.forEach((type) => {
190
+ if (type !== REPLY || type !== FORWARDED || type !== VIA_BOT || (type === REPLY && showReplyTo) || (type === FORWARDED && showFwdFrom) || (type === VIA_BOT && showViaBot)) {
191
+ mediaTag += showMediaTagAsEmoji ? mediaTagDict[type][1] : mediaTagDict[type][0];
192
+ }
193
+ });
194
+ }
195
+
196
+ /* fix emoji */
197
+ item.find('.emoji').each((_, emoji) => {
198
+ emoji = $(emoji);
199
+ emoji.replaceWith(`<span class="emoji">${emoji.text()}</span>`);
200
+ });
64
201
 
65
202
  /* "Forwarded From" tag */
66
203
  const fwdFrom = () => {
67
- const fwdFromNameObject = item.find('.tgme_widget_message_forwarded_from_name');
68
- if (fwdFromNameObject.length) {
69
- if (fwdFromNameObject.attr('href') !== undefined) {
70
- return `<p>Forwarded From <b><a href="${fwdFromNameObject.attr('href')}">
71
- ${fwdFromNameObject.text()}</a></b></p>`;
72
- } else {
73
- return `<p>Forwarded From <b>${fwdFromNameObject.text()}</b></p>`;
204
+ let fwdFrom = '';
205
+ const fwdFromNameObj = item.find('.tgme_widget_message_forwarded_from_name');
206
+ if (fwdFromNameObj.length) {
207
+ const userLink = fwdFromNameObj.attr('href');
208
+ const userHtml = userLink ? `<a href="${userLink}">${fwdFromNameObj.text()}</a>` : fwdFromNameObj.text();
209
+ fwdFrom += `<p>Forwarded From <b>${userHtml}</b>`;
210
+ const fwdFromAuthorObj = item.find('.tgme_widget_message_forwarded_from_author');
211
+ if (fwdFromAuthorObj.length && showFwdFromAuthor) {
212
+ fwdFrom += ` (${fwdFromAuthorObj.text()})`;
74
213
  }
75
- } else {
76
- return '';
214
+ fwdFrom += '</p>';
77
215
  }
216
+ return fwdFrom;
78
217
  };
79
218
 
80
219
  /* reply */
81
220
  const replyContent = () => {
82
- if (item.find('.tgme_widget_message_reply').length !== 0) {
83
- const replyObject = item.find('.tgme_widget_message_reply');
84
-
85
- const replyAuthor = replyObject.find('.tgme_widget_message_author_name').length ? replyObject.find('.tgme_widget_message_author_name').text() : '';
86
- const replyLink = replyObject.attr('href').length ? replyObject.attr('href') : '';
87
- const replyMetatext = replyObject.find('.tgme_widget_message_metatext').length ? `<p><small>${replyObject.find('.tgme_widget_message_metatext').html()}</small></p>` : '';
88
- const replyText = replyObject.find('.tgme_widget_message_text').length ? `<p>${replyObject.find('.tgme_widget_message_text').html()}</p>` : '';
221
+ const replyObj = item.find('.tgme_widget_message_reply');
222
+ if (replyObj.length !== 0) {
223
+ const replyAuthorObj = replyObj.find('.tgme_widget_message_author_name');
224
+ const replyAuthor = replyAuthorObj.length ? replyAuthorObj.text() : '';
225
+ const viaBotObj = replyObj.find('.tgme_widget_message_via_bot');
226
+ const viaBotText = viaBotObj.length ? ` via <b>${viaBotObj.text()}</b>` : '';
227
+ const replyLinkHref = replyObj.attr('href');
228
+ const replyLink = replyLinkHref.length ? replyLinkHref : '';
229
+ const replyMetaTextObj = replyObj.find('.tgme_widget_message_metatext');
230
+ const replyMetaText = replyMetaTextObj.length ? `<p><small>${replyMetaTextObj.html()}</small></p>` : '';
231
+ const replyTextObj = replyObj.find('.tgme_widget_message_text');
232
+ const replyText = replyTextObj.length ? `<p>${replyTextObj.html()}</p>` : '';
89
233
 
90
234
  if (replyLink !== '') {
91
235
  return `<blockquote>
92
- <p><a href='${replyLink}'><strong>${replyAuthor}</strong>:</a></p>
93
- ${replyMetatext}
236
+ <p><a href='${replyLink}'><b>${replyAuthor}</b>${viaBotText}:</a></p>
237
+ ${replyMetaText}
94
238
  ${replyText}
95
239
  </blockquote>`;
96
240
  } else {
97
241
  return `<blockquote>
98
- <p><strong>${replyAuthor}</strong>:</p>
99
- ${replyMetatext}
242
+ <p><b>${replyAuthor}</b>${viaBotText}:</p>
243
+ ${replyMetaText}
100
244
  ${replyText}
101
245
  </blockquote>`;
102
246
  }
@@ -105,54 +249,118 @@ module.exports = async (ctx) => {
105
249
  }
106
250
  };
107
251
 
108
- /* images */
109
-
110
- const generateImg = (selector) => {
111
- let tag_images = '';
112
- if (item.find(selector).length) {
113
- item.find(selector).each(function () {
114
- tag_images += `<img src="${
115
- $(this)
116
- .css('background-image')
117
- .match(/url\('(.*)'\)/)[1]
118
- }">`;
119
- });
120
- return tag_images;
252
+ /* via bot */
253
+ const viaBot = () => {
254
+ const viaBotObj = item.find('.tgme_widget_message_author .tgme_widget_message_via_bot,.tgme_widget_message_forwarded_from .tgme_widget_message_via_bot');
255
+ if (viaBotObj.length) {
256
+ const userLink = viaBotObj.attr('href');
257
+ const userHtml = userLink ? `<a href="${userLink}">${viaBotObj.text()}</a>` : viaBotObj.text();
258
+ return `<p>via <b>${userHtml}</b></p>`;
121
259
  } else {
122
260
  return '';
123
261
  }
124
262
  };
125
- const messageImgs = generateImg('.tgme_widget_message_photo_wrap');
126
-
127
- /* videos */
128
- const messageVideos = () => {
129
- let messageVideos = '';
130
- if (item.find('.tgme_widget_message_video_player').length) {
131
- item.find('.tgme_widget_message_video_player').each(function () {
132
- const source = $(this).find('.tgme_widget_message_video').attr('src');
133
- if (source) {
134
- const poster = $(this)
135
- .find('.tgme_widget_message_video_thumb')
136
- .css('background-image')
137
- .match(/url\('(.*)'\)/)[1];
138
- messageVideos += art(path.join(__dirname, 'templates/video.art'), {
139
- source,
140
- poster,
141
- });
142
- }
143
- });
263
+
264
+ /* images and videos */
265
+ const generateMedia = (selector) => {
266
+ const nodes = item.find(selector);
267
+ if (!nodes.length) {
268
+ return '';
144
269
  }
145
- return messageVideos;
270
+ let tag_media = '';
271
+ const pictureNodes = nodes.find('picture');
272
+ const imgNodes = nodes.find('img');
273
+ nodes.each((_, node) => {
274
+ const $node = $(node);
275
+ if (node.attribs && node.attribs.class && node.attribs.class.search(/(^|\s)tgme_widget_message_video_player(\s|$)/) !== -1) {
276
+ // video
277
+ const videoLink = $node.find('.tgme_widget_message_video').attr('src');
278
+ const thumbBackground = $node.find('.tgme_widget_message_video_thumb').css('background-image');
279
+ const thumbBackgroundUrl = thumbBackground && thumbBackground.match(/url\('(.*)'\)/);
280
+ const thumbBackgroundUrlSrc = thumbBackgroundUrl && thumbBackgroundUrl[1];
281
+ tag_media += art(path.join(__dirname, 'templates/video.art'), {
282
+ source: videoLink,
283
+ poster: thumbBackgroundUrlSrc,
284
+ });
285
+ } else if ($node.attr('data-webp')) {
286
+ // sticker
287
+ tag_media += `<img src="${$node.attr('data-webp')}">`;
288
+ } else if (node.name === 'picture') {
289
+ // animated sticker
290
+ tag_media += '<picture>';
291
+ $node.find('source,img').each((_, source) => {
292
+ tag_media += $(source).toString();
293
+ });
294
+ tag_media += '</picture>';
295
+ } else if (node.name === 'img') {
296
+ // unknown
297
+ tag_media += $node.toString();
298
+ } else if (pictureNodes.length) {
299
+ // unknown
300
+ pictureNodes.each((_, picture) => {
301
+ tag_media += '<picture>';
302
+ $(picture)
303
+ .find('source,img')
304
+ .each((_, source) => {
305
+ tag_media += $(source).toString();
306
+ });
307
+ tag_media += '</picture>';
308
+ });
309
+ return tag_media;
310
+ } else if (imgNodes.length) {
311
+ // service message
312
+ imgNodes.each((_, img) => {
313
+ tag_media += $(img).toString();
314
+ });
315
+ return tag_media;
316
+ } else {
317
+ // image message, location
318
+ const background = $node.css('background-image');
319
+ const backgroundUrl = background && background.match(/url\('(.*)'\)/);
320
+ const backgroundUrlSrc = backgroundUrl && backgroundUrl[1];
321
+ tag_media += backgroundUrlSrc ? `<img src="${backgroundUrlSrc}">` : '';
322
+ }
323
+ });
324
+ return tag_media;
146
325
  };
326
+ // ordinary message photos, service message photos, stickers, animated stickers, video
327
+ const messageMedia = generateMedia('.tgme_widget_message_photo_wrap,.tgme_widget_message_service_photo,.tgme_widget_message_sticker,.tgme_widget_message_tgsticker,.tgme_widget_message_video_player');
147
328
 
148
- /* audio */
149
- const messageAudioUrl = item.find('audio.tgme_widget_message_voice').length ? item.find('audio.tgme_widget_message_voice').attr('src') : '';
150
- const messageAudioText = item.find('audio.tgme_widget_message_voice').length ? `<audio src="${item.find('audio.tgme_widget_message_voice').attr('src')}"></audio>` : '';
151
- const messageAudioDuration = () => {
152
- if (item.find('.tgme_widget_message_voice_duration').length) {
153
- const durationInMmss = item.find('.tgme_widget_message_voice_duration').text();
154
- const p = durationInMmss.split(':');
329
+ /* location */
330
+ const location = () => {
331
+ const locationObj = item.find('.tgme_widget_message_location_wrap');
332
+ if (locationObj.length) {
333
+ const locationLink = locationObj.attr('href');
334
+ const mapBackground = locationObj.find('.tgme_widget_message_location').css('background-image');
335
+ const mapBackgroundUrl = mapBackground && mapBackground.match(/url\('(.*)'\)/);
336
+ const mapBackgroundUrlSrc = mapBackgroundUrl && mapBackgroundUrl[1];
337
+ const mapImgHtml = mapBackgroundUrlSrc ? `<img src="${mapBackgroundUrlSrc}">` : showMediaTagAsEmoji ? mediaTagDict[LOCATION][1] : mediaTagDict[LOCATION][0];
338
+ return locationLink ? `<a href="${locationLink}">${mapImgHtml}</a>` : mapImgHtml;
339
+ } else {
340
+ return '';
341
+ }
342
+ };
155
343
 
344
+ /* voice */
345
+ const voiceObj = item.find('audio.tgme_widget_message_voice');
346
+ const durationObj = item.find('.tgme_widget_message_voice_duration');
347
+ const durationInMmss = durationObj.text();
348
+ const voiceUrl = voiceObj.length ? voiceObj.attr('src') : '';
349
+ let voiceTitle = '';
350
+ let voiceHtml = '';
351
+ if (voiceUrl) {
352
+ if (showMediaTagInTitle) {
353
+ voiceTitle = durationInMmss ? `(${durationInMmss})` : '';
354
+ }
355
+ voiceHtml += '<p><b>';
356
+ voiceHtml += showMediaTagAsEmoji ? mediaTagDict[VOICE][1] : mediaTagDict[VOICE][0];
357
+ voiceHtml += durationInMmss ? ` (${durationInMmss})` : '';
358
+ voiceHtml += '</b></p>';
359
+ voiceHtml += `<audio src="${voiceUrl}"></audio>`;
360
+ }
361
+ const voiceDuration = () => {
362
+ if (durationObj.length) {
363
+ const p = durationInMmss.split(':');
156
364
  let second = 0,
157
365
  minute = 1;
158
366
  while (p.length > 0) {
@@ -165,18 +373,38 @@ module.exports = async (ctx) => {
165
373
  }
166
374
  };
167
375
 
376
+ /* unsupported */
377
+ let unsupportedHtml = '';
378
+ let unsupportedTitle = '';
379
+ const unsupportedNodes = item.find('.message_media_not_supported');
380
+ if (msgTypes.indexOf(UNSUPPORTED) !== -1 && unsupportedNodes.length) {
381
+ unsupportedHtml += '<blockquote>';
382
+ unsupportedNodes.find('.message_media_not_supported_label').each(function () {
383
+ const $this = $(this);
384
+ unsupportedTitle += $this.text();
385
+ unsupportedHtml += `<p>${$this.text()}</p>`;
386
+ });
387
+ unsupportedNodes.find('.message_media_view_in_telegram').each(function () {
388
+ const $this = $(this);
389
+ unsupportedHtml += $this.attr('href') ? `<p><a href="${$this.attr('href')}">${$this.text()}</a></p>` : `<p>${$this.text()}</p>`;
390
+ });
391
+ unsupportedHtml += '</blockquote>';
392
+ }
393
+
168
394
  /* link preview */
169
395
  const linkPreview = () => {
170
- const linkPreviewSite = item.find('.link_preview_site_name').length ? `<b>${item.find('.link_preview_site_name').text()}</b><br>` : '';
396
+ const linkPreviewSiteObj = item.find('.link_preview_site_name');
397
+ const linkPreviewSite = linkPreviewSiteObj.length ? `<b>${linkPreviewSiteObj.text()}</b><br>` : '';
398
+ const linkPreviewTitleObj = item.find('.link_preview_title');
171
399
  let linkPreviewTitle;
172
- if (item.find('.link_preview_title').length) {
173
- linkPreviewTitle = `<b><a href="${item.find('.tgme_widget_message_link_preview').attr('href')}">
174
- ${item.find('.link_preview_title').text()}</a></b><br>`;
400
+ if (linkPreviewTitleObj.length) {
401
+ linkPreviewTitle = `<b><a href="${item.find('.tgme_widget_message_link_preview').attr('href')}">${linkPreviewTitleObj.text()}</a></b><br>`;
175
402
  } else {
176
403
  linkPreviewTitle = '';
177
404
  }
178
- const linkPreviewDescription = item.find('.link_preview_description').length ? `<p>${item.find('.link_preview_description').html()}</p>` : '';
179
- const linkPreviewImage = generateImg('.link_preview_image') + generateImg('.link_preview_right_image');
405
+ const linkPreviewDescriptionObj = item.find('.link_preview_description');
406
+ const linkPreviewDescription = linkPreviewDescriptionObj.length ? `<p>${linkPreviewDescriptionObj.html()}</p>` : '';
407
+ const linkPreviewImage = generateMedia('.link_preview_image') + generateMedia('.link_preview_right_image');
180
408
 
181
409
  if (linkPreviewSite.length > 0 || linkPreviewTitle.length > 0 || linkPreviewDescription.length > 0 || linkPreviewImage.length > 0) {
182
410
  return `<blockquote>${linkPreviewSite}${linkPreviewTitle}${linkPreviewDescription}${linkPreviewImage}</blockquote>`;
@@ -186,46 +414,156 @@ module.exports = async (ctx) => {
186
414
  };
187
415
 
188
416
  /* poll */
189
- const pollQuestion = item.find('.tgme_widget_message_poll_question').length ? item.find('.tgme_widget_message_poll_question').text() : '';
417
+ const pollQuestionObj = item.find('.tgme_widget_message_poll_question');
418
+ const pollQuestion = pollQuestionObj.length ? pollQuestionObj.text() : '';
419
+ const poll = () => {
420
+ let pollHtml = '';
421
+ const pollTypeObj = item.find('.tgme_widget_message_poll_type');
422
+ const pollType = pollTypeObj.length ? pollTypeObj.text() : '';
423
+ const pollOptions = item.find('.tgme_widget_message_poll_option');
424
+ if (pollQuestion && pollType.length > 0 && pollOptions.length > 0) {
425
+ pollHtml += `<p><b>${pollQuestion}</b></p>`;
426
+ pollHtml += `<p><small>${pollType}</small></p>`;
427
+ pollOptions.each((_, option) => {
428
+ const $option = $(option);
429
+ const percentObj = $option.find('.tgme_widget_message_poll_option_percent');
430
+ const percent = percentObj.length ? percentObj.text() : '';
431
+ const textObj = $option.find('.tgme_widget_message_poll_option_text');
432
+ const text = textObj.length ? textObj.text() : '';
433
+ if (percent && text) {
434
+ pollHtml += `<p><b>${percent}</b> - ${text}</p>`;
435
+ }
436
+ });
437
+ }
438
+ return pollHtml ? `<blockquote>${pollHtml}</blockquote>` : '';
439
+ };
190
440
 
191
- /* attachment */
192
- const attachmentTitle = item.find('.tgme_widget_message_document_title').length ? item.find('.tgme_widget_message_document_title').text() + ' / ' + item.find('.tgme_widget_message_document_extra').text() : '';
441
+ /* attachment (document or music) */
442
+ const documentWrapObj = item.find('.tgme_widget_message_document_wrap');
443
+ let attachmentTitle = '';
444
+ let attachmentHtml = '';
445
+ if (documentWrapObj.length) {
446
+ documentWrapObj.each((_, wrap) => {
447
+ // a message may have multiple attachments
448
+ const $wrap = $(wrap);
449
+ const documentTitleObj = $wrap.find('.tgme_widget_message_document_title');
450
+ const documentExtraObj = $wrap.find('.tgme_widget_message_document_extra');
451
+ const documentTitle = documentTitleObj.length ? documentTitleObj.text() : '';
452
+ const documentExtra = documentExtraObj.length ? documentExtraObj.text() : '';
453
+ const _attachmentTitle = `${documentTitle}${documentTitle && documentExtra ? ' - ' : ''}${documentExtra}`;
454
+ const _attachmentHtml = (documentTitle ? `<p><b>${documentTitle}</b></p>` : '') + (documentExtra ? `<p><small>${documentExtra}</small></p>` : '');
455
+ attachmentTitle += attachmentTitle && _attachmentTitle ? ' | ' : '';
456
+ attachmentTitle += _attachmentTitle;
457
+ attachmentHtml += _attachmentHtml ? `<blockquote>${_attachmentHtml}</blockquote>` : '';
458
+ const wrapNext = $wrap.next('.tgme_widget_message_text');
459
+ if (wrapNext.length) {
460
+ const captionHtml = wrapNext.html();
461
+ if (captionHtml.length) {
462
+ attachmentHtml += `<p>${captionHtml}</p>`;
463
+ }
464
+ // remove them, avoid being duplicated
465
+ wrapNext.each((_, caption) => {
466
+ $(caption).remove();
467
+ });
468
+ }
469
+ });
470
+ }
471
+
472
+ /* contact */
473
+ const contactNameObj = item.find('.tgme_widget_message_contact_name');
474
+ const contactName = contactNameObj.length ? contactNameObj.text() : '';
475
+ const contactNameHtml = contactName ? `<b>${contactName}</b>` : '';
476
+ const contactPhoneObj = item.find('.tgme_widget_message_contact_phone');
477
+ const contactPhone = contactPhoneObj.length ? contactPhoneObj.text() : '';
478
+ const contactPhoneHtml = contactPhone ? `<a href="tel:${contactPhone.replace(' ', '')}">${contactPhone}</a>` : '';
479
+ const contactTitle = contactName + (contactName && contactPhone ? ': ' : '') + contactPhone;
480
+ const contactHtml = contactNameHtml || contactPhoneHtml ? `<p>${contactNameHtml}${contactName && contactPhone ? ': ' : ''}${contactPhoneHtml}</p>` : '';
481
+
482
+ /* inline buttons */
483
+ let inlineButtons = '';
484
+ const inlineButtonNodes = item.find('.tgme_widget_message_inline_button_text');
485
+ if (showInlineButtons && inlineButtonNodes.length) {
486
+ inlineButtons += '<table style="width: 100%"><tbody><tr>';
487
+ inlineButtonNodes.each((_, button) => {
488
+ const $button = $(button);
489
+ const buttonText = $button.text();
490
+ inlineButtons += `<td style="border: 2px solid;text-align: center"><b>${buttonText}</b></td>`;
491
+ });
492
+ inlineButtons += '</tr></tbody></table>';
493
+ }
193
494
 
194
495
  /* pubDate */
195
496
  const pubDate = parseDate(item.find('.tgme_widget_message_date time').attr('datetime'));
196
497
 
197
498
  /* message text & title */
198
- const messageTextObject = item.find('.tgme_widget_message_bubble > .tgme_widget_message_text');
199
- let messageText = '',
499
+ const messageTextObj = item.find('.tgme_widget_message_bubble > .tgme_widget_message_text');
500
+ let messageHtml = '',
200
501
  messageTitle = '';
201
502
 
202
- if (messageTextObject.length > 0) {
203
- messageText = `<p>${messageTextObject.html()}</p>`;
503
+ if (messageTextObj.length > 0) {
504
+ messageHtml = `<p>${messageTextObj.html()}</p>`;
204
505
  }
205
506
 
206
- if (pollQuestion !== '') {
507
+ let titleCompleteFlag = false;
508
+ if (pollQuestion) {
207
509
  messageTitle = pollQuestion;
208
- } else if (attachmentTitle !== '') {
510
+ titleCompleteFlag = true;
511
+ } else if (attachmentTitle) {
209
512
  messageTitle = attachmentTitle;
210
- } else if (messageTextObject.length > 0) {
211
- messageTitle = messageTextObject.text();
513
+ titleCompleteFlag = true;
514
+ } else if (contactTitle) {
515
+ messageTitle = contactTitle;
516
+ titleCompleteFlag = true;
517
+ } else if (voiceTitle) {
518
+ messageTitle = voiceTitle;
519
+ } else if (unsupportedTitle) {
520
+ messageTitle = unsupportedTitle;
521
+ titleCompleteFlag = true;
522
+ }
523
+
524
+ if (messageTextObj.length > 0 && !titleCompleteFlag) {
525
+ const _messageTextObj = $(messageTextObj.toString());
526
+ _messageTextObj.find('br').replaceWith('\n');
527
+ const trimmedTitleText = _messageTextObj.text().replace(/\n/g, ' ').trim();
528
+ messageTitle += (messageTitle && trimmedTitleText ? ': ' : '') + trimmedTitleText;
529
+ }
530
+
531
+ if (messageTitle === '') {
532
+ messageTitle = mediaTag || pubDate.toUTCString();
212
533
  } else {
213
- messageTitle = pubDate;
534
+ messageTitle = `${mediaTag}${mediaTag ? ' ' : ''}${messageTitle}`;
535
+ }
536
+
537
+ let description = '';
538
+ if (showFwdFrom) {
539
+ description += fwdFrom();
540
+ }
541
+ if (showReplyTo) {
542
+ description += replyContent();
543
+ }
544
+ if (showViaBot) {
545
+ description += viaBot();
546
+ }
547
+ description += location() + poll() + contactHtml + voiceHtml + attachmentHtml + messageHtml + unsupportedHtml;
548
+ if (showLinkPreview) {
549
+ description += linkPreview();
214
550
  }
551
+ description += inlineButtons + messageMedia;
215
552
 
216
553
  return {
217
- title: mediaTag() + messageTitle,
218
- description: fwdFrom() + replyContent() + messageAudioText + messageText + linkPreview() + messageImgs + messageVideos(),
554
+ title: messageTitle,
555
+ description,
219
556
  pubDate,
220
557
  link: item.find('.tgme_widget_message_date').attr('href'),
221
558
  author: item.find('.tgme_widget_message_from_author').text(),
222
559
 
223
- enclosure_url: messageAudioUrl,
224
- enclosure_length: messageAudioDuration(),
560
+ enclosure_url: voiceUrl,
561
+ itunes_duration: voiceDuration(),
225
562
  enclosure_type: 'audio/ogg',
226
563
  };
227
564
  })
228
565
  .get()
566
+ .filter((item) => item)
229
567
  .reverse(),
230
568
  };
231
569
  };