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
 
| 
         @@ -23,7 +23,7 @@ export const route: Route = { 
     | 
|
| 
       23 
23 
     | 
    
         
             
                    },
         
     | 
| 
       24 
24 
     | 
    
         
             
                ],
         
     | 
| 
       25 
25 
     | 
    
         
             
                name: 'Essays',
         
     | 
| 
       26 
     | 
    
         
            -
                maintainers: ['Maecenas', 'nczitzk'],
         
     | 
| 
      
 26 
     | 
    
         
            +
                maintainers: ['Maecenas', 'nczitzk', 'dvorak0'],
         
     | 
| 
       27 
27 
     | 
    
         
             
                handler,
         
     | 
| 
       28 
28 
     | 
    
         
             
                url: 'paulgraham.com/articles.html',
         
     | 
| 
       29 
29 
     | 
    
         
             
            };
         
     | 
| 
         @@ -31,7 +31,7 @@ export const route: Route = { 
     | 
|
| 
       31 
31 
     | 
    
         
             
            async function handler(ctx) {
         
     | 
| 
       32 
32 
     | 
    
         
             
                const limit = ctx.req.query('limit') ? Number.parseInt(ctx.req.query('limit'), 10) : 30;
         
     | 
| 
       33 
33 
     | 
    
         | 
| 
       34 
     | 
    
         
            -
                const rootUrl = ' 
     | 
| 
      
 34 
     | 
    
         
            +
                const rootUrl = 'https://paulgraham.com';
         
     | 
| 
       35 
35 
     | 
    
         
             
                const currentUrl = new URL('articles.html', rootUrl).href;
         
     | 
| 
       36 
36 
     | 
    
         | 
| 
       37 
37 
     | 
    
         
             
                const { data: response } = await got(currentUrl);
         
     | 
| 
         @@ -104,6 +104,8 @@ async function handler(ctx) { 
     | 
|
| 
       104 
104 
     | 
    
         
             
                        throw new Error($('.error-p span').text().trim() || 'Profile not found');
         
     | 
| 
       105 
105 
     | 
    
         
             
                    }
         
     | 
| 
       106 
106 
     | 
    
         | 
| 
      
 107 
     | 
    
         
            +
                    const username = $('.profile-info .username').text().trim();
         
     | 
| 
      
 108 
     | 
    
         
            +
             
     | 
| 
       107 
109 
     | 
    
         
             
                    const items = $('.posts-video .posts__video-item')
         
     | 
| 
       108 
110 
     | 
    
         
             
                        .toArray()
         
     | 
| 
       109 
111 
     | 
    
         
             
                        .map((item) => {
         
     | 
| 
         @@ -112,6 +114,7 @@ async function handler(ctx) { 
     | 
|
| 
       112 
114 
     | 
    
         
             
                            const img = $item.find('img');
         
     | 
| 
       113 
115 
     | 
    
         
             
                            return {
         
     | 
| 
       114 
116 
     | 
    
         
             
                                title: img.attr('alt') || '',
         
     | 
| 
      
 117 
     | 
    
         
            +
                                author: username,
         
     | 
| 
       115 
118 
     | 
    
         
             
                                renderData: {
         
     | 
| 
       116 
119 
     | 
    
         
             
                                    poster: img.attr('src'),
         
     | 
| 
       117 
120 
     | 
    
         
             
                                    source: $item.find('.popup-open').data('source'),
         
     | 
| 
         @@ -134,6 +137,7 @@ async function handler(ctx) { 
     | 
|
| 
       134 
137 
     | 
    
         
             
                    image: string;
         
     | 
| 
       135 
138 
     | 
    
         
             
                    items: {
         
     | 
| 
       136 
139 
     | 
    
         
             
                        title: string;
         
     | 
| 
      
 140 
     | 
    
         
            +
                        author: string;
         
     | 
| 
       137 
141 
     | 
    
         
             
                        renderData: {
         
     | 
| 
       138 
142 
     | 
    
         
             
                            poster: string;
         
     | 
| 
       139 
143 
     | 
    
         
             
                            source: string;
         
     | 
| 
         @@ -41,12 +41,12 @@ refresh_token after Pixiv login, required for accessing R18 novels 
     | 
|
| 
       41 
41 
     | 
    
         
             
                radar: [
         
     | 
| 
       42 
42 
     | 
    
         
             
                    {
         
     | 
| 
       43 
43 
     | 
    
         
             
                        title: 'User Novels (簡介 Basic info)',
         
     | 
| 
       44 
     | 
    
         
            -
                        source: ['www.pixiv.net/users/:id/novels', 'www.pixiv.net/users/:id'],
         
     | 
| 
      
 44 
     | 
    
         
            +
                        source: ['www.pixiv.net/users/:id/novels', 'www.pixiv.net/users/:id', 'www.pixiv.net/en/users/:id/novels', 'www.pixiv.net/en/users/:id'],
         
     | 
| 
       45 
45 
     | 
    
         
             
                        target: '/user/novels/:id',
         
     | 
| 
       46 
46 
     | 
    
         
             
                    },
         
     | 
| 
       47 
47 
     | 
    
         
             
                    {
         
     | 
| 
       48 
48 
     | 
    
         
             
                        title: 'User Novels (全文 Full text)',
         
     | 
| 
       49 
     | 
    
         
            -
                        source: ['www.pixiv.net/users/:id/novels', 'www.pixiv.net/users/:id'],
         
     | 
| 
      
 49 
     | 
    
         
            +
                        source: ['www.pixiv.net/users/:id/novels', 'www.pixiv.net/users/:id', 'www.pixiv.net/en/users/:id/novels', 'www.pixiv.net/en/users/:id'],
         
     | 
| 
       50 
50 
     | 
    
         
             
                        target: '/user/novels/:id/true',
         
     | 
| 
       51 
51 
     | 
    
         
             
                    },
         
     | 
| 
       52 
52 
     | 
    
         
             
                ],
         
     | 
    
        package/lib/routes/pixiv/user.ts
    CHANGED
    
    
    
        package/lib/routes/playno1/av.ts
    CHANGED
    
    
| 
         @@ -2,7 +2,7 @@ import { Route, ViewType, Data } from '@/types'; 
     | 
|
| 
       2 
2 
     | 
    
         
             
            import got from '@/utils/got';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import { load } from 'cheerio';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import { isValidHost } from '@/utils/valid-host';
         
     | 
| 
       5 
     | 
    
         
            -
            import { headers, parseItems } from './utils';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import { headers, parseItems, getRadarDomin } from './utils';
         
     | 
| 
       6 
6 
     | 
    
         
             
            import InvalidParameterError from '@/errors/types/invalid-parameter';
         
     | 
| 
       7 
7 
     | 
    
         | 
| 
       8 
8 
     | 
    
         
             
            export const route: Route = {
         
     | 
| 
         @@ -18,13 +18,9 @@ export const route: Route = { 
     | 
|
| 
       18 
18 
     | 
    
         
             
                    supportBT: false,
         
     | 
| 
       19 
19 
     | 
    
         
             
                    supportPodcast: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    supportScihub: false,
         
     | 
| 
      
 21 
     | 
    
         
            +
                    nsfw: true,
         
     | 
| 
       21 
22 
     | 
    
         
             
                },
         
     | 
| 
       22 
     | 
    
         
            -
                radar:  
     | 
| 
       23 
     | 
    
         
            -
                    {
         
     | 
| 
       24 
     | 
    
         
            -
                        source: ['pornhub.com/model/:username/*'],
         
     | 
| 
       25 
     | 
    
         
            -
                        target: '/model/:username',
         
     | 
| 
       26 
     | 
    
         
            -
                    },
         
     | 
| 
       27 
     | 
    
         
            -
                ],
         
     | 
| 
      
 23 
     | 
    
         
            +
                radar: getRadarDomin('/model/:username'),
         
     | 
| 
       28 
24 
     | 
    
         
             
                name: 'Model',
         
     | 
| 
       29 
25 
     | 
    
         
             
                maintainers: ['I2IMk', 'queensferryme'],
         
     | 
| 
       30 
26 
     | 
    
         
             
                handler,
         
     | 
| 
         @@ -2,7 +2,7 @@ import { Route, ViewType, Data } from '@/types'; 
     | 
|
| 
       2 
2 
     | 
    
         
             
            import got from '@/utils/got';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import { load } from 'cheerio';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import { isValidHost } from '@/utils/valid-host';
         
     | 
| 
       5 
     | 
    
         
            -
            import { headers, parseItems } from './utils';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import { headers, parseItems, getRadarDomin } from './utils';
         
     | 
| 
       6 
6 
     | 
    
         
             
            import InvalidParameterError from '@/errors/types/invalid-parameter';
         
     | 
| 
       7 
7 
     | 
    
         | 
| 
       8 
8 
     | 
    
         
             
            export const route: Route = {
         
     | 
| 
         @@ -62,12 +62,7 @@ export const route: Route = { 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    supportPodcast: false,
         
     | 
| 
       63 
63 
     | 
    
         
             
                    supportScihub: false,
         
     | 
| 
       64 
64 
     | 
    
         
             
                },
         
     | 
| 
       65 
     | 
    
         
            -
                radar:  
     | 
| 
       66 
     | 
    
         
            -
                    {
         
     | 
| 
       67 
     | 
    
         
            -
                        source: ['pornhub.com/pornstar/:username/*'],
         
     | 
| 
       68 
     | 
    
         
            -
                        target: '/pornstar/:username',
         
     | 
| 
       69 
     | 
    
         
            -
                    },
         
     | 
| 
       70 
     | 
    
         
            -
                ],
         
     | 
| 
      
 65 
     | 
    
         
            +
                radar: getRadarDomin('/pornstar/:username'),
         
     | 
| 
       71 
66 
     | 
    
         
             
                name: 'Pornstar',
         
     | 
| 
       72 
67 
     | 
    
         
             
                maintainers: ['I2IMk', 'queensferryme'],
         
     | 
| 
       73 
68 
     | 
    
         
             
                handler,
         
     | 
| 
         @@ -2,7 +2,7 @@ import { Route, Data } from '@/types'; 
     | 
|
| 
       2 
2 
     | 
    
         
             
            import got from '@/utils/got';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import { load } from 'cheerio';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import { isValidHost } from '@/utils/valid-host';
         
     | 
| 
       5 
     | 
    
         
            -
            import { headers, parseItems } from './utils';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import { headers, parseItems, getRadarDomin } from './utils';
         
     | 
| 
       6 
6 
     | 
    
         
             
            import InvalidParameterError from '@/errors/types/invalid-parameter';
         
     | 
| 
       7 
7 
     | 
    
         | 
| 
       8 
8 
     | 
    
         
             
            export const route: Route = {
         
     | 
| 
         @@ -18,12 +18,7 @@ export const route: Route = { 
     | 
|
| 
       18 
18 
     | 
    
         
             
                    supportPodcast: false,
         
     | 
| 
       19 
19 
     | 
    
         
             
                    supportScihub: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                },
         
     | 
| 
       21 
     | 
    
         
            -
                radar:  
     | 
| 
       22 
     | 
    
         
            -
                    {
         
     | 
| 
       23 
     | 
    
         
            -
                        source: ['pornhub.com/users/:username/*'],
         
     | 
| 
       24 
     | 
    
         
            -
                        target: '/users/:username',
         
     | 
| 
       25 
     | 
    
         
            -
                    },
         
     | 
| 
       26 
     | 
    
         
            -
                ],
         
     | 
| 
      
 21 
     | 
    
         
            +
                radar: getRadarDomin('/users/:username'),
         
     | 
| 
       27 
22 
     | 
    
         
             
                name: 'Users',
         
     | 
| 
       28 
23 
     | 
    
         
             
                maintainers: ['I2IMk', 'queensferryme'],
         
     | 
| 
       29 
24 
     | 
    
         
             
                handler,
         
     | 
| 
         @@ -27,4 +27,15 @@ const parseItems = (e) => ({ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                pubDate: dayjs(extractDateFromImageUrl(e.find('img').data('mediumthumb'))).toDate() || parseRelativeDate(e.find('.added').text()),
         
     | 
| 
       28 
28 
     | 
    
         
             
            });
         
     | 
| 
       29 
29 
     | 
    
         | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
      
 30 
     | 
    
         
            +
            const getRadarDomin = (path: string) => [
         
     | 
| 
      
 31 
     | 
    
         
            +
                {
         
     | 
| 
      
 32 
     | 
    
         
            +
                    source: [`www.pornhub.com${path}`, `www.pornhub.com${path}/*`],
         
     | 
| 
      
 33 
     | 
    
         
            +
                    target: path,
         
     | 
| 
      
 34 
     | 
    
         
            +
                },
         
     | 
| 
      
 35 
     | 
    
         
            +
                ...['de', 'fr', 'es', 'it', 'pt', 'pl', 'rt', 'jp', 'nl', 'cz', 'cn'].map((language) => ({
         
     | 
| 
      
 36 
     | 
    
         
            +
                    source: [`${language}.pornhub.com${path}`, `${language}.pornhub.com${path}/*`],
         
     | 
| 
      
 37 
     | 
    
         
            +
                    target: `${path}/${language}`,
         
     | 
| 
      
 38 
     | 
    
         
            +
                })),
         
     | 
| 
      
 39 
     | 
    
         
            +
            ];
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
            export { defaultDomain, headers, renderDescription, parseItems, getRadarDomin };
         
     | 
| 
         @@ -42,6 +42,7 @@ function getMediaUrl(channelId: string, mediaId: string) { 
     | 
|
| 
       42 
42 
     | 
    
         | 
| 
       43 
43 
     | 
    
         
             
            async function handler(ctx) {
         
     | 
| 
       44 
44 
     | 
    
         
             
                const channelId = ctx.req.param('id');
         
     | 
| 
      
 45 
     | 
    
         
            +
                const pageSize = Number(ctx.req.query('limit')) || 30;
         
     | 
| 
       45 
46 
     | 
    
         | 
| 
       46 
47 
     | 
    
         
             
                const channelUrl = `https://i.qingting.fm/capi/v3/channel/${channelId}`;
         
     | 
| 
       47 
48 
     | 
    
         
             
                const response = await ofetch(channelUrl, {
         
     | 
| 
         @@ -54,7 +55,7 @@ async function handler(ctx) { 
     | 
|
| 
       54 
55 
     | 
    
         
             
                const channel_img = response.data.thumbs['400_thumb'];
         
     | 
| 
       55 
56 
     | 
    
         
             
                const authors = response.data.podcasters.map((author) => author.nick_name).join(',');
         
     | 
| 
       56 
57 
     | 
    
         
             
                const desc = response.data.description;
         
     | 
| 
       57 
     | 
    
         
            -
                const programUrl = `https://i.qingting.fm/capi/channel/${channelId}/programs/${response.data.v}?curpage=1&pagesize 
     | 
| 
      
 58 
     | 
    
         
            +
                const programUrl = `https://i.qingting.fm/capi/channel/${channelId}/programs/${response.data.v}?curpage=1&pagesize=${pageSize}&order=asc`;
         
     | 
| 
       58 
59 
     | 
    
         | 
| 
       59 
60 
     | 
    
         
             
                const {
         
     | 
| 
       60 
61 
     | 
    
         
             
                    data: { programs },
         
     | 
| 
         @@ -173,7 +173,7 @@ async function handler(ctx) { 
     | 
|
| 
       173 
173 
     | 
    
         
             
                const labels = parseTree(labelTree);
         
     | 
| 
       174 
174 
     | 
    
         | 
| 
       175 
175 
     | 
    
         
             
                const industryObj = industry ? industries.find((i) => i.key === industry || i.value === industry) : undefined;
         
     | 
| 
       176 
     | 
    
         
            -
                const labelObj = label ? labels.find((i) => i.key === label || i.value === label) :  
     | 
| 
      
 176 
     | 
    
         
            +
                const labelObj = label ? labels.find((i) => i.key === label || i.value === label) : industryObj ? undefined : labels.find((i) => i.key === industry || i.value === industry);
         
     | 
| 
       177 
177 
     | 
    
         | 
| 
       178 
178 
     | 
    
         
             
                const industryId = industryObj?.key ?? -1;
         
     | 
| 
       179 
179 
     | 
    
         
             
                const labelId = labelObj?.key ?? -1;
         
     | 
| 
         @@ -0,0 +1,73 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { Route, DataItem } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            import cache from '@/utils/cache';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import { load } from 'cheerio';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 6 
     | 
    
         
            +
            import ofetch from '@/utils/ofetch';
         
     | 
| 
      
 7 
     | 
    
         
            +
            import { Context } from 'hono';
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 10 
     | 
    
         
            +
                path: '/blog',
         
     | 
| 
      
 11 
     | 
    
         
            +
                categories: ['blog'],
         
     | 
| 
      
 12 
     | 
    
         
            +
                example: '/railway/blog',
         
     | 
| 
      
 13 
     | 
    
         
            +
                url: 'blog.railway.com',
         
     | 
| 
      
 14 
     | 
    
         
            +
                name: 'Blog',
         
     | 
| 
      
 15 
     | 
    
         
            +
                maintainers: ['jihuayu'],
         
     | 
| 
      
 16 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 17 
     | 
    
         
            +
            };
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            async function handler(ctx: Context) {
         
     | 
| 
      
 20 
     | 
    
         
            +
                const limit = Number.parseInt(ctx.req.query('limit') || '10');
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
                const items = await fetchArticles(limit);
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
                return {
         
     | 
| 
      
 25 
     | 
    
         
            +
                    title: 'Railway articles',
         
     | 
| 
      
 26 
     | 
    
         
            +
                    link: 'https://blog.railway.com',
         
     | 
| 
      
 27 
     | 
    
         
            +
                    item: items,
         
     | 
| 
      
 28 
     | 
    
         
            +
                };
         
     | 
| 
      
 29 
     | 
    
         
            +
            }
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            export const fetchArticles = async (limit: number): Promise<DataItem[]> => {
         
     | 
| 
      
 32 
     | 
    
         
            +
                const page = await ofetch('https://blog.railway.com/rss.xml', {
         
     | 
| 
      
 33 
     | 
    
         
            +
                    responseType: 'text',
         
     | 
| 
      
 34 
     | 
    
         
            +
                });
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
                const $ = load(page, { xml: true });
         
     | 
| 
      
 37 
     | 
    
         
            +
             
     | 
| 
      
 38 
     | 
    
         
            +
                return Promise.all(
         
     | 
| 
      
 39 
     | 
    
         
            +
                    $('item')
         
     | 
| 
      
 40 
     | 
    
         
            +
                        .toArray()
         
     | 
| 
      
 41 
     | 
    
         
            +
                        .slice(0, limit)
         
     | 
| 
      
 42 
     | 
    
         
            +
                        .map<Promise<DataItem>>((element) => {
         
     | 
| 
      
 43 
     | 
    
         
            +
                            const id = $(element).find('guid').text();
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
                            return cache.tryGet(`railway:blogs:${id}`, async () => {
         
     | 
| 
      
 46 
     | 
    
         
            +
                                const title = $(element).find('title').text();
         
     | 
| 
      
 47 
     | 
    
         
            +
                                const pubDate = $(element).find('pubDate').text();
         
     | 
| 
      
 48 
     | 
    
         
            +
                                const link = $(element).find('link').text();
         
     | 
| 
      
 49 
     | 
    
         
            +
             
     | 
| 
      
 50 
     | 
    
         
            +
                                const { content } = await fetchArticleDetails(link);
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
                                return {
         
     | 
| 
      
 53 
     | 
    
         
            +
                                    guid: id,
         
     | 
| 
      
 54 
     | 
    
         
            +
                                    title,
         
     | 
| 
      
 55 
     | 
    
         
            +
                                    link,
         
     | 
| 
      
 56 
     | 
    
         
            +
                                    pubDate: parseDate(pubDate),
         
     | 
| 
      
 57 
     | 
    
         
            +
                                    description: content,
         
     | 
| 
      
 58 
     | 
    
         
            +
                                } as DataItem;
         
     | 
| 
      
 59 
     | 
    
         
            +
                            }) as Promise<DataItem>;
         
     | 
| 
      
 60 
     | 
    
         
            +
                        })
         
     | 
| 
      
 61 
     | 
    
         
            +
                );
         
     | 
| 
      
 62 
     | 
    
         
            +
            };
         
     | 
| 
      
 63 
     | 
    
         
            +
             
     | 
| 
      
 64 
     | 
    
         
            +
            export const fetchArticleDetails = async (url: string) => {
         
     | 
| 
      
 65 
     | 
    
         
            +
                const page = await ofetch(url);
         
     | 
| 
      
 66 
     | 
    
         
            +
                const $ = load(page);
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
                const $article = $('article > section ');
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
                return {
         
     | 
| 
      
 71 
     | 
    
         
            +
                    content: $article.html() ?? undefined,
         
     | 
| 
      
 72 
     | 
    
         
            +
                };
         
     | 
| 
      
 73 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -4,7 +4,6 @@ import cache from '@/utils/cache'; 
     | 
|
| 
       4 
4 
     | 
    
         
             
            import ofetch from '@/utils/ofetch';
         
     | 
| 
       5 
5 
     | 
    
         
             
            import { load } from 'cheerio';
         
     | 
| 
       6 
6 
     | 
    
         
             
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
       7 
     | 
    
         
            -
            import randUserAgent from '@/utils/rand-user-agent';
         
     | 
| 
       8 
7 
     | 
    
         
             
            import { art } from '@/utils/render';
         
     | 
| 
       9 
8 
     | 
    
         
             
            import path from 'node:path';
         
     | 
| 
       10 
9 
     | 
    
         | 
| 
         @@ -90,9 +89,7 @@ async function handler(ctx) { 
     | 
|
| 
       90 
89 
     | 
    
         | 
| 
       91 
90 
     | 
    
         
             
                const section_id = `/${category}/${topic ? `${topic}/` : ''}`;
         
     | 
| 
       92 
91 
     | 
    
         | 
| 
       93 
     | 
    
         
            -
                const ua = randUserAgent({ browser: 'chrome', os: 'windows', device: 'desktop' });
         
     | 
| 
       94 
92 
     | 
    
         
             
                const browserHeaders = {
         
     | 
| 
       95 
     | 
    
         
            -
                    'User-Agent': ua,
         
     | 
| 
       96 
93 
     | 
    
         
             
                    Accept: 'application/json, text/plain, */*',
         
     | 
| 
       97 
94 
     | 
    
         
             
                    'Accept-Language': 'en-US,en;q=0.9',
         
     | 
| 
       98 
95 
     | 
    
         
             
                    Referer: 'https://www.reuters.com/',
         
     | 
| 
         @@ -0,0 +1,167 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { type Data, type DataItem, type Route, ViewType } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            import { art } from '@/utils/render';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import cache from '@/utils/cache';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import ofetch from '@/utils/ofetch';
         
     | 
| 
      
 6 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            import { type CheerioAPI, type Cheerio, load } from 'cheerio';
         
     | 
| 
      
 9 
     | 
    
         
            +
            import type { Element } from 'domhandler';
         
     | 
| 
      
 10 
     | 
    
         
            +
            import { type Context } from 'hono';
         
     | 
| 
      
 11 
     | 
    
         
            +
            import path from 'node:path';
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            export const handler = async (ctx: Context): Promise<Data> => {
         
     | 
| 
      
 14 
     | 
    
         
            +
                const limit: number = Number.parseInt(ctx.req.query('limit') ?? '30', 10);
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
                const baseUrl: string = 'https://rockthejvm.com';
         
     | 
| 
      
 17 
     | 
    
         
            +
                const targetUrl: string = new URL('articles/1', baseUrl).href;
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
                const response = await ofetch(targetUrl);
         
     | 
| 
      
 20 
     | 
    
         
            +
                const $: CheerioAPI = load(response);
         
     | 
| 
      
 21 
     | 
    
         
            +
                const language = $('html').attr('lang') ?? 'en';
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
                $('footer').remove();
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
                let items: DataItem[] = [];
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
                items = $('h2')
         
     | 
| 
      
 28 
     | 
    
         
            +
                    .slice(0, limit)
         
     | 
| 
      
 29 
     | 
    
         
            +
                    .toArray()
         
     | 
| 
      
 30 
     | 
    
         
            +
                    .map((el): Element => {
         
     | 
| 
      
 31 
     | 
    
         
            +
                        const $el: Cheerio<Element> = $(el).parent().parent();
         
     | 
| 
      
 32 
     | 
    
         
            +
                        const $aEl: Cheerio<Element> = $el.find('h2 a');
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
                        const title: string = $aEl.text();
         
     | 
| 
      
 35 
     | 
    
         
            +
                        const description: string | undefined = art(path.join(__dirname, 'templates/description.art'), {
         
     | 
| 
      
 36 
     | 
    
         
            +
                            intro: $el.find('p.text-content').first().text(),
         
     | 
| 
      
 37 
     | 
    
         
            +
                        });
         
     | 
| 
      
 38 
     | 
    
         
            +
                        const pubDateStr: string | undefined = $el.find('time').attr('datetime');
         
     | 
| 
      
 39 
     | 
    
         
            +
                        const linkUrl: string | undefined = $aEl.attr('href');
         
     | 
| 
      
 40 
     | 
    
         
            +
                        const categoryEls: Element[] = $el.find('a.bg-tag').toArray();
         
     | 
| 
      
 41 
     | 
    
         
            +
                        const categories: string[] = [...new Set(categoryEls.map((el) => $(el).text()).filter(Boolean))];
         
     | 
| 
      
 42 
     | 
    
         
            +
                        const authorEls: Element[] = $el.find('picture').toArray();
         
     | 
| 
      
 43 
     | 
    
         
            +
                        const authors: DataItem['author'] = authorEls.map((authorEl) => {
         
     | 
| 
      
 44 
     | 
    
         
            +
                            const $authorEl: Cheerio<Element> = $(authorEl).parent();
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
                            return {
         
     | 
| 
      
 47 
     | 
    
         
            +
                                name: $authorEl.find('p.text-content').text(),
         
     | 
| 
      
 48 
     | 
    
         
            +
                                url: $authorEl.find('p.text-content a').attr('href') ? new URL($authorEl.find('p.text-content a').attr('href') as string, baseUrl).href : undefined,
         
     | 
| 
      
 49 
     | 
    
         
            +
                                avatar: $authorEl.find('img').attr('src') ? new URL($authorEl.find('img').attr('src') as string, baseUrl).href : undefined,
         
     | 
| 
      
 50 
     | 
    
         
            +
                            };
         
     | 
| 
      
 51 
     | 
    
         
            +
                        });
         
     | 
| 
      
 52 
     | 
    
         
            +
                        const upDatedStr: string | undefined = pubDateStr;
         
     | 
| 
      
 53 
     | 
    
         
            +
             
     | 
| 
      
 54 
     | 
    
         
            +
                        const processedItem: DataItem = {
         
     | 
| 
      
 55 
     | 
    
         
            +
                            title,
         
     | 
| 
      
 56 
     | 
    
         
            +
                            description,
         
     | 
| 
      
 57 
     | 
    
         
            +
                            pubDate: pubDateStr ? parseDate(pubDateStr) : undefined,
         
     | 
| 
      
 58 
     | 
    
         
            +
                            link: linkUrl ? new URL(linkUrl, baseUrl).href : undefined,
         
     | 
| 
      
 59 
     | 
    
         
            +
                            category: categories,
         
     | 
| 
      
 60 
     | 
    
         
            +
                            author: authors,
         
     | 
| 
      
 61 
     | 
    
         
            +
                            content: {
         
     | 
| 
      
 62 
     | 
    
         
            +
                                html: description,
         
     | 
| 
      
 63 
     | 
    
         
            +
                                text: description,
         
     | 
| 
      
 64 
     | 
    
         
            +
                            },
         
     | 
| 
      
 65 
     | 
    
         
            +
                            updated: upDatedStr ? parseDate(upDatedStr) : undefined,
         
     | 
| 
      
 66 
     | 
    
         
            +
                            language,
         
     | 
| 
      
 67 
     | 
    
         
            +
                        };
         
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
                        return processedItem;
         
     | 
| 
      
 70 
     | 
    
         
            +
                    });
         
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
                items = await Promise.all(
         
     | 
| 
      
 73 
     | 
    
         
            +
                    items.map((item) => {
         
     | 
| 
      
 74 
     | 
    
         
            +
                        if (!item.link) {
         
     | 
| 
      
 75 
     | 
    
         
            +
                            return item;
         
     | 
| 
      
 76 
     | 
    
         
            +
                        }
         
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
                        return cache.tryGet(item.link, async (): Promise<DataItem> => {
         
     | 
| 
      
 79 
     | 
    
         
            +
                            const detailResponse = await ofetch(item.link);
         
     | 
| 
      
 80 
     | 
    
         
            +
                            const $$: CheerioAPI = load(detailResponse);
         
     | 
| 
      
 81 
     | 
    
         
            +
             
     | 
| 
      
 82 
     | 
    
         
            +
                            const title: string = $$('meta[property="og:title"]').attr('content') ?? item.title;
         
     | 
| 
      
 83 
     | 
    
         
            +
                            const description: string | undefined =
         
     | 
| 
      
 84 
     | 
    
         
            +
                                item.description +
         
     | 
| 
      
 85 
     | 
    
         
            +
                                art(path.join(__dirname, 'templates/description.art'), {
         
     | 
| 
      
 86 
     | 
    
         
            +
                                    description: $$('div.prose').html(),
         
     | 
| 
      
 87 
     | 
    
         
            +
                                });
         
     | 
| 
      
 88 
     | 
    
         
            +
                            const pubDateStr: string | undefined = $$('meta[property="article:published_time"]').attr('content');
         
     | 
| 
      
 89 
     | 
    
         
            +
                            const categoryEls: Element[] = $$('meta[property="article:tag"]').toArray();
         
     | 
| 
      
 90 
     | 
    
         
            +
                            const categories: string[] = [...new Set(categoryEls.map((el) => $$(el).attr('content')).filter(Boolean))];
         
     | 
| 
      
 91 
     | 
    
         
            +
                            const authorEls: Element[] = $$('meta[property="article:author"]').toArray();
         
     | 
| 
      
 92 
     | 
    
         
            +
                            const authors: DataItem['author'] = authorEls.map((authorEl) => {
         
     | 
| 
      
 93 
     | 
    
         
            +
                                const $$authorEl: Cheerio<Element> = $$(authorEl);
         
     | 
| 
      
 94 
     | 
    
         
            +
             
     | 
| 
      
 95 
     | 
    
         
            +
                                return {
         
     | 
| 
      
 96 
     | 
    
         
            +
                                    name: $$authorEl.attr('content'),
         
     | 
| 
      
 97 
     | 
    
         
            +
                                    url: undefined,
         
     | 
| 
      
 98 
     | 
    
         
            +
                                    avatar: undefined,
         
     | 
| 
      
 99 
     | 
    
         
            +
                                };
         
     | 
| 
      
 100 
     | 
    
         
            +
                            });
         
     | 
| 
      
 101 
     | 
    
         
            +
                            const image: string | undefined = $$('meta[property="og:image"]').attr('content');
         
     | 
| 
      
 102 
     | 
    
         
            +
                            const upDatedStr: string | undefined = pubDateStr;
         
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
                            const processedItem: DataItem = {
         
     | 
| 
      
 105 
     | 
    
         
            +
                                title,
         
     | 
| 
      
 106 
     | 
    
         
            +
                                description,
         
     | 
| 
      
 107 
     | 
    
         
            +
                                pubDate: pubDateStr ? parseDate(pubDateStr) : item.pubDate,
         
     | 
| 
      
 108 
     | 
    
         
            +
                                category: categories,
         
     | 
| 
      
 109 
     | 
    
         
            +
                                author: authors,
         
     | 
| 
      
 110 
     | 
    
         
            +
                                content: {
         
     | 
| 
      
 111 
     | 
    
         
            +
                                    html: description,
         
     | 
| 
      
 112 
     | 
    
         
            +
                                    text: description,
         
     | 
| 
      
 113 
     | 
    
         
            +
                                },
         
     | 
| 
      
 114 
     | 
    
         
            +
                                image,
         
     | 
| 
      
 115 
     | 
    
         
            +
                                banner: image,
         
     | 
| 
      
 116 
     | 
    
         
            +
                                updated: upDatedStr ? parseDate(upDatedStr) : item.updated,
         
     | 
| 
      
 117 
     | 
    
         
            +
                                language,
         
     | 
| 
      
 118 
     | 
    
         
            +
                            };
         
     | 
| 
      
 119 
     | 
    
         
            +
             
     | 
| 
      
 120 
     | 
    
         
            +
                            return {
         
     | 
| 
      
 121 
     | 
    
         
            +
                                ...item,
         
     | 
| 
      
 122 
     | 
    
         
            +
                                ...processedItem,
         
     | 
| 
      
 123 
     | 
    
         
            +
                            };
         
     | 
| 
      
 124 
     | 
    
         
            +
                        });
         
     | 
| 
      
 125 
     | 
    
         
            +
                    })
         
     | 
| 
      
 126 
     | 
    
         
            +
                );
         
     | 
| 
      
 127 
     | 
    
         
            +
             
     | 
| 
      
 128 
     | 
    
         
            +
                return {
         
     | 
| 
      
 129 
     | 
    
         
            +
                    title: $('title').text(),
         
     | 
| 
      
 130 
     | 
    
         
            +
                    description: $('meta[property="og:description"]').attr('content'),
         
     | 
| 
      
 131 
     | 
    
         
            +
                    link: targetUrl,
         
     | 
| 
      
 132 
     | 
    
         
            +
                    item: items,
         
     | 
| 
      
 133 
     | 
    
         
            +
                    allowEmpty: true,
         
     | 
| 
      
 134 
     | 
    
         
            +
                    image: $('meta[property="og:image"]').attr('content'),
         
     | 
| 
      
 135 
     | 
    
         
            +
                    author: $('meta[property="og:site_name"]').attr('content'),
         
     | 
| 
      
 136 
     | 
    
         
            +
                    language,
         
     | 
| 
      
 137 
     | 
    
         
            +
                    id: $('meta[property="og:url"]').attr('content'),
         
     | 
| 
      
 138 
     | 
    
         
            +
                };
         
     | 
| 
      
 139 
     | 
    
         
            +
            };
         
     | 
| 
      
 140 
     | 
    
         
            +
             
     | 
| 
      
 141 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 142 
     | 
    
         
            +
                path: '/articles',
         
     | 
| 
      
 143 
     | 
    
         
            +
                name: 'Article',
         
     | 
| 
      
 144 
     | 
    
         
            +
                url: 'rockthejvm.com',
         
     | 
| 
      
 145 
     | 
    
         
            +
                maintainers: ['nczitzk'],
         
     | 
| 
      
 146 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 147 
     | 
    
         
            +
                example: '/rockthejvm/articles',
         
     | 
| 
      
 148 
     | 
    
         
            +
                parameters: undefined,
         
     | 
| 
      
 149 
     | 
    
         
            +
                description: undefined,
         
     | 
| 
      
 150 
     | 
    
         
            +
                categories: ['programming'],
         
     | 
| 
      
 151 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 152 
     | 
    
         
            +
                    requireConfig: false,
         
     | 
| 
      
 153 
     | 
    
         
            +
                    requirePuppeteer: false,
         
     | 
| 
      
 154 
     | 
    
         
            +
                    antiCrawler: false,
         
     | 
| 
      
 155 
     | 
    
         
            +
                    supportRadar: true,
         
     | 
| 
      
 156 
     | 
    
         
            +
                    supportBT: false,
         
     | 
| 
      
 157 
     | 
    
         
            +
                    supportPodcast: false,
         
     | 
| 
      
 158 
     | 
    
         
            +
                    supportScihub: false,
         
     | 
| 
      
 159 
     | 
    
         
            +
                },
         
     | 
| 
      
 160 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 161 
     | 
    
         
            +
                    {
         
     | 
| 
      
 162 
     | 
    
         
            +
                        source: ['rockthejvm.com/articles'],
         
     | 
| 
      
 163 
     | 
    
         
            +
                        target: '/articles',
         
     | 
| 
      
 164 
     | 
    
         
            +
                    },
         
     | 
| 
      
 165 
     | 
    
         
            +
                ],
         
     | 
| 
      
 166 
     | 
    
         
            +
                view: ViewType.Articles,
         
     | 
| 
      
 167 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,79 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { Route, DataItem } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import cache from '@/utils/cache';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import { load } from 'cheerio';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import got from '@/utils/got';
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 8 
     | 
    
         
            +
                path: '/news/:type1/:type2',
         
     | 
| 
      
 9 
     | 
    
         
            +
                categories: ['government'],
         
     | 
| 
      
 10 
     | 
    
         
            +
                example: '/samrdprc/news/xfpzh/xfpgnzh',
         
     | 
| 
      
 11 
     | 
    
         
            +
                parameters: {
         
     | 
| 
      
 12 
     | 
    
         
            +
                    type1: '召回类型ID1,见下表',
         
     | 
| 
      
 13 
     | 
    
         
            +
                    type2: '召回类型ID2,见下表',
         
     | 
| 
      
 14 
     | 
    
         
            +
                },
         
     | 
| 
      
 15 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 16 
     | 
    
         
            +
                    requireConfig: false,
         
     | 
| 
      
 17 
     | 
    
         
            +
                    requirePuppeteer: false,
         
     | 
| 
      
 18 
     | 
    
         
            +
                    antiCrawler: false,
         
     | 
| 
      
 19 
     | 
    
         
            +
                    supportBT: false,
         
     | 
| 
      
 20 
     | 
    
         
            +
                    supportPodcast: false,
         
     | 
| 
      
 21 
     | 
    
         
            +
                    supportScihub: false,
         
     | 
| 
      
 22 
     | 
    
         
            +
                },
         
     | 
| 
      
 23 
     | 
    
         
            +
                description: `
         
     | 
| 
      
 24 
     | 
    
         
            +
            | 类型中文 | 召回类型ID1 | 召回类型ID2 |
         
     | 
| 
      
 25 
     | 
    
         
            +
            | --- | --- | --- |
         
     | 
| 
      
 26 
     | 
    
         
            +
            | 消费品召回 | xfpzh | xfpgnzh |
         
     | 
| 
      
 27 
     | 
    
         
            +
            | 汽车召回 | qczh | gnzhqc |
         
     | 
| 
      
 28 
     | 
    
         
            +
            `,
         
     | 
| 
      
 29 
     | 
    
         
            +
                name: '召回信息',
         
     | 
| 
      
 30 
     | 
    
         
            +
                maintainers: ['a180285'],
         
     | 
| 
      
 31 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 32 
     | 
    
         
            +
                    {
         
     | 
| 
      
 33 
     | 
    
         
            +
                        source: ['www.samrdprc.org.cn/:type1/:type2'],
         
     | 
| 
      
 34 
     | 
    
         
            +
                        target: '/news/:type1/:type2',
         
     | 
| 
      
 35 
     | 
    
         
            +
                    },
         
     | 
| 
      
 36 
     | 
    
         
            +
                ],
         
     | 
| 
      
 37 
     | 
    
         
            +
                handler: async (ctx) => {
         
     | 
| 
      
 38 
     | 
    
         
            +
                    const baseURL = 'https://www.samrdprc.org.cn';
         
     | 
| 
      
 39 
     | 
    
         
            +
                    const type1 = ctx.req.param('type1');
         
     | 
| 
      
 40 
     | 
    
         
            +
                    const type2 = ctx.req.param('type2');
         
     | 
| 
      
 41 
     | 
    
         
            +
             
     | 
| 
      
 42 
     | 
    
         
            +
                    const url = `${baseURL}/${type1}/${type2}`;
         
     | 
| 
      
 43 
     | 
    
         
            +
                    const response = await got(url);
         
     | 
| 
      
 44 
     | 
    
         
            +
                    const $ = load(response.body);
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
                    const typeName = $('div.box_main > div.boxl.fl > div.boxl_tit > div > span.fl').text();
         
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
                    const listSelector = $('div.main > div.box1 > div.box_main > div.boxl.fl > div.boxl_ul > ul > li');
         
     | 
| 
      
 49 
     | 
    
         
            +
                    const items: DataItem[] = await Promise.all(
         
     | 
| 
      
 50 
     | 
    
         
            +
                        listSelector.toArray().map((el) => {
         
     | 
| 
      
 51 
     | 
    
         
            +
                            const item = $(el);
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
                            const title = item.find('a').text();
         
     | 
| 
      
 54 
     | 
    
         
            +
                            const link = url + '/' + item.find('a').attr('href');
         
     | 
| 
      
 55 
     | 
    
         
            +
                            const pubDate = parseDate(item.find('span').text().trim());
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
                            return cache.tryGet(link, async () => {
         
     | 
| 
      
 58 
     | 
    
         
            +
                                const detail = await got(link);
         
     | 
| 
      
 59 
     | 
    
         
            +
                                const $ = load(detail.body);
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
                                const articleHTML = $('div.main > div.box1 > div.box_main > div.boxl.fl > div.show_txt > div.TRS_Editor > div').html() || '';
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
      
 63 
     | 
    
         
            +
                                return {
         
     | 
| 
      
 64 
     | 
    
         
            +
                                    title,
         
     | 
| 
      
 65 
     | 
    
         
            +
                                    link,
         
     | 
| 
      
 66 
     | 
    
         
            +
                                    pubDate,
         
     | 
| 
      
 67 
     | 
    
         
            +
                                    description: articleHTML,
         
     | 
| 
      
 68 
     | 
    
         
            +
                                };
         
     | 
| 
      
 69 
     | 
    
         
            +
                            });
         
     | 
| 
      
 70 
     | 
    
         
            +
                        })
         
     | 
| 
      
 71 
     | 
    
         
            +
                    );
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
                    return {
         
     | 
| 
      
 74 
     | 
    
         
            +
                        title: `${typeName} - 国家市场监督管理总局`,
         
     | 
| 
      
 75 
     | 
    
         
            +
                        link: url,
         
     | 
| 
      
 76 
     | 
    
         
            +
                        item: items as DataItem[],
         
     | 
| 
      
 77 
     | 
    
         
            +
                    };
         
     | 
| 
      
 78 
     | 
    
         
            +
                },
         
     | 
| 
      
 79 
     | 
    
         
            +
            };
         
     |