rsshub 1.0.0-master.ff3a9ce → 1.0.0-master.ff3ea5a
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.
Potentially problematic release.
This version of rsshub might be problematic. Click here for more details.
- package/lib/config.ts +38 -0
 - package/lib/errors/index.tsx +3 -2
 - package/lib/middleware/debug.ts +6 -4
 - package/lib/middleware/header.ts +4 -2
 - package/lib/registry.test.ts +24 -1
 - package/lib/registry.ts +40 -11
 - package/lib/router.js +1 -1
 - package/lib/routes/121/namespace.ts +9 -0
 - package/lib/routes/121/templates/description.art +17 -0
 - package/lib/routes/121/weather-live.ts +104 -0
 - package/lib/routes/141jav/index.ts +3 -0
 - package/lib/routes/141ppv/index.ts +3 -0
 - package/lib/routes/163/news/rank.ts +1 -1
 - package/lib/routes/18comic/album.ts +59 -64
 - package/lib/routes/18comic/index.ts +1 -0
 - package/lib/routes/18comic/search.ts +53 -4
 - package/lib/routes/18comic/utils.ts +70 -1
 - package/lib/routes/2048/index.ts +1 -0
 - package/lib/routes/30secondsofcode/utils.ts +0 -1
 - package/lib/routes/6park/index.ts +1 -1
 - package/lib/routes/7mmtv/index.ts +1 -0
 - package/lib/routes/91porn/index.ts +1 -0
 - package/lib/routes/95mm/tab.ts +1 -0
 - package/lib/routes/agefans/detail.ts +1 -1
 - package/lib/routes/aliyun/database-month.ts +1 -1
 - package/lib/routes/anthropic/research.ts +112 -0
 - package/lib/routes/apnews/topics.ts +2 -1
 - package/lib/routes/apnews/utils.ts +1 -1
 - package/lib/routes/apple/design.ts +54 -0
 - package/lib/routes/apple/namespace.ts +1 -1
 - package/lib/routes/aqara/post.ts +1 -1
 - package/lib/routes/augmentcode/blog.ts +161 -0
 - package/lib/routes/augmentcode/namespace.ts +9 -0
 - package/lib/routes/augmentcode/templates/description.art +17 -0
 - package/lib/routes/azul/namespace.ts +9 -0
 - package/lib/routes/azul/packages.ts +105 -0
 - package/lib/routes/banshujiang/index.ts +763 -0
 - package/lib/routes/banshujiang/namespace.ts +9 -0
 - package/lib/routes/banshujiang/templates/description.art +17 -0
 - package/lib/routes/bfl/announcements.ts +1 -1
 - package/lib/routes/bilibili/cache.ts +78 -0
 - package/lib/routes/bilibili/danmaku.ts +1 -1
 - package/lib/routes/bilibili/dynamic.ts +8 -2
 - package/lib/routes/bilibili/video.ts +31 -73
 - package/lib/routes/biquge/index.ts +1 -1
 - package/lib/routes/bsky/keyword.ts +15 -10
 - package/lib/routes/capitalmind/insights.ts +40 -0
 - package/lib/routes/capitalmind/namespace.ts +8 -0
 - package/lib/routes/capitalmind/podcasts.ts +41 -0
 - package/lib/routes/capitalmind/utils.ts +122 -0
 - package/lib/routes/cartoonmad/comic.ts +1 -1
 - package/lib/routes/chikubi/index.ts +1 -0
 - package/lib/routes/chikubi/tag.ts +1 -0
 - package/lib/routes/chocolatey/namespace.ts +9 -0
 - package/lib/routes/chocolatey/packages.ts +122 -0
 - package/lib/routes/cmde/index.ts +1 -1
 - package/lib/routes/cockroachlabs/blog.ts +113 -0
 - package/lib/routes/cockroachlabs/namespace.ts +7 -0
 - package/lib/routes/cool18/index.ts +4 -1
 - package/lib/routes/coomer/index.ts +12 -6
 - package/lib/routes/coomer/namespace.ts +1 -1
 - package/lib/routes/copymanga/comic.ts +7 -9
 - package/lib/routes/css-tricks/articles.ts +48 -0
 - package/lib/routes/css-tricks/collections.ts +62 -0
 - package/lib/routes/css-tricks/namespace.ts +8 -0
 - package/lib/routes/css-tricks/popular.ts +39 -0
 - package/lib/routes/css-tricks/utils.ts +103 -0
 - package/lib/routes/cursor/changelog.ts +26 -17
 - package/lib/routes/cursor/namespace.ts +1 -1
 - package/lib/routes/cw/utils.ts +6 -13
 - package/lib/routes/dealstreetasia/home.ts +1 -1
 - package/lib/routes/dedao/index.ts +3 -3
 - package/lib/routes/deepl/blog.ts +422 -0
 - package/lib/routes/deepl/namespace.ts +9 -0
 - package/lib/routes/deepl/templates/description.art +21 -0
 - package/lib/routes/deeplearning/the-batch.ts +1 -1
 - package/lib/routes/dev.to/guides.ts +100 -0
 - package/lib/routes/dev.to/namespace.ts +8 -0
 - package/lib/routes/dev.to/top.ts +105 -0
 - package/lib/routes/dgut/jwb.ts +73 -0
 - package/lib/routes/dgut/namespace.ts +9 -0
 - package/lib/routes/digitalpolicyalert/activity-tracker.ts +135 -0
 - package/lib/routes/digitalpolicyalert/namespace.ts +9 -0
 - package/lib/routes/dnaindia/common.ts +26 -8
 - package/lib/routes/douban/other/list.ts +3 -3
 - package/lib/routes/e-hentai/index.ts +4 -1
 - package/lib/routes/ehentai/tag.ts +1 -0
 - package/lib/routes/englishhome/index.ts +55 -0
 - package/lib/routes/englishhome/namespace.ts +6 -0
 - package/lib/routes/epicgames/index.ts +2 -2
 - package/lib/routes/espn/news.ts +1 -1
 - package/lib/routes/expats/czech-news.ts +272 -0
 - package/lib/routes/expats/namespace.ts +9 -0
 - package/lib/routes/fanbox/index.ts +1 -0
 - package/lib/routes/fanbox/utils.ts +1 -1
 - package/lib/routes/fansly/tag.ts +1 -0
 - package/lib/routes/fantia/search.ts +1 -1
 - package/lib/routes/fantube/creator.ts +69 -0
 - package/lib/routes/fantube/namespace.ts +7 -0
 - package/lib/routes/fantube/templates/post.art +17 -0
 - package/lib/routes/fantube/types.ts +100 -0
 - package/lib/routes/fantube/utils.ts +268 -0
 - package/lib/routes/follow/profile.ts +1 -1
 - package/lib/routes/followin/news.ts +1 -1
 - package/lib/routes/foresightnews/util.ts +1 -1
 - package/lib/routes/freexcomic/book.ts +4 -1
 - package/lib/routes/gamer/hot.ts +5 -5
 - package/lib/routes/gaoyu/blog.ts +145 -0
 - package/lib/routes/gaoyu/namespace.ts +9 -0
 - package/lib/routes/gaoyu/templates/description.art +7 -0
 - package/lib/routes/geocaching/blogs.ts +2 -2
 - package/lib/routes/github/namespace.ts +1 -1
 - package/lib/routes/github/private-feed.ts +229 -0
 - package/lib/routes/github/star.ts +1 -1
 - package/lib/routes/google/extension.ts +9 -10
 - package/lib/routes/gov/beijing/bphc/index.ts +1 -1
 - package/lib/routes/gov/ccdi/index.ts +1 -1
 - package/lib/routes/gov/chongqing/sydwgkzp.ts +22 -6
 - package/lib/routes/gov/customs/list.ts +1 -1
 - package/lib/routes/gov/general/general.ts +1 -1
 - package/lib/routes/gov/hangzhou/zwfw.ts +1 -1
 - package/lib/routes/gov/pbc/goutongjiaoliu.ts +1 -1
 - package/lib/routes/gov/shenzhen/szlh/index.ts +77 -0
 - package/lib/routes/gov/shenzhen/szlh/namespace.ts +8 -0
 - package/lib/routes/grist/utils.ts +5 -4
 - package/lib/routes/hanime1/search.ts +4 -2
 - package/lib/routes/hellogithub/report.ts +1 -1
 - package/lib/routes/hit/hitgs.ts +240 -54
 - package/lib/routes/hit/templates/description.art +7 -0
 - package/lib/routes/hlju/namespace.ts +8 -0
 - package/lib/routes/hlju/news.ts +141 -0
 - package/lib/routes/hostmonit/cloudflareyes.ts +1 -1
 - package/lib/routes/hotukdeals/index.ts +1 -1
 - package/lib/routes/hyperdash/namespace.ts +7 -0
 - package/lib/routes/hyperdash/templates/description.art +34 -0
 - package/lib/routes/hyperdash/top-traders.ts +84 -0
 - package/lib/routes/hyperdash/utils.ts +49 -0
 - package/lib/routes/hypergryph/arknights/announce.ts +1 -1
 - package/lib/routes/ielts/index.ts +1 -1
 - package/lib/routes/infoq/topic.ts +16 -13
 - package/lib/routes/instagram/web-api/index.ts +17 -13
 - package/lib/routes/instagram/web-api/utils.ts +46 -63
 - package/lib/routes/jamesclear/book-summaries.ts +40 -0
 - package/lib/routes/jamesclear/great-speeches.ts +40 -0
 - package/lib/routes/jamesclear/namespace.ts +8 -0
 - package/lib/routes/jamesclear/quotes.ts +40 -0
 - package/lib/routes/jamesclear/three-two-one.ts +41 -0
 - package/lib/routes/jamesclear/utils.ts +22 -0
 - package/lib/routes/japanpost/utils.ts +2 -2
 - package/lib/routes/javbus/index.ts +3 -0
 - package/lib/routes/javdb/tags.ts +1 -0
 - package/lib/routes/javlibrary/star.ts +1 -0
 - package/lib/routes/javtiful/actress.ts +3 -0
 - package/lib/routes/javtiful/channel.ts +3 -0
 - package/lib/routes/javtrailers/casts.ts +3 -0
 - package/lib/routes/jetbrains/comments.ts +99 -0
 - package/lib/routes/jetbrains/namespace.ts +8 -0
 - package/lib/routes/jimmyspa/books.ts +1 -1
 - package/lib/routes/jimmyspa/news.ts +1 -1
 - package/lib/routes/jpxgmn/tab.ts +3 -0
 - package/lib/routes/kakuyomu/works.ts +3 -0
 - package/lib/routes/kaopu/news.ts +1 -1
 - package/lib/routes/kemono/const.ts +1 -1
 - package/lib/routes/kemono/index.ts +12 -11
 - package/lib/routes/kemono/namespace.ts +1 -1
 - package/lib/routes/kiro/blog.ts +131 -0
 - package/lib/routes/kiro/changelog.ts +128 -0
 - package/lib/routes/kiro/namespace.ts +9 -0
 - package/lib/routes/konachan/post.ts +3 -0
 - package/lib/routes/kovidgoyal/kitty/changelog.ts +83 -0
 - package/lib/routes/kovidgoyal/namespace.ts +7 -0
 - package/lib/routes/kunchengblog/essay.ts +1 -1
 - package/lib/routes/landiannews/category.ts +1 -1
 - package/lib/routes/landiannews/index.ts +1 -1
 - package/lib/routes/landiannews/tag.ts +1 -1
 - package/lib/routes/line/utils.ts +1 -1
 - package/lib/routes/lineageos/changes.ts +79 -0
 - package/lib/routes/lineageos/namespace.ts +9 -0
 - package/lib/routes/linkedin/cn/renderer.ts +1 -1
 - package/lib/routes/liquipedia/cs-matches.ts +42 -14
 - package/lib/routes/literotica/new.ts +1 -0
 - package/lib/routes/lofter/tag.ts +27 -3
 - package/lib/routes/makerworld/contest.ts +51 -0
 - package/lib/routes/makerworld/namespace.ts +7 -0
 - package/lib/routes/makerworld/trending.ts +45 -0
 - package/lib/routes/makerworld/user-upload.ts +54 -0
 - package/lib/routes/makerworld/utils.ts +18 -0
 - package/lib/routes/manhuagui/comic.ts +1 -1
 - package/lib/routes/manus/blog.ts +77 -0
 - package/lib/routes/manus/namespace.ts +7 -0
 - package/lib/routes/mastodon/tag.ts +48 -0
 - package/lib/routes/mathpix/blog.ts +155 -0
 - package/lib/routes/mathpix/namespace.ts +9 -0
 - package/lib/routes/mathpix/templates/description.art +21 -0
 - package/lib/routes/mckinsey/cn/category-map.ts +9 -15
 - package/lib/routes/mckinsey/cn/index.ts +77 -40
 - package/lib/routes/melonbooks/search.ts +1 -0
 - package/lib/routes/metacritic/index.ts +2 -2
 - package/lib/routes/meteoblue/namespace.ts +8 -0
 - package/lib/routes/meteoblue/weathernews.ts +75 -0
 - package/lib/routes/meteor/index.ts +1 -1
 - package/lib/routes/microsoft/addon.ts +7 -9
 - package/lib/routes/mihoyo/zzz/news.ts +106 -0
 - package/lib/routes/missav/new.ts +2 -1
 - package/lib/routes/mit/hanlab.ts +61 -0
 - package/lib/routes/mit/namespace.ts +6 -0
 - package/lib/routes/mittrchina/index.ts +3 -3
 - package/lib/routes/mixcloud/config.ts +129 -0
 - package/lib/routes/mixcloud/index.ts +163 -107
 - package/lib/routes/mixcloud/user-playlist.ts +31 -0
 - package/lib/routes/mixi2/community.ts +72 -0
 - package/lib/routes/mixi2/discovery.ts +52 -0
 - package/lib/routes/mixi2/home.ts +51 -0
 - package/lib/routes/mixi2/namespace.ts +8 -0
 - package/lib/routes/mixi2/user.ts +77 -0
 - package/lib/routes/mixi2/utils.ts +56 -0
 - package/lib/routes/modelscope/learn.ts +94 -0
 - package/lib/routes/moodysmismicrosite/report.ts +1 -1
 - package/lib/routes/musify/index.ts +130 -0
 - package/lib/routes/musify/namespace.ts +9 -0
 - package/lib/routes/musikguru/namespace.ts +9 -0
 - package/lib/routes/musikguru/news.ts +146 -0
 - package/lib/routes/musikguru/templates/description.art +21 -0
 - package/lib/routes/myfans/post.ts +1 -0
 - package/lib/routes/nankai/cc-notice.ts +114 -0
 - package/lib/routes/nankai/jwc.ts +131 -0
 - package/lib/routes/nankai/namespace.ts +7 -0
 - package/lib/routes/nankai/notice.ts +84 -0
 - package/lib/routes/nankai/yzb.ts +97 -0
 - package/lib/routes/neu/yz.ts +172 -0
 - package/lib/routes/newslaundry/explainer.ts +30 -0
 - package/lib/routes/newslaundry/namespace.ts +8 -0
 - package/lib/routes/newslaundry/nl-cheatsheet.ts +30 -0
 - package/lib/routes/newslaundry/nl-collaborations.ts +30 -0
 - package/lib/routes/newslaundry/podcast.ts +61 -0
 - package/lib/routes/newslaundry/reports.ts +30 -0
 - package/lib/routes/newslaundry/shot.ts +30 -0
 - package/lib/routes/newslaundry/subscriber-only.ts +30 -0
 - package/lib/routes/newslaundry/templates/description.art +28 -0
 - package/lib/routes/newslaundry/utils.ts +108 -0
 - package/lib/routes/newswav/latest.ts +100 -0
 - package/lib/routes/newswav/namespace.ts +7 -0
 - package/lib/routes/nhentai/index.ts +1 -0
 - package/lib/routes/nifd/research.ts +16 -0
 - package/lib/routes/nio/namespace.ts +9 -0
 - package/lib/routes/nio/nioradio.ts +75 -0
 - package/lib/routes/njust/cs.ts +58 -0
 - package/lib/routes/njust/utils.ts +1 -1
 - package/lib/routes/ntdm/video.ts +1 -1
 - package/lib/routes/nuaa/utils/pypasswaf.ts +1 -1
 - package/lib/routes/oilchem/index.ts +1 -1
 - package/lib/routes/oncc/money18.ts +1 -1
 - package/lib/routes/openai/cookbook.ts +1 -1
 - package/lib/routes/paulgraham/article.ts +2 -2
 - package/lib/routes/picuki/profile.ts +4 -0
 - package/lib/routes/pixiv/bookmarks.ts +1 -1
 - package/lib/routes/pixiv/novel-api/series/sfw.ts +1 -1
 - package/lib/routes/pixiv/novels.ts +2 -2
 - package/lib/routes/pixiv/user.ts +1 -1
 - package/lib/routes/playno1/av.ts +1 -0
 - package/lib/routes/pornhub/model.ts +3 -7
 - package/lib/routes/pornhub/pornstar.ts +2 -7
 - package/lib/routes/pornhub/users.ts +2 -7
 - package/lib/routes/pornhub/utils.ts +12 -1
 - package/lib/routes/qingting/podcast.ts +2 -1
 - package/lib/routes/qipamaijia/index.ts +1 -0
 - package/lib/routes/questmobile/report.ts +1 -1
 - package/lib/routes/railway/index.ts +73 -0
 - package/lib/routes/railway/namespace.ts +8 -0
 - package/lib/routes/reuters/common.ts +0 -3
 - package/lib/routes/rockthejvm/articles.ts +167 -0
 - package/lib/routes/rockthejvm/namespace.ts +9 -0
 - package/lib/routes/rockthejvm/templates/description.art +7 -0
 - package/lib/routes/samrdprc/namespace.ts +7 -0
 - package/lib/routes/samrdprc/news.ts +79 -0
 - package/lib/routes/sankei/namespace.ts +7 -0
 - package/lib/routes/sankei/news.ts +68 -0
 - package/lib/routes/sankei/topics.ts +71 -0
 - package/lib/routes/sciencenet/user.ts +1 -1
 - package/lib/routes/scoop/apps.ts +188 -0
 - package/lib/routes/scoop/namespace.ts +9 -0
 - package/lib/routes/scoop/templates/description.art +56 -0
 - package/lib/routes/scpta/namespace.ts +8 -0
 - package/lib/routes/scpta/news.ts +101 -0
 - package/lib/routes/seekingalpha/index.ts +1 -1
 - package/lib/routes/sehuatang/index.ts +29 -31
 - package/lib/routes/setn/index.ts +11 -2
 - package/lib/routes/seu/cyber/index.ts +78 -0
 - package/lib/routes/sicau/jiaowu.ts +42 -34
 - package/lib/routes/sis001/forum.ts +1 -0
 - package/lib/routes/sjtu/seiee/icisee.ts +67 -0
 - package/lib/routes/sketis/isabelle-dev/blog/index.ts +1 -1
 - package/lib/routes/smartlink/index.ts +13 -3
 - package/lib/routes/sohu/mp.ts +17 -6
 - package/lib/routes/sotwe/namespace.ts +1 -0
 - package/lib/routes/sotwe/user.ts +98 -0
 - package/lib/routes/spankbang/new-videos.ts +1 -0
 - package/lib/routes/spglobal/ratings.ts +1 -1
 - package/lib/routes/stanford/blog.ts +77 -0
 - package/lib/routes/stanford/namespace.ts +7 -0
 - package/lib/routes/syosetu/index.ts +1 -1
 - package/lib/routes/t66y/index.ts +1 -0
 - package/lib/routes/taobao/mysql.ts +157 -0
 - package/lib/routes/taobao/namespace.ts +2 -2
 - package/lib/routes/techcrunch/category.ts +48 -0
 - package/lib/routes/telegram/channel.ts +2 -2
 - package/lib/routes/tesla/cx.ts +1 -1
 - package/lib/routes/test/index.ts +1 -1
 - package/lib/routes/themoviedb/episodes.ts +1 -1
 - package/lib/routes/thewirehindi/category.ts +78 -0
 - package/lib/routes/thewirehindi/index.ts +43 -0
 - package/lib/routes/thewirehindi/namespace.ts +7 -0
 - package/lib/routes/thewirehindi/templates/description.art +9 -0
 - package/lib/routes/thewirehindi/utils.ts +33 -0
 - package/lib/routes/threads/utils.ts +2 -2
 - package/lib/routes/tidb/blog.ts +314 -0
 - package/lib/routes/tidb/namespace.ts +9 -0
 - package/lib/routes/tumblr/namespace.ts +17 -0
 - package/lib/routes/tumblr/posts.ts +74 -0
 - package/lib/routes/tumblr/utils.ts +110 -0
 - package/lib/routes/tver/namespace.ts +7 -0
 - package/lib/routes/tver/series.ts +98 -0
 - package/lib/routes/twitter/api/web-api/login.ts +1 -3
 - package/lib/routes/twitter/api/web-api/utils.ts +23 -1
 - package/lib/routes/twitter/utils.ts +21 -21
 - package/lib/routes/udn/breaking-news.ts +2 -2
 - package/lib/routes/uestc/auto.ts +1 -1
 - package/lib/routes/uestc/cqe.ts +1 -1
 - package/lib/routes/uestc/scse.ts +1 -1
 - package/lib/routes/uestc/sice.ts +1 -1
 - package/lib/routes/uestc/sise.ts +1 -1
 - package/lib/routes/upc/jwc.ts +32 -46
 - package/lib/routes/uptimerobot/rss.ts +1 -1
 - package/lib/routes/visionias/daily-news-summary.ts +65 -0
 - package/lib/routes/visionias/monthly-magazine.ts +68 -0
 - package/lib/routes/visionias/news-today.ts +3 -13
 - package/lib/routes/visionias/utils.ts +5 -5
 - package/lib/routes/visionias/weekly-focus.ts +2 -2
 - package/lib/routes/wdfxw/bookfree.ts +528 -0
 - package/lib/routes/wdfxw/namespace.ts +8 -0
 - package/lib/routes/wdfxw/templates/description.art +13 -0
 - package/lib/routes/whu/swrh.ts +1 -1
 - package/lib/routes/windsurf/blog.ts +118 -0
 - package/lib/routes/windsurf/changelog.ts +100 -0
 - package/lib/routes/windsurf/namespace.ts +9 -0
 - package/lib/routes/windsurf/templates/description.art +21 -0
 - package/lib/routes/x6d/index.ts +1 -1
 - package/lib/routes/xbookcn/blog.ts +1 -0
 - package/lib/routes/xiaohongshu/util.ts +1 -3
 - package/lib/routes/xiaoyuzhou/pickup.ts +1 -1
 - package/lib/routes/ximalaya/album.ts +32 -70
 - package/lib/routes/ximalaya/types.ts +48 -0
 - package/lib/routes/ximalaya/utils.ts +9 -7
 - package/lib/routes/xmanhua/index.ts +1 -0
 - package/lib/routes/xueqiu/cookies.ts +1 -1
 - package/lib/routes/xueqiu/user.ts +1 -1
 - package/lib/routes/xwenming/index.ts +184 -0
 - package/lib/routes/xwenming/namespace.ts +9 -0
 - package/lib/routes/yahoo/news/utils.ts +1 -1
 - package/lib/routes/yande/post.ts +3 -0
 - package/lib/routes/ymgal/game.ts +1 -0
 - package/lib/routes/youtube/api/google.ts +27 -0
 - package/lib/routes/youtube/api/youtubei.ts +70 -20
 - package/lib/routes/youtube/community.ts +3 -1
 - package/lib/routes/youtube/utils.ts +16 -14
 - package/lib/routes/zaobao/util.ts +8 -5
 - package/lib/routes/zhihu/activities.ts +3 -0
 - package/lib/routes/zhihu/execlib/x-zse-96-v3.ts +5 -5
 - package/lib/routes/zhizhuan100/namespace.ts +7 -0
 - package/lib/routes/zhizhuan100/report.ts +79 -0
 - package/lib/routes/zimuxia/portfolio.ts +1 -1
 - package/lib/routes/zju/sis/index.ts +161 -0
 - package/lib/server.ts +5 -0
 - package/lib/types.ts +58 -54
 - package/lib/utils/helpers.ts +1 -1
 - package/lib/utils/logger.ts +1 -1
 - package/lib/utils/proxy/index.ts +102 -18
 - package/lib/utils/proxy/multi-proxy.ts +139 -0
 - package/lib/utils/proxy/unify-proxy.ts +3 -1
 - package/lib/utils/puppeteer-utils.test.ts +1 -1
 - package/lib/utils/puppeteer.test.ts +14 -27
 - package/lib/utils/puppeteer.ts +51 -37
 - package/lib/utils/readable-social.test.ts +65 -0
 - package/lib/utils/readable-social.ts +15 -1
 - package/lib/utils/request-rewriter/fetch.ts +42 -4
 - package/package.json +54 -56
 - package/lib/routes/mixcloud/queries.ts +0 -2274
 - package/lib/routes-deprecated/dev.to/top.js +0 -40
 
| 
         @@ -0,0 +1,99 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { Route } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import ofetch from '@/utils/ofetch';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import MarkdownIt from 'markdown-it';
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            const md = MarkdownIt({ html: true });
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            const rootUrl = 'https://youtrack.jetbrains.com';
         
     | 
| 
      
 9 
     | 
    
         
            +
            const apiUrl = `${rootUrl}/api`;
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            const ACTIVITY_CATEGORIES = 'IssueCreatedCategory,CommentsCategory';
         
     | 
| 
      
 12 
     | 
    
         
            +
            const ACTIVITY_FIELDS = 'activities(author(name),category(id),id,issue(description),timestamp,added(author(name),created,id,text,usesMarkdown))';
         
     | 
| 
      
 13 
     | 
    
         
            +
            const ISSUE_FIELDS = 'summary';
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 16 
     | 
    
         
            +
                path: '/youtrack/comments/:issueId',
         
     | 
| 
      
 17 
     | 
    
         
            +
                categories: ['programming'],
         
     | 
| 
      
 18 
     | 
    
         
            +
                example: '/jetbrains/youtrack/comments/IJPL-174543',
         
     | 
| 
      
 19 
     | 
    
         
            +
                parameters: {
         
     | 
| 
      
 20 
     | 
    
         
            +
                    issueId: 'Issue ID (e.g., IJPL-174543)',
         
     | 
| 
      
 21 
     | 
    
         
            +
                },
         
     | 
| 
      
 22 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 23 
     | 
    
         
            +
                    {
         
     | 
| 
      
 24 
     | 
    
         
            +
                        source: ['youtrack.jetbrains.com/issue/:issueId'],
         
     | 
| 
      
 25 
     | 
    
         
            +
                        target: '/youtrack/comments/:issueId',
         
     | 
| 
      
 26 
     | 
    
         
            +
                    },
         
     | 
| 
      
 27 
     | 
    
         
            +
                ],
         
     | 
| 
      
 28 
     | 
    
         
            +
                name: 'YouTrack Issue Comments',
         
     | 
| 
      
 29 
     | 
    
         
            +
                maintainers: ['NekoAria'],
         
     | 
| 
      
 30 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 31 
     | 
    
         
            +
            };
         
     | 
| 
      
 32 
     | 
    
         
            +
             
     | 
| 
      
 33 
     | 
    
         
            +
            function processIssueCreated(activity, issueId) {
         
     | 
| 
      
 34 
     | 
    
         
            +
                const description = md.render(activity.issue.description);
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
                return {
         
     | 
| 
      
 37 
     | 
    
         
            +
                    title: `${activity.author.name} created issue ${issueId}`,
         
     | 
| 
      
 38 
     | 
    
         
            +
                    author: activity.author.name,
         
     | 
| 
      
 39 
     | 
    
         
            +
                    pubDate: parseDate(activity.timestamp),
         
     | 
| 
      
 40 
     | 
    
         
            +
                    link: `${rootUrl}/issue/${issueId}#focus=Comments-${activity.id}`,
         
     | 
| 
      
 41 
     | 
    
         
            +
                    description,
         
     | 
| 
      
 42 
     | 
    
         
            +
                    guid: `${issueId}-comment-${activity.id}`,
         
     | 
| 
      
 43 
     | 
    
         
            +
                };
         
     | 
| 
      
 44 
     | 
    
         
            +
            }
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
            function processComment(activity, issueId) {
         
     | 
| 
      
 47 
     | 
    
         
            +
                const comment = activity.added[0];
         
     | 
| 
      
 48 
     | 
    
         
            +
                const author = comment.author || activity.author;
         
     | 
| 
      
 49 
     | 
    
         
            +
                const description = comment.usesMarkdown ? md.render(comment.text) : comment.text;
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
                return {
         
     | 
| 
      
 52 
     | 
    
         
            +
                    title: `${author.name} commented on ${issueId}`,
         
     | 
| 
      
 53 
     | 
    
         
            +
                    author: author.name,
         
     | 
| 
      
 54 
     | 
    
         
            +
                    pubDate: parseDate(comment.created || activity.timestamp),
         
     | 
| 
      
 55 
     | 
    
         
            +
                    link: `${rootUrl}/issue/${issueId}#focus=Comments-${activity.id}`,
         
     | 
| 
      
 56 
     | 
    
         
            +
                    description,
         
     | 
| 
      
 57 
     | 
    
         
            +
                    guid: `${issueId}-comment-${activity.id}`,
         
     | 
| 
      
 58 
     | 
    
         
            +
                };
         
     | 
| 
      
 59 
     | 
    
         
            +
            }
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
            function processActivity(activity, issueId) {
         
     | 
| 
      
 62 
     | 
    
         
            +
                switch (activity.category.id) {
         
     | 
| 
      
 63 
     | 
    
         
            +
                    case 'IssueCreatedCategory':
         
     | 
| 
      
 64 
     | 
    
         
            +
                        return processIssueCreated(activity, issueId);
         
     | 
| 
      
 65 
     | 
    
         
            +
                    case 'CommentsCategory':
         
     | 
| 
      
 66 
     | 
    
         
            +
                        return processComment(activity, issueId);
         
     | 
| 
      
 67 
     | 
    
         
            +
                    default:
         
     | 
| 
      
 68 
     | 
    
         
            +
                        return null;
         
     | 
| 
      
 69 
     | 
    
         
            +
                }
         
     | 
| 
      
 70 
     | 
    
         
            +
            }
         
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
            async function handler(ctx) {
         
     | 
| 
      
 73 
     | 
    
         
            +
                const issueId = ctx.req.param('issueId');
         
     | 
| 
      
 74 
     | 
    
         
            +
                const limit = ctx.req.query('limit') ? Number.parseInt(ctx.req.query('limit')) : 100;
         
     | 
| 
      
 75 
     | 
    
         
            +
             
     | 
| 
      
 76 
     | 
    
         
            +
                const issueInfo = await ofetch(`${apiUrl}/issues/${issueId}`, {
         
     | 
| 
      
 77 
     | 
    
         
            +
                    query: { fields: ISSUE_FIELDS },
         
     | 
| 
      
 78 
     | 
    
         
            +
                });
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
                const response = await ofetch(`${apiUrl}/issues/${issueId}/activitiesPage`, {
         
     | 
| 
      
 81 
     | 
    
         
            +
                    query: {
         
     | 
| 
      
 82 
     | 
    
         
            +
                        categories: ACTIVITY_CATEGORIES,
         
     | 
| 
      
 83 
     | 
    
         
            +
                        fields: ACTIVITY_FIELDS,
         
     | 
| 
      
 84 
     | 
    
         
            +
                    },
         
     | 
| 
      
 85 
     | 
    
         
            +
                });
         
     | 
| 
      
 86 
     | 
    
         
            +
             
     | 
| 
      
 87 
     | 
    
         
            +
                const items = response.activities
         
     | 
| 
      
 88 
     | 
    
         
            +
                    .map((activity) => processActivity(activity, issueId))
         
     | 
| 
      
 89 
     | 
    
         
            +
                    .filter((item) => item !== null)
         
     | 
| 
      
 90 
     | 
    
         
            +
                    .sort((a, b) => new Date(b.pubDate).getTime() - new Date(a.pubDate).getTime())
         
     | 
| 
      
 91 
     | 
    
         
            +
                    .slice(0, limit);
         
     | 
| 
      
 92 
     | 
    
         
            +
             
     | 
| 
      
 93 
     | 
    
         
            +
                return {
         
     | 
| 
      
 94 
     | 
    
         
            +
                    title: `YouTrack ${issueId} - ${issueInfo.summary}`,
         
     | 
| 
      
 95 
     | 
    
         
            +
                    link: `${rootUrl}/issue/${issueId}`,
         
     | 
| 
      
 96 
     | 
    
         
            +
                    description: `Comments and activities for YouTrack issue ${issueId}`,
         
     | 
| 
      
 97 
     | 
    
         
            +
                    item: items,
         
     | 
| 
      
 98 
     | 
    
         
            +
                };
         
     | 
| 
      
 99 
     | 
    
         
            +
            }
         
     | 
    
        package/lib/routes/jpxgmn/tab.ts
    CHANGED
    
    
| 
         @@ -58,8 +58,10 @@ async function handler(ctx: Context): Promise<Data> { 
     | 
|
| 
       58 
58 
     | 
    
         
             
                                const description = $('.widget-episodeBody').html();
         
     | 
| 
       59 
59 
     | 
    
         
             
                                return {
         
     | 
| 
       60 
60 
     | 
    
         
             
                                    title: item.title,
         
     | 
| 
      
 61 
     | 
    
         
            +
                                    link: episodeUrl,
         
     | 
| 
       61 
62 
     | 
    
         
             
                                    description,
         
     | 
| 
       62 
63 
     | 
    
         
             
                                    pubDate: parseDate(item.publishedAt),
         
     | 
| 
      
 64 
     | 
    
         
            +
                                    guid: item.id,
         
     | 
| 
       63 
65 
     | 
    
         
             
                                };
         
     | 
| 
       64 
66 
     | 
    
         
             
                            });
         
     | 
| 
       65 
67 
     | 
    
         
             
                        })
         
     | 
| 
         @@ -67,6 +69,7 @@ async function handler(ctx: Context): Promise<Data> { 
     | 
|
| 
       67 
69 
     | 
    
         | 
| 
       68 
70 
     | 
    
         
             
                return {
         
     | 
| 
       69 
71 
     | 
    
         
             
                    title,
         
     | 
| 
      
 72 
     | 
    
         
            +
                    link: url,
         
     | 
| 
       70 
73 
     | 
    
         
             
                    description: catchphrase,
         
     | 
| 
       71 
74 
     | 
    
         
             
                    item: items,
         
     | 
| 
       72 
75 
     | 
    
         
             
                };
         
     | 
    
        package/lib/routes/kaopu/news.ts
    CHANGED
    
    | 
         @@ -28,7 +28,7 @@ async function handler(ctx) { 
     | 
|
| 
       28 
28 
     | 
    
         
             
                const rootUrl = 'https://kaopu.news';
         
     | 
| 
       29 
29 
     | 
    
         
             
                const currentUrl = `${rootUrl}/${language === 'zh-hant' ? 'zh-hant' : 'index'}.html`;
         
     | 
| 
       30 
30 
     | 
    
         
             
                // API PATH: https://kaopucdn.azureedge.net/jsondata/news_list_beta_hans_0.json
         
     | 
| 
       31 
     | 
    
         
            -
                const apiUrl = `https:// 
     | 
| 
      
 31 
     | 
    
         
            +
                const apiUrl = `https://kaopustorage.blob.core.windows.net/jsondata/news_list_beta_han${language === 'zh-hant' ? 't' : 's'}_0.json`;
         
     | 
| 
       32 
32 
     | 
    
         | 
| 
       33 
33 
     | 
    
         
             
                const response = await got({
         
     | 
| 
       34 
34 
     | 
    
         
             
                    method: 'get',
         
     | 
| 
         @@ -25,23 +25,24 @@ export const route: Route = { 
     | 
|
| 
       25 
25 
     | 
    
         
             
                    supportBT: false,
         
     | 
| 
       26 
26 
     | 
    
         
             
                    supportPodcast: false,
         
     | 
| 
       27 
27 
     | 
    
         
             
                    supportScihub: false,
         
     | 
| 
      
 28 
     | 
    
         
            +
                    nsfw: true,
         
     | 
| 
       28 
29 
     | 
    
         
             
                },
         
     | 
| 
       29 
30 
     | 
    
         
             
                radar: [
         
     | 
| 
       30 
31 
     | 
    
         
             
                    {
         
     | 
| 
       31 
     | 
    
         
            -
                        source: ['kemono. 
     | 
| 
       32 
     | 
    
         
            -
                        target: ' 
     | 
| 
      
 32 
     | 
    
         
            +
                        source: ['kemono.cr/'],
         
     | 
| 
      
 33 
     | 
    
         
            +
                        target: '',
         
     | 
| 
       33 
34 
     | 
    
         
             
                    },
         
     | 
| 
       34 
35 
     | 
    
         
             
                    {
         
     | 
| 
       35 
     | 
    
         
            -
                        source: ['kemono. 
     | 
| 
       36 
     | 
    
         
            -
                        target: ' 
     | 
| 
      
 36 
     | 
    
         
            +
                        source: ['kemono.cr/:source/user/:id'],
         
     | 
| 
      
 37 
     | 
    
         
            +
                        target: '/:source/:id',
         
     | 
| 
       37 
38 
     | 
    
         
             
                    },
         
     | 
| 
       38 
39 
     | 
    
         
             
                    {
         
     | 
| 
       39 
     | 
    
         
            -
                        source: ['kemono. 
     | 
| 
       40 
     | 
    
         
            -
                        target: ' 
     | 
| 
      
 40 
     | 
    
         
            +
                        source: ['kemono.cr/:source/user/:id/announcements'],
         
     | 
| 
      
 41 
     | 
    
         
            +
                        target: '/:source/:id/announcements',
         
     | 
| 
       41 
42 
     | 
    
         
             
                    },
         
     | 
| 
       42 
43 
     | 
    
         
             
                    {
         
     | 
| 
       43 
     | 
    
         
            -
                        source: ['kemono. 
     | 
| 
       44 
     | 
    
         
            -
                        target: ' 
     | 
| 
      
 44 
     | 
    
         
            +
                        source: ['kemono.cr/:source/user/:id/fancards'],
         
     | 
| 
      
 45 
     | 
    
         
            +
                        target: '/:source/:id/fancards',
         
     | 
| 
       45 
46 
     | 
    
         
             
                    },
         
     | 
| 
       46 
47 
     | 
    
         
             
                ],
         
     | 
| 
       47 
48 
     | 
    
         
             
                name: 'Posts',
         
     | 
| 
         @@ -93,7 +94,7 @@ function buildApiUrl(source: string, userId?: string, contentType?: string): str 
     | 
|
| 
       93 
94 
     | 
    
         
             
                }
         
     | 
| 
       94 
95 
     | 
    
         | 
| 
       95 
96 
     | 
    
         
             
                const basePath = `${KEMONO_API_URL}/${source}/user/${userId}`;
         
     | 
| 
       96 
     | 
    
         
            -
                return contentType ? `${basePath}/${contentType}` : basePath 
     | 
| 
      
 97 
     | 
    
         
            +
                return contentType ? `${basePath}/${contentType}` : `${basePath}/posts`;
         
     | 
| 
       97 
98 
     | 
    
         
             
            }
         
     | 
| 
       98 
99 
     | 
    
         | 
| 
       99 
100 
     | 
    
         
             
            function buildFrontendUrl(source: string, userId?: string, contentType?: string): string {
         
     | 
| 
         @@ -274,7 +275,7 @@ function processPosts(posts: KemonoPost[], authorName: string, limit: number) { 
     | 
|
| 
       274 
275 
     | 
    
         
             
                            description,
         
     | 
| 
       275 
276 
     | 
    
         
             
                            author: authorName,
         
     | 
| 
       276 
277 
     | 
    
         
             
                            pubDate: parseDate(post.published),
         
     | 
| 
       277 
     | 
    
         
            -
                            guid:  
     | 
| 
      
 278 
     | 
    
         
            +
                            guid: `kemono:${post.service}:${post.user}:post:${post.id}`,
         
     | 
| 
       278 
279 
     | 
    
         
             
                            link: `${KEMONO_ROOT_URL}/${post.service}/user/${post.user}/post/${post.id}`,
         
     | 
| 
       279 
280 
     | 
    
         
             
                            ...generateEnclosureInfo(description),
         
     | 
| 
       280 
281 
     | 
    
         
             
                        };
         
     | 
| 
         @@ -298,7 +299,7 @@ async function handler(ctx) { 
     | 
|
| 
       298 
299 
     | 
    
         | 
| 
       299 
300 
     | 
    
         
             
                    const authorName = isPostsMode || isDiscordMode || !userId ? '' : await fetchUserProfile(source, userId);
         
     | 
| 
       300 
301 
     | 
    
         | 
| 
       301 
     | 
    
         
            -
                    const iconUrl = isPostsMode || isDiscordMode ? `${KEMONO_ROOT_URL}/favicon.ico` : `https://img.kemono. 
     | 
| 
      
 302 
     | 
    
         
            +
                    const iconUrl = isPostsMode || isDiscordMode ? `${KEMONO_ROOT_URL}/favicon.ico` : `https://img.kemono.cr/icons/${source}/${userId}`;
         
     | 
| 
       302 
303 
     | 
    
         | 
| 
       303 
304 
     | 
    
         
             
                    let items: any[];
         
     | 
| 
       304 
305 
     | 
    
         
             
                    let title: string;
         
     | 
| 
         @@ -0,0 +1,131 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { type Data, type DataItem, type Route, ViewType } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            import cache from '@/utils/cache';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import ofetch from '@/utils/ofetch';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            import { type CheerioAPI, type Cheerio, load } from 'cheerio';
         
     | 
| 
      
 8 
     | 
    
         
            +
            import type { Element } from 'domhandler';
         
     | 
| 
      
 9 
     | 
    
         
            +
            import { type Context } from 'hono';
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            export const handler = async (ctx: Context): Promise<Data> => {
         
     | 
| 
      
 12 
     | 
    
         
            +
                const limit: number = Number.parseInt(ctx.req.query('limit') ?? '30', 10);
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
                const baseUrl: string = 'https://kiro.dev';
         
     | 
| 
      
 15 
     | 
    
         
            +
                const targetUrl: string = new URL('blog/', baseUrl).href;
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
                const response = await ofetch(targetUrl);
         
     | 
| 
      
 18 
     | 
    
         
            +
                const $: CheerioAPI = load(response);
         
     | 
| 
      
 19 
     | 
    
         
            +
                const language = $('html').attr('lang') ?? 'en';
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
                let items: DataItem[] = [];
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
                items = $('main a.group')
         
     | 
| 
      
 24 
     | 
    
         
            +
                    .slice(0, limit)
         
     | 
| 
      
 25 
     | 
    
         
            +
                    .toArray()
         
     | 
| 
      
 26 
     | 
    
         
            +
                    .map((el): Element => {
         
     | 
| 
      
 27 
     | 
    
         
            +
                        const $el: Cheerio<Element> = $(el);
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
                        const title: string = $el.find('h4').text();
         
     | 
| 
      
 30 
     | 
    
         
            +
                        const pubDateStr: string | undefined = $el.find('time').text();
         
     | 
| 
      
 31 
     | 
    
         
            +
                        const linkUrl: string | undefined = $el.attr('href');
         
     | 
| 
      
 32 
     | 
    
         
            +
                        const upDatedStr: string | undefined = pubDateStr;
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
                        const processedItem: DataItem = {
         
     | 
| 
      
 35 
     | 
    
         
            +
                            title,
         
     | 
| 
      
 36 
     | 
    
         
            +
                            pubDate: pubDateStr ? parseDate(pubDateStr) : undefined,
         
     | 
| 
      
 37 
     | 
    
         
            +
                            link: linkUrl ? new URL(linkUrl, baseUrl).href : undefined,
         
     | 
| 
      
 38 
     | 
    
         
            +
                            updated: upDatedStr ? parseDate(upDatedStr) : undefined,
         
     | 
| 
      
 39 
     | 
    
         
            +
                            language,
         
     | 
| 
      
 40 
     | 
    
         
            +
                        };
         
     | 
| 
      
 41 
     | 
    
         
            +
             
     | 
| 
      
 42 
     | 
    
         
            +
                        return processedItem;
         
     | 
| 
      
 43 
     | 
    
         
            +
                    });
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
                items = await Promise.all(
         
     | 
| 
      
 46 
     | 
    
         
            +
                    items.map((item) => {
         
     | 
| 
      
 47 
     | 
    
         
            +
                        if (!item.link) {
         
     | 
| 
      
 48 
     | 
    
         
            +
                            return item;
         
     | 
| 
      
 49 
     | 
    
         
            +
                        }
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
                        return cache.tryGet(item.link, async (): Promise<DataItem> => {
         
     | 
| 
      
 52 
     | 
    
         
            +
                            const detailResponse = await ofetch(item.link);
         
     | 
| 
      
 53 
     | 
    
         
            +
                            const $$: CheerioAPI = load(detailResponse);
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
                            const title: string = $$('header h1').text();
         
     | 
| 
      
 56 
     | 
    
         
            +
                            const description: string | undefined = $$('div.prose').html() ?? undefined;
         
     | 
| 
      
 57 
     | 
    
         
            +
                            const pubDateStr: string | undefined = $$('time').text();
         
     | 
| 
      
 58 
     | 
    
         
            +
                            const authorEl: Cheerio<Element> = $$('img.aspect-square').parent().parent();
         
     | 
| 
      
 59 
     | 
    
         
            +
                            const authors: DataItem['author'] = [
         
     | 
| 
      
 60 
     | 
    
         
            +
                                {
         
     | 
| 
      
 61 
     | 
    
         
            +
                                    name: authorEl.find('p').first().text(),
         
     | 
| 
      
 62 
     | 
    
         
            +
                                    url: undefined,
         
     | 
| 
      
 63 
     | 
    
         
            +
                                    avatar: authorEl.find('img').attr('src'),
         
     | 
| 
      
 64 
     | 
    
         
            +
                                },
         
     | 
| 
      
 65 
     | 
    
         
            +
                            ];
         
     | 
| 
      
 66 
     | 
    
         
            +
                            const image: string | undefined = $$('meta[property="og:image"]').attr('content');
         
     | 
| 
      
 67 
     | 
    
         
            +
                            const upDatedStr: string | undefined = pubDateStr;
         
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
                            const processedItem: DataItem = {
         
     | 
| 
      
 70 
     | 
    
         
            +
                                title,
         
     | 
| 
      
 71 
     | 
    
         
            +
                                description,
         
     | 
| 
      
 72 
     | 
    
         
            +
                                pubDate: pubDateStr ? parseDate(pubDateStr) : item.pubDate,
         
     | 
| 
      
 73 
     | 
    
         
            +
                                author: authors,
         
     | 
| 
      
 74 
     | 
    
         
            +
                                content: {
         
     | 
| 
      
 75 
     | 
    
         
            +
                                    html: description,
         
     | 
| 
      
 76 
     | 
    
         
            +
                                    text: description,
         
     | 
| 
      
 77 
     | 
    
         
            +
                                },
         
     | 
| 
      
 78 
     | 
    
         
            +
                                image,
         
     | 
| 
      
 79 
     | 
    
         
            +
                                banner: image,
         
     | 
| 
      
 80 
     | 
    
         
            +
                                updated: upDatedStr ? parseDate(upDatedStr) : item.updated,
         
     | 
| 
      
 81 
     | 
    
         
            +
                                language,
         
     | 
| 
      
 82 
     | 
    
         
            +
                            };
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
                            return {
         
     | 
| 
      
 85 
     | 
    
         
            +
                                ...item,
         
     | 
| 
      
 86 
     | 
    
         
            +
                                ...processedItem,
         
     | 
| 
      
 87 
     | 
    
         
            +
                            };
         
     | 
| 
      
 88 
     | 
    
         
            +
                        });
         
     | 
| 
      
 89 
     | 
    
         
            +
                    })
         
     | 
| 
      
 90 
     | 
    
         
            +
                );
         
     | 
| 
      
 91 
     | 
    
         
            +
             
     | 
| 
      
 92 
     | 
    
         
            +
                return {
         
     | 
| 
      
 93 
     | 
    
         
            +
                    title: $('title').text(),
         
     | 
| 
      
 94 
     | 
    
         
            +
                    description: $('meta[property="og:description"]').attr('content'),
         
     | 
| 
      
 95 
     | 
    
         
            +
                    link: targetUrl,
         
     | 
| 
      
 96 
     | 
    
         
            +
                    item: items,
         
     | 
| 
      
 97 
     | 
    
         
            +
                    allowEmpty: true,
         
     | 
| 
      
 98 
     | 
    
         
            +
                    image: $('meta[property="og:image"]').attr('content'),
         
     | 
| 
      
 99 
     | 
    
         
            +
                    author: $('meta[property="og:site_name"]').attr('content'),
         
     | 
| 
      
 100 
     | 
    
         
            +
                    language,
         
     | 
| 
      
 101 
     | 
    
         
            +
                    id: targetUrl,
         
     | 
| 
      
 102 
     | 
    
         
            +
                };
         
     | 
| 
      
 103 
     | 
    
         
            +
            };
         
     | 
| 
      
 104 
     | 
    
         
            +
             
     | 
| 
      
 105 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 106 
     | 
    
         
            +
                path: '/blog',
         
     | 
| 
      
 107 
     | 
    
         
            +
                name: 'Blog',
         
     | 
| 
      
 108 
     | 
    
         
            +
                url: 'kiro.dev',
         
     | 
| 
      
 109 
     | 
    
         
            +
                maintainers: ['nczitzk'],
         
     | 
| 
      
 110 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 111 
     | 
    
         
            +
                example: '/kiro/blog',
         
     | 
| 
      
 112 
     | 
    
         
            +
                parameters: undefined,
         
     | 
| 
      
 113 
     | 
    
         
            +
                description: undefined,
         
     | 
| 
      
 114 
     | 
    
         
            +
                categories: ['programming'],
         
     | 
| 
      
 115 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 116 
     | 
    
         
            +
                    requireConfig: false,
         
     | 
| 
      
 117 
     | 
    
         
            +
                    requirePuppeteer: false,
         
     | 
| 
      
 118 
     | 
    
         
            +
                    antiCrawler: false,
         
     | 
| 
      
 119 
     | 
    
         
            +
                    supportRadar: true,
         
     | 
| 
      
 120 
     | 
    
         
            +
                    supportBT: false,
         
     | 
| 
      
 121 
     | 
    
         
            +
                    supportPodcast: false,
         
     | 
| 
      
 122 
     | 
    
         
            +
                    supportScihub: false,
         
     | 
| 
      
 123 
     | 
    
         
            +
                },
         
     | 
| 
      
 124 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 125 
     | 
    
         
            +
                    {
         
     | 
| 
      
 126 
     | 
    
         
            +
                        source: ['kiro.dev', 'kiro.dev/blog/'],
         
     | 
| 
      
 127 
     | 
    
         
            +
                        target: '/blog',
         
     | 
| 
      
 128 
     | 
    
         
            +
                    },
         
     | 
| 
      
 129 
     | 
    
         
            +
                ],
         
     | 
| 
      
 130 
     | 
    
         
            +
                view: ViewType.Articles,
         
     | 
| 
      
 131 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,128 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { type Data, type DataItem, type Route, ViewType } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            import cache from '@/utils/cache';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import ofetch from '@/utils/ofetch';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            import { type CheerioAPI, type Cheerio, load } from 'cheerio';
         
     | 
| 
      
 8 
     | 
    
         
            +
            import type { Element } from 'domhandler';
         
     | 
| 
      
 9 
     | 
    
         
            +
            import { type Context } from 'hono';
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            export const handler = async (ctx: Context): Promise<Data> => {
         
     | 
| 
      
 12 
     | 
    
         
            +
                const limit: number = Number.parseInt(ctx.req.query('limit') ?? '30', 10);
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
                const baseUrl: string = 'https://kiro.dev';
         
     | 
| 
      
 15 
     | 
    
         
            +
                const targetUrl: string = new URL('changelog/', baseUrl).href;
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
                const response = await ofetch(targetUrl);
         
     | 
| 
      
 18 
     | 
    
         
            +
                const $: CheerioAPI = load(response);
         
     | 
| 
      
 19 
     | 
    
         
            +
                const language = $('html').attr('lang') ?? 'en';
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
                let items: DataItem[] = [];
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
                items = $('a.block')
         
     | 
| 
      
 24 
     | 
    
         
            +
                    .slice(0, limit)
         
     | 
| 
      
 25 
     | 
    
         
            +
                    .toArray()
         
     | 
| 
      
 26 
     | 
    
         
            +
                    .map((el): Element => {
         
     | 
| 
      
 27 
     | 
    
         
            +
                        const $el: Cheerio<Element> = $(el);
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
                        const title: string = `${$el.parent().find('span').text()} ${$el.find('h3').text()}`;
         
     | 
| 
      
 30 
     | 
    
         
            +
                        const description: string | undefined = $el.parent().parent().find('div.prose').html() ?? undefined;
         
     | 
| 
      
 31 
     | 
    
         
            +
                        const pubDateStr: string | undefined = $el.parent().parent().parent().find('time').text();
         
     | 
| 
      
 32 
     | 
    
         
            +
                        const linkUrl: string | undefined = $el.attr('href');
         
     | 
| 
      
 33 
     | 
    
         
            +
                        const upDatedStr: string | undefined = pubDateStr;
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
                        const processedItem: DataItem = {
         
     | 
| 
      
 36 
     | 
    
         
            +
                            title,
         
     | 
| 
      
 37 
     | 
    
         
            +
                            description,
         
     | 
| 
      
 38 
     | 
    
         
            +
                            pubDate: pubDateStr ? parseDate(pubDateStr) : undefined,
         
     | 
| 
      
 39 
     | 
    
         
            +
                            link: linkUrl ? new URL(linkUrl, baseUrl).href : undefined,
         
     | 
| 
      
 40 
     | 
    
         
            +
                            content: {
         
     | 
| 
      
 41 
     | 
    
         
            +
                                html: description,
         
     | 
| 
      
 42 
     | 
    
         
            +
                                text: description,
         
     | 
| 
      
 43 
     | 
    
         
            +
                            },
         
     | 
| 
      
 44 
     | 
    
         
            +
                            updated: upDatedStr ? parseDate(upDatedStr) : undefined,
         
     | 
| 
      
 45 
     | 
    
         
            +
                            language,
         
     | 
| 
      
 46 
     | 
    
         
            +
                        };
         
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
                        return processedItem;
         
     | 
| 
      
 49 
     | 
    
         
            +
                    });
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
                items = await Promise.all(
         
     | 
| 
      
 52 
     | 
    
         
            +
                    items.map((item) => {
         
     | 
| 
      
 53 
     | 
    
         
            +
                        if (!item.link) {
         
     | 
| 
      
 54 
     | 
    
         
            +
                            return item;
         
     | 
| 
      
 55 
     | 
    
         
            +
                        }
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
                        return cache.tryGet(item.link, async (): Promise<DataItem> => {
         
     | 
| 
      
 58 
     | 
    
         
            +
                            const detailResponse = await ofetch(item.link);
         
     | 
| 
      
 59 
     | 
    
         
            +
                            const $$: CheerioAPI = load(detailResponse);
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
                            const title: string = `${$$('article span').first().text()} ${$$('article h3').text()}`;
         
     | 
| 
      
 62 
     | 
    
         
            +
                            const description: string | undefined = $$('div.prose').html() ?? undefined;
         
     | 
| 
      
 63 
     | 
    
         
            +
                            const pubDateStr: string | undefined = $$('time').text();
         
     | 
| 
      
 64 
     | 
    
         
            +
                            const image: string | undefined = $$('meta[property="og:image"]').attr('content');
         
     | 
| 
      
 65 
     | 
    
         
            +
                            const upDatedStr: string | undefined = pubDateStr;
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
                            const processedItem: DataItem = {
         
     | 
| 
      
 68 
     | 
    
         
            +
                                title,
         
     | 
| 
      
 69 
     | 
    
         
            +
                                description,
         
     | 
| 
      
 70 
     | 
    
         
            +
                                pubDate: pubDateStr ? parseDate(pubDateStr) : item.pubDate,
         
     | 
| 
      
 71 
     | 
    
         
            +
                                content: {
         
     | 
| 
      
 72 
     | 
    
         
            +
                                    html: description,
         
     | 
| 
      
 73 
     | 
    
         
            +
                                    text: description,
         
     | 
| 
      
 74 
     | 
    
         
            +
                                },
         
     | 
| 
      
 75 
     | 
    
         
            +
                                image,
         
     | 
| 
      
 76 
     | 
    
         
            +
                                banner: image,
         
     | 
| 
      
 77 
     | 
    
         
            +
                                updated: upDatedStr ? parseDate(upDatedStr) : item.updated,
         
     | 
| 
      
 78 
     | 
    
         
            +
                                language,
         
     | 
| 
      
 79 
     | 
    
         
            +
                            };
         
     | 
| 
      
 80 
     | 
    
         
            +
             
     | 
| 
      
 81 
     | 
    
         
            +
                            return {
         
     | 
| 
      
 82 
     | 
    
         
            +
                                ...item,
         
     | 
| 
      
 83 
     | 
    
         
            +
                                ...processedItem,
         
     | 
| 
      
 84 
     | 
    
         
            +
                            };
         
     | 
| 
      
 85 
     | 
    
         
            +
                        });
         
     | 
| 
      
 86 
     | 
    
         
            +
                    })
         
     | 
| 
      
 87 
     | 
    
         
            +
                );
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
                return {
         
     | 
| 
      
 90 
     | 
    
         
            +
                    title: $('title').text(),
         
     | 
| 
      
 91 
     | 
    
         
            +
                    description: $('meta[property="og:description"]').attr('content'),
         
     | 
| 
      
 92 
     | 
    
         
            +
                    link: targetUrl,
         
     | 
| 
      
 93 
     | 
    
         
            +
                    item: items,
         
     | 
| 
      
 94 
     | 
    
         
            +
                    allowEmpty: true,
         
     | 
| 
      
 95 
     | 
    
         
            +
                    image: $('meta[property="og:image"]').attr('content'),
         
     | 
| 
      
 96 
     | 
    
         
            +
                    author: $('meta[property="og:site_name"]').attr('content'),
         
     | 
| 
      
 97 
     | 
    
         
            +
                    language,
         
     | 
| 
      
 98 
     | 
    
         
            +
                    id: targetUrl,
         
     | 
| 
      
 99 
     | 
    
         
            +
                };
         
     | 
| 
      
 100 
     | 
    
         
            +
            };
         
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 103 
     | 
    
         
            +
                path: '/changelog',
         
     | 
| 
      
 104 
     | 
    
         
            +
                name: 'Changelog',
         
     | 
| 
      
 105 
     | 
    
         
            +
                url: 'kiro.dev',
         
     | 
| 
      
 106 
     | 
    
         
            +
                maintainers: ['nczitzk'],
         
     | 
| 
      
 107 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 108 
     | 
    
         
            +
                example: '/kiro/changelog',
         
     | 
| 
      
 109 
     | 
    
         
            +
                parameters: undefined,
         
     | 
| 
      
 110 
     | 
    
         
            +
                description: undefined,
         
     | 
| 
      
 111 
     | 
    
         
            +
                categories: ['program-update'],
         
     | 
| 
      
 112 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 113 
     | 
    
         
            +
                    requireConfig: false,
         
     | 
| 
      
 114 
     | 
    
         
            +
                    requirePuppeteer: false,
         
     | 
| 
      
 115 
     | 
    
         
            +
                    antiCrawler: false,
         
     | 
| 
      
 116 
     | 
    
         
            +
                    supportRadar: true,
         
     | 
| 
      
 117 
     | 
    
         
            +
                    supportBT: false,
         
     | 
| 
      
 118 
     | 
    
         
            +
                    supportPodcast: false,
         
     | 
| 
      
 119 
     | 
    
         
            +
                    supportScihub: false,
         
     | 
| 
      
 120 
     | 
    
         
            +
                },
         
     | 
| 
      
 121 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 122 
     | 
    
         
            +
                    {
         
     | 
| 
      
 123 
     | 
    
         
            +
                        source: ['kiro.dev', 'kiro.dev/changelog/'],
         
     | 
| 
      
 124 
     | 
    
         
            +
                        target: '/changelog',
         
     | 
| 
      
 125 
     | 
    
         
            +
                    },
         
     | 
| 
      
 126 
     | 
    
         
            +
                ],
         
     | 
| 
      
 127 
     | 
    
         
            +
                view: ViewType.Articles,
         
     | 
| 
      
 128 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,83 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { Route } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import ofetch from '@/utils/ofetch';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import { load } from 'cheerio';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 7 
     | 
    
         
            +
                path: '/kitty/changelog',
         
     | 
| 
      
 8 
     | 
    
         
            +
                categories: ['program-update'],
         
     | 
| 
      
 9 
     | 
    
         
            +
                example: '/kovidgoyal/kitty/changelog',
         
     | 
| 
      
 10 
     | 
    
         
            +
                parameters: {},
         
     | 
| 
      
 11 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 12 
     | 
    
         
            +
                    requireConfig: false,
         
     | 
| 
      
 13 
     | 
    
         
            +
                    requirePuppeteer: false,
         
     | 
| 
      
 14 
     | 
    
         
            +
                    antiCrawler: false,
         
     | 
| 
      
 15 
     | 
    
         
            +
                    supportBT: false,
         
     | 
| 
      
 16 
     | 
    
         
            +
                    supportPodcast: false,
         
     | 
| 
      
 17 
     | 
    
         
            +
                    supportScihub: false,
         
     | 
| 
      
 18 
     | 
    
         
            +
                },
         
     | 
| 
      
 19 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 20 
     | 
    
         
            +
                    {
         
     | 
| 
      
 21 
     | 
    
         
            +
                        source: ['sw.kovidgoyal.net/kitty/changelog/'],
         
     | 
| 
      
 22 
     | 
    
         
            +
                        target: '/kitty/changelog',
         
     | 
| 
      
 23 
     | 
    
         
            +
                    },
         
     | 
| 
      
 24 
     | 
    
         
            +
                ],
         
     | 
| 
      
 25 
     | 
    
         
            +
                name: 'Changelog',
         
     | 
| 
      
 26 
     | 
    
         
            +
                maintainers: ['xbot'],
         
     | 
| 
      
 27 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 28 
     | 
    
         
            +
                url: 'sw.kovidgoyal.net/kitty/changelog/',
         
     | 
| 
      
 29 
     | 
    
         
            +
            };
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            async function handler() {
         
     | 
| 
      
 32 
     | 
    
         
            +
                const url = 'https://sw.kovidgoyal.net/kitty/changelog/';
         
     | 
| 
      
 33 
     | 
    
         
            +
                const response = await ofetch(url);
         
     | 
| 
      
 34 
     | 
    
         
            +
                const $ = load(response);
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
                // Find the "Detailed list of changes" section
         
     | 
| 
      
 37 
     | 
    
         
            +
                const detailedSection = $('#detailed-list-of-changes');
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
                const items = detailedSection
         
     | 
| 
      
 40 
     | 
    
         
            +
                    .find('section[id^="id"]')
         
     | 
| 
      
 41 
     | 
    
         
            +
                    .toArray()
         
     | 
| 
      
 42 
     | 
    
         
            +
                    .map((section) => {
         
     | 
| 
      
 43 
     | 
    
         
            +
                        const $section = $(section);
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
                        // Extract version and date from h3 title
         
     | 
| 
      
 46 
     | 
    
         
            +
                        const titleText = $section.find('h3').first().text().trim();
         
     | 
| 
      
 47 
     | 
    
         
            +
                        const versionMatch = titleText.match(/^([\d.]+)\s*\[([^\]]+)\]/);
         
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
                        if (!versionMatch) {
         
     | 
| 
      
 50 
     | 
    
         
            +
                            return null;
         
     | 
| 
      
 51 
     | 
    
         
            +
                        }
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
                        const version = versionMatch[1];
         
     | 
| 
      
 54 
     | 
    
         
            +
                        const dateStr = versionMatch[2];
         
     | 
| 
      
 55 
     | 
    
         
            +
             
     | 
| 
      
 56 
     | 
    
         
            +
                        // Extract changelog items from the ul list
         
     | 
| 
      
 57 
     | 
    
         
            +
                        const changelogItems = $section
         
     | 
| 
      
 58 
     | 
    
         
            +
                            .find('ul.simple li')
         
     | 
| 
      
 59 
     | 
    
         
            +
                            .toArray()
         
     | 
| 
      
 60 
     | 
    
         
            +
                            .map((li) => $(li).html())
         
     | 
| 
      
 61 
     | 
    
         
            +
                            .filter(Boolean);
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
      
 63 
     | 
    
         
            +
                        // Create description from changelog items
         
     | 
| 
      
 64 
     | 
    
         
            +
                        const description = changelogItems.length > 0 ? '<ul>' + changelogItems.map((item) => `<li>${item}</li>`).join('') + '</ul>' : 'No changelog items available.';
         
     | 
| 
      
 65 
     | 
    
         
            +
             
     | 
| 
      
 66 
     | 
    
         
            +
                        return {
         
     | 
| 
      
 67 
     | 
    
         
            +
                            title: `Kitty ${version}`,
         
     | 
| 
      
 68 
     | 
    
         
            +
                            description,
         
     | 
| 
      
 69 
     | 
    
         
            +
                            link: `${url}#${$section.attr('id')}`,
         
     | 
| 
      
 70 
     | 
    
         
            +
                            pubDate: parseDate(dateStr, 'YYYY-MM-DD'),
         
     | 
| 
      
 71 
     | 
    
         
            +
                            guid: `kitty-${version}`,
         
     | 
| 
      
 72 
     | 
    
         
            +
                        };
         
     | 
| 
      
 73 
     | 
    
         
            +
                    })
         
     | 
| 
      
 74 
     | 
    
         
            +
                    .filter(Boolean);
         
     | 
| 
      
 75 
     | 
    
         
            +
             
     | 
| 
      
 76 
     | 
    
         
            +
                return {
         
     | 
| 
      
 77 
     | 
    
         
            +
                    title: 'Kitty Changelog',
         
     | 
| 
      
 78 
     | 
    
         
            +
                    link: url,
         
     | 
| 
      
 79 
     | 
    
         
            +
                    description: 'Changelog for Kitty terminal emulator',
         
     | 
| 
      
 80 
     | 
    
         
            +
                    language: 'en',
         
     | 
| 
      
 81 
     | 
    
         
            +
                    item: items,
         
     | 
| 
      
 82 
     | 
    
         
            +
                };
         
     | 
| 
      
 83 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -47,7 +47,7 @@ async function handler(ctx) { 
     | 
|
| 
       47 
47 
     | 
    
         
             
                const items = await SourceMapConsumer.with(response, null, (consumer) =>
         
     | 
| 
       48 
48 
     | 
    
         
             
                    consumer.sources
         
     | 
| 
       49 
49 
     | 
    
         
             
                        .filter((s) => /routes\/essays/.test(s))
         
     | 
| 
       50 
     | 
    
         
            -
                        . 
     | 
| 
      
 50 
     | 
    
         
            +
                        .toReversed()
         
     | 
| 
       51 
51 
     | 
    
         
             
                        .slice(0, limit)
         
     | 
| 
       52 
52 
     | 
    
         
             
                        .map((item) => {
         
     | 
| 
       53 
53 
     | 
    
         
             
                            const source = consumer.sourceContentFor(item).replaceAll(/\s\n/g, '');
         
     | 
| 
         @@ -7,7 +7,7 @@ export const handler = async (ctx): Promise<Data> => { 
     | 
|
| 
       7 
7 
     | 
    
         
             
                const { id, name } = await fetchCategory(slug);
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
9 
     | 
    
         
             
                const rootUrl = 'https://www.landiannews.com/';
         
     | 
| 
       10 
     | 
    
         
            -
                const postApiUrl = `${rootUrl}wp-json/wp/v2/posts?_embed&categories=${id}`;
         
     | 
| 
      
 10 
     | 
    
         
            +
                const postApiUrl = `${rootUrl}wp-json/wp/v2/posts?_embed=author,wp:term&categories=${id}`;
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                const items: DataItem[] = await fetchNewsItems(postApiUrl);
         
     | 
| 
       13 
13 
     | 
    
         | 
| 
         @@ -3,7 +3,7 @@ import { fetchNewsItems } from './utils'; 
     | 
|
| 
       3 
3 
     | 
    
         | 
| 
       4 
4 
     | 
    
         
             
            export const handler = async (): Promise<Data> => {
         
     | 
| 
       5 
5 
     | 
    
         
             
                const rootUrl = 'https://www.landiannews.com/';
         
     | 
| 
       6 
     | 
    
         
            -
                const postApiUrl = `${rootUrl}wp-json/wp/v2/posts?_embed`;
         
     | 
| 
      
 6 
     | 
    
         
            +
                const postApiUrl = `${rootUrl}wp-json/wp/v2/posts?_embed=author,wp:term`;
         
     | 
| 
       7 
7 
     | 
    
         | 
| 
       8 
8 
     | 
    
         
             
                const items: DataItem[] = await fetchNewsItems(postApiUrl);
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
         @@ -7,7 +7,7 @@ export const handler = async (ctx): Promise<Data> => { 
     | 
|
| 
       7 
7 
     | 
    
         
             
                const { id, name } = await fetchTag(slug);
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
9 
     | 
    
         
             
                const rootUrl = 'https://www.landiannews.com/';
         
     | 
| 
       10 
     | 
    
         
            -
                const postApiUrl = `${rootUrl}wp-json/wp/v2/posts?_embed&tags=${id}`;
         
     | 
| 
      
 10 
     | 
    
         
            +
                const postApiUrl = `${rootUrl}wp-json/wp/v2/posts?_embed=author,wp:term&tags=${id}`;
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                const items: DataItem[] = await fetchNewsItems(postApiUrl);
         
     | 
| 
       13 
13 
     | 
    
         | 
    
        package/lib/routes/line/utils.ts
    CHANGED
    
    | 
         @@ -18,7 +18,7 @@ const parseItems = (list) => 
     | 
|
| 
       18 
18 
     | 
    
         
             
                Promise.all(
         
     | 
| 
       19 
19 
     | 
    
         
             
                    list.map((item) =>
         
     | 
| 
       20 
20 
     | 
    
         
             
                        cache.tryGet(item.link, async () => {
         
     | 
| 
       21 
     | 
    
         
            -
                            const edition = item.link.match(/today\.line\.me\/(\w+?)\/ 
     | 
| 
      
 21 
     | 
    
         
            +
                            const edition = item.link.match(/today\.line\.me\/(\w+?)\/v[23]\/.*$/)[1];
         
     | 
| 
       22 
22 
     | 
    
         
             
                            let data;
         
     | 
| 
       23 
23 
     | 
    
         
             
                            try {
         
     | 
| 
       24 
24 
     | 
    
         
             
                                const response = await got(`${baseUrl}/webapi/portal/page/setting/article`, {
         
     |