rsshub 1.0.0-master.f6c2ebb → 1.0.0-master.f70afef
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.
- package/lib/api/follow/config.ts +27 -0
- package/lib/api/index.ts +2 -0
- package/lib/config.ts +27 -1
- package/lib/index.ts +3 -0
- package/lib/middleware/cache.ts +5 -3
- package/lib/router.js +2 -11
- package/lib/routes/10jqka/realtimenews.ts +2 -2
- package/lib/routes/141jav/namespace.ts +1 -1
- package/lib/routes/141ppv/namespace.ts +1 -1
- package/lib/routes/163/music/djradio.ts +27 -20
- package/lib/routes/163/namespace.ts +1 -1
- package/lib/routes/163/news/rank.ts +2 -2
- package/lib/routes/163/templates/music/djradio-content.art +2 -0
- package/lib/routes/163/today.ts +2 -2
- package/lib/routes/18comic/album.ts +2 -2
- package/lib/routes/18comic/namespace.ts +1 -1
- package/lib/routes/18comic/search.ts +2 -2
- package/lib/routes/1lou/index.ts +2 -2
- package/lib/routes/1point3acres/category.ts +2 -2
- package/lib/routes/1point3acres/offer.ts +2 -2
- package/lib/routes/21caijing/channel.ts +1082 -0
- package/lib/routes/21caijing/namespace.ts +8 -0
- package/lib/routes/30secondsofcode/category.ts +65 -0
- package/lib/routes/30secondsofcode/namespace.ts +7 -0
- package/lib/routes/30secondsofcode/new-and-popular.ts +41 -0
- package/lib/routes/30secondsofcode/utils.ts +54 -0
- package/lib/routes/36kr/hot-list.ts +6 -1
- package/lib/routes/36kr/index.ts +1 -1
- package/lib/routes/423down/index.ts +2 -2
- package/lib/routes/4ksj/forum.ts +2 -2
- package/lib/routes/52hrtt/symposium.ts +2 -2
- package/lib/routes/591/list.ts +2 -2
- package/lib/routes/78dm/index.ts +429 -43
- package/lib/routes/78dm/namespace.ts +2 -0
- package/lib/routes/78dm/templates/description.art +17 -0
- package/lib/routes/81/81rc/index.ts +2 -2
- package/lib/routes/91porn/namespace.ts +1 -1
- package/lib/routes/a9vg/index.ts +2 -2
- package/lib/routes/aamacau/index.ts +2 -2
- package/lib/routes/abc/index.ts +2 -2
- package/lib/routes/accessbriefing/index.ts +2 -2
- package/lib/routes/acfun/bangumi.ts +1 -1
- package/lib/routes/aeaweb/index.ts +2 -2
- package/lib/routes/aeon/category.ts +35 -18
- package/lib/routes/aeon/namespace.ts +1 -1
- package/lib/routes/aeon/templates/essay.art +8 -2
- package/lib/routes/aeon/templates/video.art +4 -4
- package/lib/routes/aeon/type.ts +29 -18
- package/lib/routes/aeon/utils.ts +47 -17
- package/lib/routes/agefans/update.ts +19 -17
- package/lib/routes/agirls/topic-list.ts +1 -1
- package/lib/routes/agirls/topic.ts +1 -1
- package/lib/routes/agirls/{index.ts → z-index.ts} +1 -1
- package/lib/routes/agri/index.ts +2 -2
- package/lib/routes/aibase/discover.ts +3 -3
- package/lib/routes/aibase/news.ts +1 -1
- package/lib/routes/aibase/topic.ts +5 -5
- package/lib/routes/aip/journal.ts +2 -2
- package/lib/routes/air-level/index.ts +49 -0
- package/lib/routes/air-level/levelrank.ts +65 -0
- package/lib/routes/air-level/namespace.ts +12 -0
- package/lib/routes/aisixiang/zhuanti.ts +2 -2
- package/lib/routes/ajcass/namespace.ts +11 -0
- package/lib/routes/ajcass/shxyj.ts +73 -0
- package/lib/routes/ali213/namespace.ts +9 -0
- package/lib/routes/ali213/news.ts +269 -0
- package/lib/routes/ali213/templates/description.art +21 -0
- package/lib/routes/ali213/zl.ts +226 -0
- package/lib/routes/aliresearch/information.ts +1 -1
- package/lib/routes/alistapart/index.ts +4 -2
- package/lib/routes/alistapart/topic.ts +1 -0
- package/lib/routes/ally/rail.ts +2 -2
- package/lib/routes/amz123/kx.ts +65 -0
- package/lib/routes/amz123/namespace.ts +9 -0
- package/lib/routes/annualreviews/index.ts +2 -2
- package/lib/routes/anquanke/namespace.ts +1 -1
- package/lib/routes/anthropic/namespace.ts +7 -0
- package/lib/routes/anthropic/news.ts +60 -0
- package/lib/routes/apnews/topics.ts +11 -12
- package/lib/routes/apnic/index.ts +61 -0
- package/lib/routes/apnic/namespace.ts +8 -0
- package/lib/routes/app-center/release.ts +2 -2
- package/lib/routes/apple/apps.ts +2 -2
- package/lib/routes/apple/podcast.ts +10 -6
- package/lib/routes/appleinsider/index.ts +1 -1
- package/lib/routes/arcteryx/new-arrivals.ts +2 -2
- package/lib/routes/arcteryx/outlet.ts +2 -2
- package/lib/routes/asus/bios.ts +0 -1
- package/lib/routes/baijing/index.ts +48 -0
- package/lib/routes/baijing/namespace.ts +8 -0
- package/lib/routes/bangumi.tv/subject/index.ts +2 -2
- package/lib/routes/barronschina/index.ts +2 -2
- package/lib/routes/bbc/index.ts +47 -42
- package/lib/routes/bdys/namespace.ts +1 -1
- package/lib/routes/behance/queries.ts +1015 -0
- package/lib/routes/behance/templates/description.art +23 -0
- package/lib/routes/behance/user.ts +78 -55
- package/lib/routes/beijingprice/index.ts +2 -2
- package/lib/routes/bilibili/article.ts +37 -14
- package/lib/routes/bilibili/dynamic.ts +17 -2
- package/lib/routes/bilibili/followers.ts +2 -2
- package/lib/routes/bilibili/followings-article.ts +2 -2
- package/lib/routes/bilibili/followings-dynamic.ts +2 -2
- package/lib/routes/bilibili/followings-video.ts +2 -2
- package/lib/routes/bilibili/followings.ts +2 -2
- package/lib/routes/bilibili/hot-search.ts +1 -1
- package/lib/routes/bilibili/live-area.ts +2 -2
- package/lib/routes/bilibili/manga-followings.ts +2 -2
- package/lib/routes/bilibili/manga-update.ts +3 -0
- package/lib/routes/bilibili/ranking.ts +12 -3
- package/lib/routes/bilibili/user-channel.ts +1 -0
- package/lib/routes/bilibili/user-collection.ts +3 -2
- package/lib/routes/bilibili/utils.ts +4 -0
- package/lib/routes/bilibili/video.ts +9 -1
- package/lib/routes/bilibili/watchlater.ts +2 -2
- package/lib/routes/bing/daily-wallpaper.ts +5 -1
- package/lib/routes/biquge/namespace.ts +1 -1
- package/lib/routes/bjp/namespace.ts +1 -1
- package/lib/routes/bjsk/index.ts +2 -2
- package/lib/routes/bjtu/gs.ts +2 -2
- package/lib/routes/blizzard/news-cn.ts +130 -0
- package/lib/routes/blizzard/news.ts +120 -31
- package/lib/routes/bloomberg/authors.ts +6 -6
- package/lib/routes/bnu/fe.ts +71 -0
- package/lib/routes/bnu/mba.ts +2 -2
- package/lib/routes/bsky/posts.ts +1 -0
- package/lib/routes/bt0/namespace.ts +2 -2
- package/lib/routes/btzj/index.ts +4 -4
- package/lib/routes/buaa/jiaowu.ts +1 -1
- package/lib/routes/buaa/sme.ts +2 -2
- package/lib/routes/caixin/latest.ts +6 -1
- package/lib/routes/caixin/utils-fulltext.ts +2 -2
- package/lib/routes/cara/likes.ts +1 -1
- package/lib/routes/cara/portfolio.ts +1 -1
- package/lib/routes/cara/timeline.ts +1 -1
- package/lib/routes/cast/index.ts +2 -2
- package/lib/routes/catti/namespace.ts +6 -0
- package/lib/routes/catti/news.ts +120 -0
- package/lib/routes/cbpanet/index.ts +19 -19
- package/lib/routes/cccfna/index.ts +1 -1
- package/lib/routes/cccmc/index.ts +263 -0
- package/lib/routes/cccmc/namespace.ts +9 -0
- package/lib/routes/ccfa/index.ts +13 -13
- package/lib/routes/cctv/lm.ts +2 -2
- package/lib/routes/chaoxing/qk.ts +4 -4
- package/lib/routes/chaping/banner.ts +1 -1
- package/lib/routes/chaping/news.ts +1 -1
- package/lib/routes/chaping/newsflash.ts +1 -1
- package/lib/routes/chikubi/namespace.ts +1 -1
- package/lib/routes/chinacdc/index.ts +505 -0
- package/lib/routes/chinacdc/namespace.ts +9 -0
- package/lib/routes/chinacdc/templates/description.art +7 -0
- package/lib/routes/chinania/index.ts +2 -2
- package/lib/routes/chinaratings/credit-research.ts +148 -0
- package/lib/routes/chinaratings/namespace.ts +8 -0
- package/lib/routes/chongdiantou/index.ts +57 -0
- package/lib/routes/chongdiantou/namespace.ts +9 -0
- package/lib/routes/chub/characters.ts +1 -1
- package/lib/routes/cisia/index.ts +2 -2
- package/lib/routes/civitai/discussions.ts +1 -1
- package/lib/routes/cls/subject.ts +2 -2
- package/lib/routes/cma/channel.ts +2 -2
- package/lib/routes/cnbeta/namespace.ts +1 -1
- package/lib/routes/cngold/index.ts +2 -2
- package/lib/routes/cnki/author.ts +122 -50
- package/lib/routes/cnki/utils.ts +4 -4
- package/lib/routes/cntv/column.ts +1 -1
- package/lib/routes/coolapk/dyh.ts +2 -2
- package/lib/routes/coolapk/hot.ts +2 -2
- package/lib/routes/coolapk/namespace.ts +1 -1
- package/lib/routes/copernicium/index.ts +29 -21
- package/lib/routes/counter-strike/news.ts +2 -2
- package/lib/routes/cpcaauto/index.ts +24 -24
- package/lib/routes/cpta/handler.ts +136 -0
- package/lib/routes/cpta/namespace.ts +6 -0
- package/lib/routes/ctbu/namespace.ts +7 -0
- package/lib/routes/ctbu/xxgg.ts +50 -0
- package/lib/routes/cuilingmag/index.ts +3 -2
- package/lib/routes/cursor/changelog.ts +63 -0
- package/lib/routes/cursor/namespace.ts +8 -0
- package/lib/routes/cybersecurityventures/namespace.ts +7 -0
- package/lib/routes/cybersecurityventures/news.ts +121 -0
- package/lib/routes/cybersecurityventures/types.ts +17 -0
- package/lib/routes/cyzone/author.ts +1 -1
- package/lib/routes/cyzone/label.ts +1 -1
- package/lib/routes/daily/discussed.ts +40 -6
- package/lib/routes/daily/popular.ts +182 -0
- package/lib/routes/daily/source.ts +14 -5
- package/lib/routes/daily/squads.ts +266 -0
- package/lib/routes/daily/upvoted.ts +127 -30
- package/lib/routes/daily/user.ts +15 -5
- package/lib/routes/daily/utils.ts +36 -20
- package/lib/routes/daoxuan/namespace.ts +7 -0
- package/lib/routes/daoxuan/rss.ts +43 -0
- package/lib/routes/dataguidance/index.ts +19 -30
- package/lib/routes/dcard/namespace.ts +1 -1
- package/lib/routes/dcfever/news.ts +1 -1
- package/lib/routes/dcfever/reviews.ts +1 -1
- package/lib/routes/dcfever/trading-search.ts +1 -1
- package/lib/routes/dcfever/trading.ts +1 -1
- package/lib/routes/dedao/index.ts +8 -2
- package/lib/routes/dedao/knowledge.ts +1 -1
- package/lib/routes/dedao/list.ts +1 -1
- package/lib/routes/dedao/user.ts +1 -1
- package/lib/routes/deeplearning/the-batch.ts +1 -1
- package/lib/routes/deepmind/blog.ts +1 -1
- package/lib/routes/deepseek/namespace.ts +8 -0
- package/lib/routes/deepseek/news.ts +88 -0
- package/lib/routes/dehenglaw/index.ts +2 -2
- package/lib/routes/diandong/news.ts +1 -1
- package/lib/routes/digitalcameraworld/news.ts +1 -1
- package/lib/routes/dingshao/namespace.ts +7 -0
- package/lib/routes/dingshao/share.ts +53 -0
- package/lib/routes/dingshao/types.ts +64 -0
- package/lib/routes/discourse/namespace.ts +1 -1
- package/lib/routes/discourse/notifications.ts +1 -1
- package/lib/routes/dlnews/category.ts +3 -2
- package/lib/routes/dn/news.ts +1 -1
- package/lib/routes/dnaindia/topic.ts +1 -1
- package/lib/routes/dockerhub/repositories.ts +42 -0
- package/lib/routes/dockerhub/tag.ts +18 -12
- package/lib/routes/domp4/detail.ts +1 -1
- package/lib/routes/domp4/namespace.ts +1 -1
- package/lib/routes/dongqiudi/daily.ts +2 -2
- package/lib/routes/dongqiudi/namespace.ts +1 -1
- package/lib/routes/dongqiudi/player-news.ts +1 -1
- package/lib/routes/dongqiudi/result.ts +1 -1
- package/lib/routes/dongqiudi/special.ts +1 -1
- package/lib/routes/dongqiudi/team-news.ts +1 -1
- package/lib/routes/dongqiudi/top-news.ts +1 -1
- package/lib/routes/douban/other/recommended.ts +2 -2
- package/lib/routes/douyin/namespace.ts +1 -1
- package/lib/routes/duckdb/news.ts +3 -4
- package/lib/routes/dw/namespace.ts +6 -0
- package/lib/routes/dw/news.ts +89 -0
- package/lib/routes/dw/rss.ts +62 -0
- package/lib/routes/dw/templates/description.art +23 -0
- package/lib/routes/dw/templates/liveblog.art +13 -0
- package/lib/routes/dw/templates/video.art +14 -0
- package/lib/routes/dw/utils.ts +172 -0
- package/lib/routes/dx2025/index.ts +1 -1
- package/lib/routes/dytt/index.ts +75 -0
- package/lib/routes/dytt/namespace.ts +7 -0
- package/lib/routes/ecnu/jwc.ts +5 -1
- package/lib/routes/egsea/flash.ts +2 -2
- package/lib/routes/eshukan/academic.ts +2 -2
- package/lib/routes/fashionnetwork/index.ts +2 -2
- package/lib/routes/fashionnetwork/namespace.ts +1 -1
- package/lib/routes/fastbull/express-news.ts +4 -4
- package/lib/routes/fastbull/namespace.ts +3 -3
- package/lib/routes/fastbull/news.ts +6 -6
- package/lib/routes/finology/bullets.ts +24 -14
- package/lib/routes/finology/category.ts +17 -16
- package/lib/routes/finology/most-viewed.ts +9 -32
- package/lib/routes/finology/tag.ts +7 -1
- package/lib/routes/finology/utils.ts +36 -31
- package/lib/routes/flyert/forum.ts +2 -2
- package/lib/routes/follow/profile.ts +4 -2
- package/lib/routes/foodtalks/index.ts +75 -0
- package/lib/routes/foodtalks/namespace.ts +9 -0
- package/lib/routes/foresightnews/article.ts +1 -1
- package/lib/routes/foresightnews/column.ts +1 -1
- package/lib/routes/foresightnews/index.ts +3 -1
- package/lib/routes/foresightnews/news.ts +1 -1
- package/lib/routes/freebuf/index.ts +2 -2
- package/lib/routes/ft/myft.ts +2 -2
- package/lib/routes/ftchinese/channel.ts +2 -2
- package/lib/routes/ftm/index.ts +1 -1
- package/lib/routes/furaffinity/browse.ts +1 -1
- package/lib/routes/furaffinity/home.ts +1 -1
- package/lib/routes/furaffinity/journals.ts +1 -1
- package/lib/routes/furaffinity/search.ts +1 -1
- package/lib/routes/furaffinity/shouts.ts +1 -1
- package/lib/routes/furaffinity/status.ts +1 -1
- package/lib/routes/gameapps/index.ts +2 -0
- package/lib/routes/gamebase/news.ts +147 -64
- package/lib/routes/gamebase/templates/description.art +21 -0
- package/lib/routes/gcores/category.ts +1 -1
- package/lib/routes/gcores/collection.ts +1 -1
- package/lib/routes/gcores/radio.ts +1 -1
- package/lib/routes/gcores/tag.ts +1 -1
- package/lib/routes/gdufs/namespace.ts +7 -0
- package/lib/routes/gdufs/news.ts +94 -0
- package/lib/routes/gdufs/xwxy/xwxy-news.ts +90 -0
- package/lib/routes/geekpark/index.ts +4 -4
- package/lib/routes/genossenschaften/index.ts +123 -0
- package/lib/routes/genossenschaften/namespace.ts +8 -0
- package/lib/routes/geocaching/blogs.ts +83 -22
- package/lib/routes/github/namespace.ts +1 -1
- package/lib/routes/github/repos.ts +55 -18
- package/lib/routes/go/mhlw/pdf.ts +2 -2
- package/lib/routes/go/niid/idwr-dl.ts +2 -2
- package/lib/routes/google/fonts.ts +2 -2
- package/lib/routes/google/news.ts +1 -1
- package/lib/routes/google/research.ts +14 -2
- package/lib/routes/google/scholar.ts +2 -2
- package/lib/routes/gov/ah/kjt.ts +2 -2
- package/lib/routes/gov/beijing/bjedu/gh.ts +2 -2
- package/lib/routes/gov/cbirc/index.ts +37 -37
- package/lib/routes/gov/csrc/csrc.ts +2 -2
- package/lib/routes/gov/customs/list.ts +1 -1
- package/lib/routes/gov/hainan/iitb/tzgg.ts +77 -0
- package/lib/routes/gov/hainan/namespace.ts +8 -0
- package/lib/routes/gov/jgjcndrc/index.ts +2 -2
- package/lib/routes/gov/lswz/index.ts +2 -2
- package/lib/routes/gov/moa/zdscxx.ts +2 -2
- package/lib/routes/gov/sh/fgw/index.ts +2 -2
- package/lib/routes/gov/suzhou/news.ts +2 -2
- package/lib/routes/grist/featured.ts +1 -1
- package/lib/routes/grist/index.ts +4 -1
- package/lib/routes/grist/series.ts +1 -1
- package/lib/routes/grist/topic.ts +1 -1
- package/lib/routes/guancha/index.ts +2 -2
- package/lib/routes/guangdiu/index.ts +2 -2
- package/lib/routes/guduodata/daily.ts +5 -5
- package/lib/routes/guokr/channel.ts +1 -1
- package/lib/routes/guokr/scientific.ts +1 -1
- package/lib/routes/gzdaily/app.ts +2 -2
- package/lib/routes/harvard/health/blog.ts +1 -1
- package/lib/routes/hashnode/blog.ts +2 -2
- package/lib/routes/hbr/topic.ts +27 -22
- package/lib/routes/hdu/auto/notice.ts +68 -0
- package/lib/routes/hdu/auto/utils.ts +51 -0
- package/lib/routes/hdu/namespace.ts +1 -1
- package/lib/routes/hellobtc/information.ts +1 -1
- package/lib/routes/hellobtc/kepu.ts +1 -1
- package/lib/routes/hellobtc/news.ts +1 -1
- package/lib/routes/hellogithub/article.ts +62 -0
- package/lib/routes/hellogithub/index.ts +2 -2
- package/lib/routes/hellogithub/report.ts +1 -1
- package/lib/routes/hellogithub/volume.ts +1 -1
- package/lib/routes/hexun/index.ts +74 -0
- package/lib/routes/hexun/namespace.ts +8 -0
- package/lib/routes/hiring.cafe/jobs.ts +152 -0
- package/lib/routes/hiring.cafe/namespace.ts +10 -0
- package/lib/routes/hiring.cafe/templates/jobs.art +18 -0
- package/lib/routes/hit/namespace.ts +1 -1
- package/lib/routes/hit/today.ts +4 -4
- package/lib/routes/hkepc/index.ts +1 -1
- package/lib/routes/hket/index.ts +14 -2
- package/lib/routes/home-assistant/hacs.ts +50 -0
- package/lib/routes/home-assistant/namespace.ts +7 -0
- package/lib/routes/hrbust/jwzx.ts +74 -37
- package/lib/routes/hrbust/namespace.ts +2 -1
- package/lib/routes/hrbust/news.ts +105 -0
- package/lib/routes/hrbust/nic.ts +100 -0
- package/lib/routes/hubu/index.ts +2 -2
- package/lib/routes/hubu/zhxy.ts +2 -2
- package/lib/routes/huggingface/blog.ts +87 -0
- package/lib/routes/hunau/gfxy/index.ts +1 -1
- package/lib/routes/hunau/ied.ts +1 -1
- package/lib/routes/hunau/jwc.ts +1 -1
- package/lib/routes/hunau/xky/index.ts +1 -1
- package/lib/routes/hupu/all.ts +2 -2
- package/lib/routes/hupu/bbs.ts +2 -2
- package/lib/routes/hupu/index.ts +2 -2
- package/lib/routes/hust/gs.ts +2 -2
- package/lib/routes/hust/mse.ts +2 -2
- package/lib/routes/huxiu/brief-column.ts +1 -1
- package/lib/routes/huxiu/channel.ts +1 -1
- package/lib/routes/huxiu/club.ts +4 -1
- package/lib/routes/huxiu/collection.ts +1 -1
- package/lib/routes/huxiu/member.ts +5 -2
- package/lib/routes/huxiu/moment.ts +1 -1
- package/lib/routes/huxiu/search.ts +1 -1
- package/lib/routes/huxiu/tag.ts +1 -1
- package/lib/routes/i-cable/news.ts +1 -1
- package/lib/routes/idolmaster/namespace.ts +7 -0
- package/lib/routes/idolmaster/news.ts +112 -0
- package/lib/routes/ieee/author.ts +95 -0
- package/lib/routes/iehou/index.ts +2 -2
- package/lib/routes/ifanr/category.ts +71 -0
- package/lib/routes/ifanr/digest.ts +104 -0
- package/lib/routes/ifanr/index.ts +70 -0
- package/lib/routes/ifanr/namespace.ts +8 -0
- package/lib/routes/ifi-audio/download.ts +1 -1
- package/lib/routes/ifun/n/category.ts +102 -0
- package/lib/routes/ifun/n/search.ts +73 -0
- package/lib/routes/ifun/n/tag.ts +76 -0
- package/lib/routes/ifun/n/util.ts +34 -0
- package/lib/routes/ifun/namespace.ts +9 -0
- package/lib/routes/iheima/index.ts +44 -0
- package/lib/routes/iheima/namespace.ts +8 -0
- package/lib/routes/ikea/cn/low-price.ts +2 -1
- package/lib/routes/iknowwhatyoudownload/daily.ts +112 -0
- package/lib/routes/iknowwhatyoudownload/namespace.ts +8 -0
- package/lib/routes/iknowwhatyoudownload/templates/daily.art +34 -0
- package/lib/routes/infoq/presentations.ts +3 -3
- package/lib/routes/infoq/recommend.ts +1 -1
- package/lib/routes/infoq/topic.ts +1 -1
- package/lib/routes/informedainews/docs.ts +1 -1
- package/lib/routes/informedainews/namespace.ts +1 -1
- package/lib/routes/inspirehep/author.ts +9 -1
- package/lib/routes/instagram/namespace.ts +1 -1
- package/lib/routes/instagram/web-api/index.ts +1 -1
- package/lib/routes/investor/index.ts +2 -2
- package/lib/routes/iqiyi/album.ts +2 -2
- package/lib/routes/iresearch/chart.ts +375 -0
- package/lib/routes/iresearch/templates/chart.art +13 -0
- package/lib/routes/isct/namespace.ts +5 -1
- package/lib/routes/isct/news.ts +21 -6
- package/lib/routes/ithome/zt.ts +2 -2
- package/lib/routes/iwara/subscriptions.ts +2 -2
- package/lib/routes/javbus/namespace.ts +3 -3
- package/lib/routes/javdb/namespace.ts +2 -2
- package/lib/routes/javdb/tags.ts +2 -2
- package/lib/routes/javlibrary/genre.ts +2 -2
- package/lib/routes/javlibrary/star.ts +2 -2
- package/lib/routes/javtrailers/casts.ts +41 -0
- package/lib/routes/javtrailers/categories.ts +40 -0
- package/lib/routes/{watasuke → javtrailers}/namespace.ts +2 -3
- package/lib/routes/javtrailers/studios.ts +39 -0
- package/lib/routes/javtrailers/templates/description.art +31 -0
- package/lib/routes/javtrailers/types.ts +59 -0
- package/lib/routes/javtrailers/utils.ts +48 -0
- package/lib/routes/jd/price.ts +2 -2
- package/lib/routes/jimmyspa/books.ts +112 -0
- package/lib/routes/jimmyspa/namespace.ts +7 -0
- package/lib/routes/jimmyspa/news.ts +124 -0
- package/lib/routes/jimmyspa/templates/description.art +17 -0
- package/lib/routes/jisilu/category.ts +115 -0
- package/lib/routes/jisilu/explore.ts +79 -0
- package/lib/routes/jisilu/namespace.ts +1 -0
- package/lib/routes/jisilu/people.ts +95 -0
- package/lib/routes/jisilu/topic.ts +76 -0
- package/lib/routes/jisilu/util.ts +111 -0
- package/lib/routes/joins/chinese.ts +15 -15
- package/lib/routes/joneslanglasalle/index.ts +311 -0
- package/lib/routes/joneslanglasalle/namespace.ts +13 -0
- package/lib/routes/joneslanglasalle/templates/description.art +21 -0
- package/lib/routes/jrj/index.ts +127 -0
- package/lib/routes/jrj/namespace.ts +8 -0
- package/lib/routes/juejin/books.ts +5 -7
- package/lib/routes/juejin/category.ts +19 -19
- package/lib/routes/juejin/collection.ts +6 -14
- package/lib/routes/juejin/{favorites.ts → collections.ts} +17 -25
- package/lib/routes/juejin/column.ts +13 -18
- package/lib/routes/juejin/dynamic.ts +8 -8
- package/lib/routes/juejin/pins.ts +5 -6
- package/lib/routes/juejin/posts.ts +19 -12
- package/lib/routes/juejin/tag.ts +11 -21
- package/lib/routes/juejin/trending.ts +11 -15
- package/lib/routes/juejin/types.ts +232 -0
- package/lib/routes/juejin/utils.ts +144 -45
- package/lib/routes/kcna/news.ts +7 -5
- package/lib/routes/keep/user.ts +1 -1
- package/lib/routes/kemono/index.ts +2 -2
- package/lib/routes/keylol/index.ts +2 -2
- package/lib/routes/koreaherald/index.ts +70 -0
- package/lib/routes/koreaherald/namespace.ts +6 -0
- package/lib/routes/kuaidi100/index.ts +2 -2
- package/lib/routes/kuaishou/namespace.ts +8 -0
- package/lib/routes/kuaishou/profile.ts +92 -0
- package/lib/routes/latepost/index.ts +1 -1
- package/lib/routes/lhratings/namespace.ts +9 -0
- package/lib/routes/lhratings/research.ts +145 -0
- package/lib/routes/line/publisher.ts +1 -1
- package/lib/routes/line/today.ts +1 -1
- package/lib/routes/linkresearcher/index.ts +108 -46
- package/lib/routes/linkresearcher/namespace.ts +8 -2
- package/lib/routes/linkresearcher/templates/bilingual.art +7 -0
- package/lib/routes/linkresearcher/types.ts +103 -0
- package/lib/routes/liveuamap/index.ts +1 -1
- package/lib/routes/lmu/namespace.ts +1 -1
- package/lib/routes/lofter/collection.ts +1 -1
- package/lib/routes/lofter/tag.ts +1 -1
- package/lib/routes/logrocket/index.ts +71 -0
- package/lib/routes/logrocket/namespace.ts +7 -0
- package/lib/routes/lorientlejour/index.ts +2 -2
- package/lib/routes/lrepacks/index.ts +2 -2
- package/lib/routes/luogu/daily.ts +1 -1
- package/lib/routes/luogu/user-article.ts +75 -0
- package/lib/routes/luogu/user-blog.ts +4 -1
- package/lib/routes/luogu/user-feed.ts +9 -10
- package/lib/routes/luogu/utils.ts +17 -0
- package/lib/routes/m-78/namespace.ts +7 -0
- package/lib/routes/m-78/news.ts +115 -0
- package/lib/routes/m-78/types.ts +13 -0
- package/lib/routes/maccms/index.ts +1 -1
- package/lib/routes/maccms/namespace.ts +1 -1
- package/lib/routes/macfilos/blog.ts +1 -1
- package/lib/routes/malaysiakini/namespace.ts +1 -1
- package/lib/routes/manhuagui/subscribe.ts +2 -2
- package/lib/routes/mastodon/namespace.ts +1 -1
- package/lib/routes/mastodon/utils.ts +1 -1
- package/lib/routes/matters/namespace.ts +1 -1
- package/lib/routes/medium/feed.ts +54 -0
- package/lib/routes/medium/following.ts +2 -2
- package/lib/routes/medium/for-you.ts +2 -2
- package/lib/routes/medium/list.ts +2 -2
- package/lib/routes/medium/tag.ts +2 -2
- package/lib/routes/medsci/index.ts +3 -3
- package/lib/routes/meishichina/index.ts +4 -4
- package/lib/routes/microsoft/mcr.ts +2 -2
- package/lib/routes/mihoyo/bbs/timeline.ts +3 -3
- package/lib/routes/mirror/index.ts +1 -1
- package/lib/routes/missav/namespace.ts +2 -2
- package/lib/routes/missav/new.ts +19 -12
- package/lib/routes/misskey/types.ts +1 -1
- package/lib/routes/misskey/user-timeline.ts +4 -3
- package/lib/routes/misskey/utils.ts +29 -8
- package/lib/routes/mittrchina/index.ts +6 -4
- package/lib/routes/moodysmismicrosite/namespace.ts +7 -0
- package/lib/routes/moodysmismicrosite/report.ts +90 -0
- package/lib/routes/mox/index.ts +4 -4
- package/lib/routes/msn/index.ts +86 -0
- package/lib/routes/msn/namespace.ts +10 -0
- package/lib/routes/{mvm → mwm}/index.ts +1 -1
- package/lib/routes/mygopen/index.ts +1 -1
- package/lib/routes/nasa/apod-cn.ts +2 -2
- package/lib/routes/nature/highlight.ts +2 -2
- package/lib/routes/nature/namespace.ts +1 -1
- package/lib/routes/nautil/topics.ts +1 -1
- package/lib/routes/ncc-cma/cmdp.ts +2 -2
- package/lib/routes/newrank/douyin.ts +1 -1
- package/lib/routes/newrank/namespace.ts +1 -1
- package/lib/routes/newrank/wechat.ts +6 -1
- package/lib/routes/newseed/index.ts +73 -0
- package/lib/routes/newseed/namespace.ts +8 -0
- package/lib/routes/newzmz/index.ts +2 -2
- package/lib/routes/nmtv/column.ts +2 -2
- package/lib/routes/now/news.ts +2 -2
- package/lib/routes/nuist/bulletin.ts +2 -2
- package/lib/routes/nuist/namespace.ts +1 -1
- package/lib/routes/nyaa/namespace.ts +1 -1
- package/lib/routes/obsidian/plugins.ts +41 -0
- package/lib/routes/odaily/activity.ts +1 -1
- package/lib/routes/odaily/newsflash.ts +1 -1
- package/lib/routes/odaily/post.ts +1 -1
- package/lib/routes/odaily/search-news.ts +1 -1
- package/lib/routes/odaily/user.ts +1 -1
- package/lib/routes/oreno3d/namespace.ts +1 -1
- package/lib/routes/oschina/column.ts +246 -0
- package/lib/routes/oschina/event.ts +243 -0
- package/lib/routes/oschina/namespace.ts +1 -0
- package/lib/routes/oschina/templates/description.art +21 -0
- package/lib/routes/oschina/user.ts +1 -1
- package/lib/routes/osu/beatmaps/latest-ranked.ts +313 -0
- package/lib/routes/osu/beatmaps/templates/beatmapset.art +37 -0
- package/lib/routes/ouc/jwgl.ts +2 -2
- package/lib/routes/p-articles/namespace.ts +1 -1
- package/lib/routes/pacilution/latest.ts +102 -0
- package/lib/routes/pacilution/namespace.ts +6 -0
- package/lib/routes/panewslab/author.ts +1 -1
- package/lib/routes/panewslab/news.ts +1 -1
- package/lib/routes/panewslab/profundity.ts +1 -1
- package/lib/routes/panewslab/topic.ts +1 -1
- package/lib/routes/papers/index.ts +10 -8
- package/lib/routes/papers/query.ts +112 -0
- package/lib/routes/papers/templates/description.art +4 -0
- package/lib/routes/parliament.uk/namespace.ts +2 -0
- package/lib/routes/parliament.uk/petitions.ts +191 -0
- package/lib/routes/parliament.uk/templates/description.art +7 -0
- package/lib/routes/patreon/feed.ts +126 -0
- package/lib/routes/patreon/namespace.ts +7 -0
- package/lib/routes/patreon/templates/description.art +39 -0
- package/lib/routes/patreon/types.ts +387 -0
- package/lib/routes/pconline/focus.ts +1 -1
- package/lib/routes/pconline/namespace.ts +1 -1
- package/lib/routes/pencilnews/index.ts +70 -0
- package/lib/routes/pencilnews/namespace.ts +9 -0
- package/lib/routes/phoronix/index.ts +1 -1
- package/lib/routes/picnob/templates/desc.art +10 -3
- package/lib/routes/picnob/user.ts +52 -35
- package/lib/routes/picuki/profile.ts +2 -2
- package/lib/routes/pingwest/status.ts +1 -1
- package/lib/routes/pingwest/tag.ts +3 -3
- package/lib/routes/pingwest/user.ts +1 -1
- package/lib/routes/pinterest/namespace.ts +7 -0
- package/lib/routes/pinterest/types.ts +330 -0
- package/lib/routes/pinterest/user.ts +104 -0
- package/lib/routes/pixiv/illustfollow.ts +2 -2
- package/lib/routes/pixiv/novel-api/series/nsfw.ts +35 -34
- package/lib/routes/pixiv/novel-api/series/sfw.ts +3 -5
- package/lib/routes/pixiv/novel-api/series/types.ts +26 -0
- package/lib/routes/pixiv/novel-api/user-novels/nsfw.ts +2 -6
- package/lib/routes/pixiv/novel-api/user-novels/sfw.ts +2 -5
- package/lib/routes/pixiv/novel-series.ts +1 -1
- package/lib/routes/pixiv/user.ts +1 -1
- package/lib/routes/pixivision/index.ts +2 -2
- package/lib/routes/pku/bbs/hot.ts +2 -2
- package/lib/routes/pku/hr.ts +2 -2
- package/lib/routes/playno1/av.ts +1 -1
- package/lib/routes/plurk/anonymous.ts +1 -1
- package/lib/routes/plurk/hotlinks.ts +1 -1
- package/lib/routes/plurk/news.ts +1 -1
- package/lib/routes/plurk/search.ts +1 -1
- package/lib/routes/psyche/topic.ts +1 -1
- package/lib/routes/qbitai/category.ts +26 -12
- package/lib/routes/qbitai/tag.ts +1 -1
- package/lib/routes/qingting/channel.ts +9 -9
- package/lib/routes/qingting/podcast.ts +13 -23
- package/lib/routes/qq/ac/rank.ts +2 -2
- package/lib/routes/qq/cfhd/index.ts +2 -2
- package/lib/routes/qq/lol/news.ts +206 -0
- package/lib/routes/qstheory/index.ts +121 -0
- package/lib/routes/qstheory/magazine.ts +64 -0
- package/lib/routes/qstheory/namespace.ts +7 -0
- package/lib/routes/qstheory/utils.ts +25 -0
- package/lib/routes/questmobile/report.ts +3 -3
- package/lib/routes/questn/events.ts +1 -1
- package/lib/routes/qweather/3days.ts +4 -3
- package/lib/routes/qweather/now.ts +12 -9
- package/lib/routes/radio/album.ts +2 -2
- package/lib/routes/radio/index.ts +2 -2
- package/lib/routes/radio/zhibo.ts +2 -2
- package/lib/routes/readhub/daily.ts +1 -1
- package/lib/routes/readhub/index.ts +1 -1
- package/lib/routes/rebase/geekdaily.ts +1 -1
- package/lib/routes/reuters/namespace.ts +1 -1
- package/lib/routes/rsc/journal.ts +2 -2
- package/lib/routes/rsshub/transform/json.ts +1 -1
- package/lib/routes/ruankao/namespace.ts +6 -0
- package/lib/routes/ruankao/news.ts +106 -0
- package/lib/routes/ruc/ai.ts +2 -2
- package/lib/routes/ruc/hr.ts +2 -2
- package/lib/routes/sciencedirect/call-for-paper.ts +80 -0
- package/lib/routes/sciencedirect/templates/description.art +5 -0
- package/lib/routes/scientificamerican/namespace.ts +9 -0
- package/lib/routes/scientificamerican/podcast.ts +270 -0
- package/lib/routes/scientificamerican/templates/description.art +31 -0
- package/lib/routes/sctv/programme.ts +2 -2
- package/lib/routes/scu/jwc/tzgg.ts +75 -0
- package/lib/routes/scu/scupi/_utils.ts +1 -2
- package/lib/routes/scu/scupi/notice.ts +2 -1
- package/lib/routes/scut/gzic/media.ts +1 -1
- package/lib/routes/scut/gzic/news.ts +1 -1
- package/lib/routes/scut/gzic/notice.ts +1 -1
- package/lib/routes/scut/seie/news-ccenter.ts +1 -1
- package/lib/routes/sdzk/index.ts +2 -2
- package/lib/routes/shmeea/index.ts +4 -4
- package/lib/routes/showstart/artist.ts +1 -1
- package/lib/routes/showstart/brand.ts +1 -1
- package/lib/routes/showstart/event.ts +1 -1
- package/lib/routes/showstart/site.ts +1 -1
- package/lib/routes/shu/global.ts +95 -0
- package/lib/routes/shu/gs.ts +107 -0
- package/lib/routes/shu/index.ts +59 -41
- package/lib/routes/shu/jwb.ts +8 -7
- package/lib/routes/shu/namespace.ts +2 -1
- package/lib/routes/shu/society.ts +62 -0
- package/lib/routes/shu/xykd.ts +99 -0
- package/lib/routes/sicau/jk.ts +2 -2
- package/lib/routes/simpleinfo/index.ts +1 -1
- package/lib/routes/sina/sports.ts +4 -1
- package/lib/routes/sjtu/jwc.ts +18 -14
- package/lib/routes/slowmist/slowmist.ts +1 -1
- package/lib/routes/smzdm/haowen.ts +35 -19
- package/lib/routes/smzdm/namespace.ts +1 -1
- package/lib/routes/sohu/mp.ts +18 -1
- package/lib/routes/sony/downloads.ts +2 -2
- package/lib/routes/southcn/nfapp/column.ts +2 -2
- package/lib/routes/spglobal/namespace.ts +7 -0
- package/lib/routes/spglobal/ratings.ts +64 -0
- package/lib/routes/spotify/show.ts +5 -4
- package/lib/routes/sse/sselawsrules.ts +2 -2
- package/lib/routes/sspai/activity.ts +1 -1
- package/lib/routes/sspai/author.ts +1 -1
- package/lib/routes/sspai/bookmarks.ts +1 -1
- package/lib/routes/sspai/column.ts +1 -1
- package/lib/routes/sspai/matrix.ts +1 -1
- package/lib/routes/sspai/series-update.ts +1 -1
- package/lib/routes/sspai/series.ts +1 -1
- package/lib/routes/sspai/shortcuts-gallery.ts +1 -1
- package/lib/routes/sspai/tag.ts +1 -1
- package/lib/routes/sspai/topic.ts +1 -1
- package/lib/routes/sspai/topics.ts +1 -1
- package/lib/routes/startuplatte/index.ts +1 -1
- package/lib/routes/stbu/jsjxy.ts +5 -2
- package/lib/routes/steam/appcommunityfeed.ts +1 -1
- package/lib/routes/steam/curator.ts +93 -0
- package/lib/routes/steam/search.ts +7 -0
- package/lib/routes/steam/templates/curator-description.art +4 -0
- package/lib/routes/stockedge/daily-news.ts +3 -0
- package/lib/routes/stockedge/utils.ts +10 -5
- package/lib/routes/storm/index.ts +2 -2
- package/lib/routes/substack/namespace.ts +7 -0
- package/lib/routes/substack/subscribe.ts +48 -0
- package/lib/routes/syosetu/dev.ts +67 -0
- package/lib/routes/syosetu/index.ts +85 -0
- package/lib/routes/syosetu/namespace.ts +2 -2
- package/lib/routes/syosetu/ranking-isekai.ts +93 -0
- package/lib/routes/syosetu/ranking-r18.ts +192 -0
- package/lib/routes/syosetu/ranking.ts +285 -0
- package/lib/routes/syosetu/search.ts +161 -0
- package/lib/routes/syosetu/templates/description.art +73 -0
- package/lib/routes/syosetu/types/ranking-r18.ts +60 -0
- package/lib/routes/syosetu/types/ranking.ts +67 -0
- package/lib/routes/syosetu/types/search.ts +138 -0
- package/lib/routes/syosetu/utils.ts +50 -0
- package/lib/routes/szse/rule.ts +2 -2
- package/lib/routes/t66y/post.ts +2 -2
- package/lib/routes/taiwanmobile/namespace.ts +7 -0
- package/lib/routes/taiwanmobile/rate-plans.ts +64 -0
- package/lib/routes/taoguba/blog.ts +5 -48
- package/lib/routes/taoguba/index.ts +11 -52
- package/lib/routes/taoguba/namespace.ts +1 -1
- package/lib/routes/taoguba/util.ts +48 -0
- package/lib/routes/taptap/changelog-cn.ts +29 -0
- package/lib/routes/taptap/changelog-intl.ts +34 -0
- package/lib/routes/taptap/common/changelog.ts +40 -0
- package/lib/routes/taptap/common/review.ts +126 -0
- package/lib/routes/taptap/namespace.ts +3 -3
- package/lib/routes/taptap/review-cn.ts +33 -0
- package/lib/routes/taptap/review-intl.ts +41 -0
- package/lib/routes/taptap/templates/videoPost.art +0 -1
- package/lib/routes/taptap/topic.ts +34 -30
- package/lib/routes/taptap/types.ts +363 -0
- package/lib/routes/taptap/utils.ts +20 -20
- package/lib/routes/techsir/index.ts +67 -0
- package/lib/routes/techsir/namespace.ts +8 -0
- package/lib/routes/telecompaper/news.ts +2 -2
- package/lib/routes/telegram/channel.ts +2 -2
- package/lib/routes/telegram/stickerpack.ts +1 -1
- package/lib/routes/tesla/cx.ts +2 -2
- package/lib/routes/the/index.ts +2 -2
- package/lib/routes/theatlantic/news.ts +4 -7
- package/lib/routes/theatlantic/utils.ts +10 -8
- package/lib/routes/theinitium/app.ts +2 -2
- package/lib/routes/theinitium/author.ts +1 -1
- package/lib/routes/theinitium/channel.ts +1 -1
- package/lib/routes/theinitium/namespace.ts +1 -1
- package/lib/routes/theinitium/tags.ts +1 -1
- package/lib/routes/themoviedb/namespace.ts +1 -1
- package/lib/routes/thepaper/839studio/category.ts +1 -1
- package/lib/routes/thepaper/839studio/studio.ts +1 -1
- package/lib/routes/thepaper/channel.ts +1 -1
- package/lib/routes/thepaper/factpaper.ts +1 -1
- package/lib/routes/thepaper/featured.ts +1 -1
- package/lib/routes/thepaper/list.ts +1 -1
- package/lib/routes/thepaper/sidebar.ts +4 -1
- package/lib/routes/thepaper/user.ts +174 -0
- package/lib/routes/thepetcity/index.ts +1 -1
- package/lib/routes/thepetcity/namespace.ts +2 -2
- package/lib/routes/theverge/index.ts +1 -1
- package/lib/routes/tiddlywiki/namespace.ts +8 -0
- package/lib/routes/tiddlywiki/releases.ts +84 -0
- package/lib/routes/timednews/news.ts +1 -1
- package/lib/routes/tkww/index.ts +1 -1
- package/lib/routes/tmtpost/namespace.ts +9 -0
- package/lib/routes/tmtpost/nictation.ts +59 -0
- package/lib/routes/tokeninsight/namespace.ts +1 -1
- package/lib/routes/tongji/gs.ts +66 -0
- package/lib/routes/tongji/sem/notice.ts +3 -1
- package/lib/routes/tongji/yjs.ts +34 -20
- package/lib/routes/tophub/index.ts +1 -1
- package/lib/routes/tophub/list.ts +2 -2
- package/lib/routes/tophub/namespace.ts +1 -1
- package/lib/routes/tsinghua/lib/tzgg.ts +73 -0
- package/lib/routes/tsinghua/lib/zydt.ts +2 -2
- package/lib/routes/twitter/api/index.ts +4 -1
- package/lib/routes/twitter/api/mobile-api/api.ts +8 -0
- package/lib/routes/twitter/api/web-api/api.ts +27 -26
- package/lib/routes/twitter/api/web-api/constants.ts +3 -1
- package/lib/routes/twitter/api/web-api/utils.ts +46 -21
- package/lib/routes/twitter/keyword.ts +5 -1
- package/lib/routes/twitter/list.ts +4 -0
- package/lib/routes/twitter/namespace.ts +1 -0
- package/lib/routes/twitter/user.ts +6 -1
- package/lib/routes/twitter/utils.ts +7 -0
- package/lib/routes/twreporter/category.ts +1 -1
- package/lib/routes/twreporter/newest.ts +1 -1
- package/lib/routes/txks/namespace.ts +7 -0
- package/lib/routes/txks/news.ts +107 -0
- package/lib/routes/uestc/bbs.ts +1 -1
- package/lib/routes/uibe/hr.ts +2 -2
- package/lib/routes/ups/namespace.ts +12 -0
- package/lib/routes/ups/track.ts +114 -0
- package/lib/routes/utgd/category.ts +1 -1
- package/lib/routes/utgd/timeline.ts +1 -1
- package/lib/routes/utgd/topic.ts +1 -1
- package/lib/routes/vertikal/latest.ts +1 -1
- package/lib/routes/vimeo/usr-videos.ts +2 -2
- package/lib/routes/visionias/namespace.ts +8 -0
- package/lib/routes/visionias/news-today.ts +100 -0
- package/lib/routes/visionias/templates/description-sub.art +6 -0
- package/lib/routes/visionias/templates/description.art +12 -0
- package/lib/routes/visionias/utils.ts +109 -0
- package/lib/routes/visionias/weekly-focus.ts +56 -0
- package/lib/routes/vocus/publication.ts +1 -1
- package/lib/routes/vocus/user.ts +1 -1
- package/lib/routes/wabei/index.ts +75 -0
- package/lib/routes/wabei/namespace.ts +8 -0
- package/lib/routes/wallhaven/index.ts +2 -2
- package/lib/routes/wallhaven/namespace.ts +1 -1
- package/lib/routes/wallstreetcn/calendar.ts +90 -0
- package/lib/routes/wallstreetcn/hot.ts +2 -2
- package/lib/routes/wallstreetcn/live.ts +1 -1
- package/lib/routes/wallstreetcn/news.ts +15 -4
- package/lib/routes/washingtonpost/app.ts +1 -1
- package/lib/routes/web/series.ts +1 -1
- package/lib/routes/webcatalog/changelog.ts +59 -0
- package/lib/routes/webcatalog/namespace.ts +7 -0
- package/lib/routes/wechat/namespace.ts +1 -1
- package/lib/routes/wechat/tgchannel.ts +4 -4
- package/lib/routes/weibo/friends.ts +2 -2
- package/lib/routes/weibo/group.ts +2 -2
- package/lib/routes/weibo/namespace.ts +1 -1
- package/lib/routes/weibo/timeline.ts +2 -2
- package/lib/routes/weibo/user-bookmarks.ts +2 -2
- package/lib/routes/weibo/user.ts +2 -2
- package/lib/routes/weibo/utils.ts +3 -3
- package/lib/routes/whu/swrh.ts +115 -0
- package/lib/routes/wordpress/index.ts +2 -2
- package/lib/routes/wufazhuce/namespace.ts +7 -0
- package/lib/routes/wufazhuce/one.ts +90 -0
- package/lib/routes/xaut/jwc.ts +2 -2
- package/lib/routes/xaut/rsc.ts +2 -2
- package/lib/routes/xbmu/academic.ts +91 -0
- package/lib/routes/xbmu/announcement.ts +91 -0
- package/lib/routes/xbmu/namespace.ts +6 -0
- package/lib/routes/xiaohongshu/user.ts +51 -6
- package/lib/routes/xiaohongshu/util.ts +172 -105
- package/lib/routes/ximalaya/album.ts +2 -2
- package/lib/routes/xinpianchang/index.ts +2 -2
- package/lib/routes/xmu/kydt.ts +68 -0
- package/lib/routes/xmu/namespace.ts +9 -0
- package/lib/routes/xsijishe/forum.ts +2 -2
- package/lib/routes/xueqiu/column.ts +11 -2
- package/lib/routes/xueqiu/cookies.ts +13 -18
- package/lib/routes/xueqiu/timeline.ts +2 -2
- package/lib/routes/xueqiu/user-stock.ts +1 -1
- package/lib/routes/xyzrank/namespace.ts +1 -1
- package/lib/routes/yahoo/news/index.ts +1 -1
- package/lib/routes/yahoo/news/listid.ts +5 -2
- package/lib/routes/yahoo/news/provider-helper.ts +5 -2
- package/lib/routes/yahoo/news/provider.ts +5 -2
- package/lib/routes/yamibo/bbs/forum.ts +1 -1
- package/lib/routes/yamibo/bbs/thread.ts +1 -1
- package/lib/routes/yicai/feed.ts +2 -2
- package/lib/routes/yna/index.ts +92 -0
- package/lib/routes/yna/namespace.ts +10 -0
- package/lib/routes/youtube/channel.ts +1 -1
- package/lib/routes/youtube/user.ts +26 -7
- package/lib/routes/youtube/utils.ts +3 -0
- package/lib/routes/zaker/channel.ts +44 -0
- package/lib/routes/zaker/focus.ts +39 -0
- package/lib/routes/zaker/utils.ts +186 -0
- package/lib/routes/zaobao/namespace.ts +1 -1
- package/lib/routes/zaobao/util.ts +13 -7
- package/lib/routes/zcool/discover.ts +2 -2
- package/lib/routes/zhihu/all-collections.ts +109 -0
- package/lib/routes/zhihu/namespace.ts +1 -1
- package/lib/routes/zhihu/timeline.ts +2 -2
- package/lib/routes/zhihu/types.ts +26 -0
- package/lib/routes/zhihu/utils.ts +8 -11
- package/lib/routes/zhihu/xhu/activities.ts +2 -2
- package/lib/routes/zhubai/index.ts +2 -2
- package/lib/routes/zimuxia/portfolio.ts +1 -1
- package/lib/routes/zjut/cs/index.ts +1 -1
- package/lib/routes/zsxq/utils.ts +2 -0
- package/lib/routes/zyw/hot.ts +2 -2
- package/lib/types.ts +121 -8
- package/lib/utils/wechat-mp.ts +15 -13
- package/lib/views/index.tsx +1 -1
- package/lib/views/json.ts +13 -11
- package/lib/views/rss3.test.ts +4 -3
- package/lib/views/rss3.ts +3 -2
- package/package.json +65 -64
- package/lib/routes/78dm/templates/image.art +0 -1
- package/lib/routes/daily/index.ts +0 -101
- package/lib/routes/geocaching/templates/blogs.art +0 -6
- package/lib/routes/hrbust/templates/description.art +0 -1
- package/lib/routes/hrbust/utils.ts +0 -65
- package/lib/routes/jisilu/index.ts +0 -133
- package/lib/routes/syosetu/chapter.ts +0 -87
- package/lib/routes/taptap/changelog.ts +0 -71
- package/lib/routes/taptap/review.ts +0 -166
- package/lib/routes/watasuke/blog.ts +0 -42
- package/lib/routes/xiaohongshu/notes.ts +0 -39
- package/lib/routes/zaker/index.ts +0 -80
- package/lib/routes-deprecated/21caijing/channel.js +0 -76
- package/lib/routes-deprecated/dytt/index.js +0 -60
- package/lib/routes-deprecated/ieee/author.js +0 -30
- package/lib/routes-deprecated/ifanr/index.js +0 -71
- package/lib/routes-deprecated/lol/newsindex.js +0 -87
- package/lib/routes-deprecated/qstheory/index.js +0 -122
- /package/lib/routes/{mvm → mwm}/namespace.ts +0 -0
|
@@ -3,10 +3,24 @@ import got from '@/utils/got';
|
|
|
3
3
|
import { parseDate } from '@/utils/parse-date';
|
|
4
4
|
|
|
5
5
|
export const route: Route = {
|
|
6
|
-
path: '/blogs',
|
|
6
|
+
path: '/blogs/:language?',
|
|
7
7
|
categories: ['blog'],
|
|
8
|
-
example: '/geocaching/blogs',
|
|
9
|
-
parameters: {
|
|
8
|
+
example: '/geocaching/blogs/en',
|
|
9
|
+
parameters: {
|
|
10
|
+
language: {
|
|
11
|
+
description: 'language',
|
|
12
|
+
default: 'en',
|
|
13
|
+
options: [
|
|
14
|
+
{ value: 'en', label: 'English' },
|
|
15
|
+
{ value: 'de', label: 'Deutsch' },
|
|
16
|
+
{ value: 'fr', label: 'Français' },
|
|
17
|
+
{ value: 'es', label: 'Español' },
|
|
18
|
+
{ value: 'nl', label: 'Nederlands' },
|
|
19
|
+
{ value: 'cs', label: 'Čeština' },
|
|
20
|
+
{ value: 'all', label: 'Not Specified' },
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
},
|
|
10
24
|
features: {
|
|
11
25
|
requireConfig: false,
|
|
12
26
|
requirePuppeteer: false,
|
|
@@ -21,35 +35,82 @@ export const route: Route = {
|
|
|
21
35
|
},
|
|
22
36
|
],
|
|
23
37
|
name: 'Official Blogs',
|
|
24
|
-
maintainers: ['HankChow'],
|
|
38
|
+
maintainers: ['HankChow', 'Konano'],
|
|
25
39
|
handler,
|
|
26
40
|
url: 'geocaching.com/blog/',
|
|
27
41
|
};
|
|
28
42
|
|
|
43
|
+
const languageToCategory = { de: 140, fr: 138, es: 702, nl: 737, cs: 1404 };
|
|
44
|
+
const languageToLabel = { de: 'Deutsch', fr: 'Français', es: 'Español', nl: 'Nederlands', cs: 'Čeština' };
|
|
45
|
+
|
|
29
46
|
async function handler(ctx) {
|
|
30
47
|
const baseUrl = 'https://www.geocaching.com';
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
48
|
+
const language = ctx.req.param('language') ?? 'en';
|
|
49
|
+
const searchParams: {
|
|
50
|
+
per_page: number;
|
|
51
|
+
_embed: number;
|
|
52
|
+
_fields: string;
|
|
53
|
+
categories_exclude?: string;
|
|
54
|
+
categories?: number;
|
|
55
|
+
} = {
|
|
56
|
+
per_page: ctx.req.query('limit') ?? 20,
|
|
57
|
+
_embed: 1,
|
|
58
|
+
_fields: ['id', 'title', 'link', 'guid', 'content', 'date_gmt', 'modified_gmt', '_embedded', '_links'].join(','),
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
if (language === 'en') {
|
|
62
|
+
searchParams.categories_exclude = Object.values(languageToCategory).join(',');
|
|
63
|
+
} else if (language in languageToCategory) {
|
|
64
|
+
searchParams.categories = languageToCategory[language];
|
|
65
|
+
} else if (language === 'all') {
|
|
66
|
+
// do nothing
|
|
67
|
+
} else {
|
|
68
|
+
throw new Error(`Unsupported language: ${language}`);
|
|
69
|
+
}
|
|
37
70
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
71
|
+
// console.log(searchParams);
|
|
72
|
+
|
|
73
|
+
const { data: response } = await got(`${baseUrl}/blog/wp-json/wp/v2/posts`, { searchParams });
|
|
74
|
+
const items = response.map((item) => {
|
|
75
|
+
const media = item._embedded['wp:featuredmedia'][0];
|
|
76
|
+
const mediaDetails = media?.media_details;
|
|
77
|
+
return {
|
|
78
|
+
title: item.title.rendered.trim(),
|
|
79
|
+
link: item.link,
|
|
80
|
+
guid: item.guid.rendered,
|
|
81
|
+
description: item.content.rendered,
|
|
82
|
+
pubDate: parseDate(item.date_gmt),
|
|
83
|
+
updated: parseDate(item.modified_gmt),
|
|
84
|
+
author: item._embedded.author[0].name,
|
|
85
|
+
category: item._embedded['wp:term'][0].map((category) => category.name.trim()),
|
|
86
|
+
media: media
|
|
87
|
+
? {
|
|
88
|
+
content: {
|
|
89
|
+
url: media.source_url,
|
|
90
|
+
type: media.mime_type,
|
|
91
|
+
height: mediaDetails.height,
|
|
92
|
+
width: mediaDetails.width,
|
|
93
|
+
fileSize: mediaDetails.filesize,
|
|
94
|
+
},
|
|
95
|
+
thumbnail: {
|
|
96
|
+
url: mediaDetails.sizes.large.source_url,
|
|
97
|
+
height: mediaDetails.sizes.large.height,
|
|
98
|
+
width: mediaDetails.sizes.large.width,
|
|
99
|
+
},
|
|
100
|
+
}
|
|
101
|
+
: undefined,
|
|
102
|
+
};
|
|
103
|
+
});
|
|
47
104
|
|
|
48
105
|
return {
|
|
49
|
-
title: 'Geocaching Blog',
|
|
106
|
+
title: language in languageToLabel ? `Geocaching Blog - ${languageToLabel[language]}` : 'Geocaching Blog',
|
|
50
107
|
link: `${baseUrl}/blog/`,
|
|
51
|
-
|
|
52
|
-
|
|
108
|
+
language: language in languageToCategory ? language : 'en',
|
|
109
|
+
image: 'https://i.ytimg.com/vi_webp/G28VxvBoSLQ/maxresdefault.webp',
|
|
110
|
+
icon: `${baseUrl}/blog/favicon.ico`,
|
|
111
|
+
logo: `${baseUrl}/blog/favicon.ico`,
|
|
112
|
+
description: 'Geocaching Official Blog',
|
|
53
113
|
item: items,
|
|
114
|
+
allowEmpty: true,
|
|
54
115
|
};
|
|
55
116
|
}
|
|
@@ -3,7 +3,7 @@ import type { Namespace } from '@/types';
|
|
|
3
3
|
export const namespace: Namespace = {
|
|
4
4
|
name: 'GitHub',
|
|
5
5
|
url: 'github.com',
|
|
6
|
-
description: `:::tip
|
|
6
|
+
description: `::: tip
|
|
7
7
|
GitHub provides some official RSS feeds:
|
|
8
8
|
|
|
9
9
|
- Repo releases: \`https://github.com/:owner/:repo/releases.atom\`
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { Route } from '@/types';
|
|
2
2
|
import got from '@/utils/got';
|
|
3
3
|
import { config } from '@/config';
|
|
4
|
-
import
|
|
4
|
+
import { parseDate } from '@/utils/parse-date';
|
|
5
5
|
|
|
6
6
|
export const route: Route = {
|
|
7
|
-
path: '/repos/:user',
|
|
7
|
+
path: '/repos/:user/:type?/:sort?',
|
|
8
8
|
categories: ['programming'],
|
|
9
9
|
example: '/github/repos/DIYgod',
|
|
10
|
-
parameters: {
|
|
10
|
+
parameters: {
|
|
11
|
+
user: 'GitHub username',
|
|
12
|
+
type: 'Type of repository, can be `all`, `owner`, `member`, `public`, `private`, `forks`, `sources`',
|
|
13
|
+
sort: 'Sort by `created`, `updated`, `pushed`, `full_name`',
|
|
14
|
+
},
|
|
11
15
|
features: {
|
|
12
16
|
requireConfig: false,
|
|
13
17
|
requirePuppeteer: false,
|
|
@@ -28,31 +32,64 @@ export const route: Route = {
|
|
|
28
32
|
|
|
29
33
|
async function handler(ctx) {
|
|
30
34
|
const user = ctx.req.param('user');
|
|
31
|
-
|
|
32
|
-
const
|
|
35
|
+
const type = ctx.req.param('type') || 'all';
|
|
36
|
+
const sort = ctx.req.param('sort') || 'created';
|
|
37
|
+
let headers = {};
|
|
33
38
|
if (config.github && config.github.access_token) {
|
|
34
|
-
headers
|
|
39
|
+
headers = {
|
|
40
|
+
...headers,
|
|
41
|
+
Authorization: `token ${config.github.access_token}`,
|
|
42
|
+
};
|
|
35
43
|
}
|
|
36
44
|
const response = await got({
|
|
37
45
|
method: 'get',
|
|
38
46
|
url: `https://api.github.com/users/${user}/repos`,
|
|
39
|
-
searchParams:
|
|
40
|
-
|
|
41
|
-
|
|
47
|
+
searchParams: {
|
|
48
|
+
type,
|
|
49
|
+
sort,
|
|
50
|
+
},
|
|
42
51
|
headers,
|
|
43
52
|
});
|
|
44
|
-
const
|
|
53
|
+
const item = response.data
|
|
54
|
+
.filter((item) => {
|
|
55
|
+
switch (type) {
|
|
56
|
+
case 'all':
|
|
57
|
+
return true;
|
|
58
|
+
case 'owner':
|
|
59
|
+
return item.owner.login === user;
|
|
60
|
+
case 'member':
|
|
61
|
+
return item.owner.login !== user;
|
|
62
|
+
case 'public':
|
|
63
|
+
return item.private === false;
|
|
64
|
+
case 'private':
|
|
65
|
+
return item.private === true;
|
|
66
|
+
case 'forks':
|
|
67
|
+
return item.fork === true;
|
|
68
|
+
case 'sources':
|
|
69
|
+
return item.fork === false;
|
|
70
|
+
default:
|
|
71
|
+
return true;
|
|
72
|
+
}
|
|
73
|
+
})
|
|
74
|
+
.map((item) => {
|
|
75
|
+
let pubDate = parseDate(item.created_at);
|
|
76
|
+
if (sort === 'updated' && item.updated_at) {
|
|
77
|
+
pubDate = parseDate(item.updated_at);
|
|
78
|
+
} else if (sort === 'pushed' && item.pushed_at) {
|
|
79
|
+
pubDate = parseDate(item.pushed_at);
|
|
80
|
+
}
|
|
81
|
+
return {
|
|
82
|
+
title: item.name,
|
|
83
|
+
description: item.description || 'No description',
|
|
84
|
+
pubDate,
|
|
85
|
+
updated: parseDate(item.updated_at),
|
|
86
|
+
link: item.html_url,
|
|
87
|
+
};
|
|
88
|
+
});
|
|
45
89
|
return {
|
|
46
90
|
allowEmpty: true,
|
|
47
91
|
title: `${user}'s GitHub repositories`,
|
|
48
92
|
link: `https://github.com/${user}`,
|
|
49
|
-
item
|
|
50
|
-
data &&
|
|
51
|
-
data.map((item) => ({
|
|
52
|
-
title: item.name,
|
|
53
|
-
description: item.description || 'No description',
|
|
54
|
-
pubDate: new Date(item.created_at).toUTCString(),
|
|
55
|
-
link: item.html_url,
|
|
56
|
-
})),
|
|
93
|
+
item,
|
|
57
94
|
};
|
|
58
95
|
}
|
|
@@ -57,11 +57,11 @@ export const route: Route = {
|
|
|
57
57
|
handler,
|
|
58
58
|
example: '/go/mhlw/pdf/stf/seisakunitsuite/bunya/houkokusuunosuii',
|
|
59
59
|
parameters: { category: 'Category, `stf/seisakunitsuite/bunya/houkokusuunosuii` as 新型コロナウイルス感染症の定点当たり報告数の推移 by default' },
|
|
60
|
-
description: `:::tip
|
|
60
|
+
description: `::: tip
|
|
61
61
|
Subscribing to this route will give you access to all PDF files on this page.
|
|
62
62
|
|
|
63
63
|
If you subscribe to [新型コロナウイルス感染症の定点当たり報告数の推移](https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/houkokusuunosuii.html),where the URL is \`https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/houkokusuunosuii.html\`, extract the part \`https://www.mhlw.go.jp/\` to the end, which is \`.html\`, and use it as the parameter to fill in. Therefore, the route will be [\`/go/mhlw/stf/seisakunitsuite/bunya/houkokusuunosuii\`](https://rsshub.app/go/mhlw/stf/seisakunitsuite/bunya/houkokusuunosuii).
|
|
64
|
-
|
|
64
|
+
:::
|
|
65
65
|
`,
|
|
66
66
|
categories: ['government'],
|
|
67
67
|
|
|
@@ -77,9 +77,9 @@ export const route: Route = {
|
|
|
77
77
|
handler,
|
|
78
78
|
example: '/go/niid/idwr-dl/:year?',
|
|
79
79
|
parameters: { year: 'Year, current year by default' },
|
|
80
|
-
description: `:::tip
|
|
80
|
+
description: `::: tip
|
|
81
81
|
If you subscribe to [感染症発生動向調査週報ダウンロード2024年](https://www.niid.go.jp/niid/ja/idwr-dl/2024.html),where the URL is \`https://www.niid.go.jp/niid/ja/idwr-dl/2024.html\`, extract the part \`https://www.niid.go.jp/niid/ja/idwr-dl/\` to the end, which is \`.html\`, and use it as the parameter to fill in. Therefore, the route will be [\`/go/niid/idwr-dl/2024\`](https://rsshub.app/go/niid/idwr-dl/2024).
|
|
82
|
-
|
|
82
|
+
:::`,
|
|
83
83
|
categories: ['government'],
|
|
84
84
|
|
|
85
85
|
features: {
|
|
@@ -42,9 +42,9 @@ export const route: Route = {
|
|
|
42
42
|
| :----: | :------: | :----------: | :---: | :--------------: |
|
|
43
43
|
| date | trending | popularity | alpha | style |
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
::: warning
|
|
46
46
|
This route requires API key, therefore it's only available when self-hosting, refer to the [Deploy Guide](https://docs.rsshub.app/deploy/config#route-specific-configurations) for route-specific configurations.
|
|
47
|
-
|
|
47
|
+
:::`,
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
async function handler(ctx) {
|
|
@@ -13,7 +13,7 @@ const baseUrl = 'https://news.google.com';
|
|
|
13
13
|
|
|
14
14
|
export const route: Route = {
|
|
15
15
|
path: '/news/:category/:locale',
|
|
16
|
-
categories: ['new-media'],
|
|
16
|
+
categories: ['new-media', 'popular'],
|
|
17
17
|
example: '/google/news/Top stories/hl=en-US&gl=US&ceid=US:en',
|
|
18
18
|
parameters: { category: 'Category Title', locale: 'locales, could be found behind `?`, including `hl`, `gl`, and `ceid` as parameters' },
|
|
19
19
|
features: {
|
|
@@ -2,6 +2,7 @@ import { Route } from '@/types';
|
|
|
2
2
|
import ofetch from '@/utils/ofetch';
|
|
3
3
|
import { load } from 'cheerio';
|
|
4
4
|
import { parseDate } from '@/utils/parse-date';
|
|
5
|
+
import cache from '@/utils/cache';
|
|
5
6
|
|
|
6
7
|
const baseUrl = 'https://research.google';
|
|
7
8
|
|
|
@@ -10,7 +11,7 @@ export const route: Route = {
|
|
|
10
11
|
categories: ['blog'],
|
|
11
12
|
example: '/google/research',
|
|
12
13
|
name: 'Research Blog',
|
|
13
|
-
maintainers: ['Levix'],
|
|
14
|
+
maintainers: ['Levix', 'cscnk52'],
|
|
14
15
|
radar: [
|
|
15
16
|
{
|
|
16
17
|
source: ['research.google'],
|
|
@@ -19,7 +20,7 @@ export const route: Route = {
|
|
|
19
20
|
handler: async () => {
|
|
20
21
|
const response = await ofetch(`${baseUrl}/blog`);
|
|
21
22
|
const $ = load(response);
|
|
22
|
-
const
|
|
23
|
+
const list = $('div.js-configurable-list .blog-posts-grid__cards .glue-grid__col')
|
|
23
24
|
.toArray()
|
|
24
25
|
.map((eleItem) => {
|
|
25
26
|
const item = $(eleItem);
|
|
@@ -36,6 +37,17 @@ export const route: Route = {
|
|
|
36
37
|
};
|
|
37
38
|
});
|
|
38
39
|
|
|
40
|
+
const items = await Promise.all(
|
|
41
|
+
list.map((item) =>
|
|
42
|
+
cache.tryGet(item.link, async () => {
|
|
43
|
+
const response = await ofetch(item.link);
|
|
44
|
+
const $ = load(response);
|
|
45
|
+
item.description = $('.blog-detail-wrapper.js-gt-blog-detail-wrapper').html();
|
|
46
|
+
return item;
|
|
47
|
+
})
|
|
48
|
+
)
|
|
49
|
+
);
|
|
50
|
+
|
|
39
51
|
return {
|
|
40
52
|
title: 'Google Research Blog',
|
|
41
53
|
link: `${baseUrl}/blog`,
|
|
@@ -18,9 +18,9 @@ export const route: Route = {
|
|
|
18
18
|
name: 'Scholar Keywords Monitoring',
|
|
19
19
|
maintainers: ['HenryQW'],
|
|
20
20
|
handler,
|
|
21
|
-
description: `:::warning
|
|
21
|
+
description: `::: warning
|
|
22
22
|
Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability.
|
|
23
|
-
|
|
23
|
+
:::
|
|
24
24
|
|
|
25
25
|
1. Basic mode, sample query is the keywords desired, eg.「data visualization」, [https://rsshub.app/google/scholar/data+visualization](https://rsshub.app/google/scholar/data+visualization).
|
|
26
26
|
|
package/lib/routes/gov/ah/kjt.ts
CHANGED
|
@@ -94,9 +94,9 @@ export const route: Route = {
|
|
|
94
94
|
handler,
|
|
95
95
|
example: '/gov/ah/kjt',
|
|
96
96
|
parameters: { category: '分类,默认为 `kjzx/tzgg`,即通知公告,可在对应分类页 URL 中找到' },
|
|
97
|
-
description: `:::tip
|
|
97
|
+
description: `::: tip
|
|
98
98
|
若订阅 [通知公告](https://kjt.ah.gov.cn/kjzx/tzgg/),网址为 \`https://kjt.ah.gov.cn/kjzx/tzgg/\`。截取 \`https://kjt.ah.gov.cn/\` 到末尾 \`/\` 的部分 \`\` 作为参数填入,此时路由为 [\`/gov/ah/kjt/kjzx/tzgg\`](https://rsshub.app/gov/ah/kjt/kjzx/tzgg)。
|
|
99
|
-
|
|
99
|
+
:::
|
|
100
100
|
|
|
101
101
|
#### [科技资讯](https://kjt.ah.gov.cn/kjzx/index.html)
|
|
102
102
|
|
|
@@ -27,11 +27,11 @@ export const route: Route = {
|
|
|
27
27
|
name: '通用',
|
|
28
28
|
maintainers: ['TonyRL'],
|
|
29
29
|
handler,
|
|
30
|
-
description: `:::tip
|
|
30
|
+
description: `::: tip
|
|
31
31
|
路径处填写对应页面 URL 中 \`https://gh.bjedu.cn/ghsite/\` 和 \`/index.html\` 之间的字段。下面是一个例子。
|
|
32
32
|
|
|
33
33
|
若订阅 [通知公告](https://gh.bjedu.cn/ghsite/zxtzgg/index.html) 则将对应页面 URL \`https://gh.bjedu.cn/ghsite/zxtzgg/index.html\` 中 \`https://gh.bjedu.cn/ghsite/\` 和 \`/index.html\` 之间的字段 \`zxtzgg\` 作为路径填入。此时路由为 [\`/gov/beijing/bjedu/gh/zxtzgg\`](https://rsshub.app/gov/beijing/bjedu/gh/zxtzgg)
|
|
34
|
-
|
|
34
|
+
:::`,
|
|
35
35
|
};
|
|
36
36
|
|
|
37
37
|
async function handler(ctx) {
|
|
@@ -107,10 +107,10 @@ export const route: Route = {
|
|
|
107
107
|
handler,
|
|
108
108
|
example: '/gov/cbirc/:id?',
|
|
109
109
|
parameters: { category: '分类,默认为监管动态,即 915,可在对应分类页 URL 中找到' },
|
|
110
|
-
description: `:::tip
|
|
110
|
+
description: `::: tip
|
|
111
111
|
若订阅 [监管动态](https://www.cbirc.gov.cn/cn/view/pages/ItemList.html?itemId=915&itemUrl=ItemListRightList.html),网址为 \`https://www.cbirc.gov.cn/cn/view/pages/ItemList.html?itemId=915&itemUrl=ItemListRightList.html\`。截取 \`itemId\` 的值 \`915\` 作为参数填入,此时路由为 [\`/gov/cbirc/915\`](https://rsshub.app/gov/cbirc/915)。
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
:::
|
|
113
|
+
|
|
114
114
|
#### [首页](https://www.cbirc.gov.cn/cn/view/pages/ItemList.html?itemPId=899&itemId=971&itemUrl=ItemListRightMore.html)
|
|
115
115
|
|
|
116
116
|
| [弹出公告](https://www.cbirc.gov.cn/cn/view/pages/ItemList.html?itemPId=971&itemId=972&itemUrl=sss) | [法律声明](https://www.cbirc.gov.cn/cn/view/pages/ItemList.html?itemPId=971&itemId=4128&itemUrl=ItemListRightArticle.html) |
|
|
@@ -194,67 +194,67 @@ export const route: Route = {
|
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
title: '首页 - 弹出公告',
|
|
197
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
197
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
198
198
|
target: '/cbirc/972',
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
title: '首页 - 法律声明',
|
|
202
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
202
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
203
203
|
target: '/cbirc/4128',
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
title: '机构概况 - 主要职责',
|
|
207
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
207
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
208
208
|
target: '/cbirc/901',
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
title: '机构概况 - 总局领导',
|
|
212
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
212
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
213
213
|
target: '/cbirc/902',
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
title: '机构概况 - 内设机构',
|
|
217
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
217
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
218
218
|
target: '/cbirc/911',
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
title: '机构概况 - 直属行政机构',
|
|
222
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
222
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
223
223
|
target: '/cbirc/4243',
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
226
|
title: '机构概况 - 派出机构',
|
|
227
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
227
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
228
228
|
target: '/cbirc/912',
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
title: '机构概况 - 联系方式',
|
|
232
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
232
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
233
233
|
target: '/cbirc/913',
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
title: '新闻资讯 - 监管动态',
|
|
237
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
237
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
238
238
|
target: '/cbirc/915',
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
title: '新闻资讯 - 政策解读',
|
|
242
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
242
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
243
243
|
target: '/cbirc/916',
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
title: '新闻资讯 - 领导活动及讲话',
|
|
247
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
247
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
248
248
|
target: '/cbirc/919',
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
title: '新闻资讯 - 新闻发布会及访谈',
|
|
252
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
252
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
253
253
|
target: '/cbirc/920',
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
title: '新闻资讯 - 新闻发言人',
|
|
257
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
257
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
258
258
|
target: '/cbirc/921',
|
|
259
259
|
},
|
|
260
260
|
{
|
|
@@ -264,107 +264,107 @@ export const route: Route = {
|
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
title: '政务信息 - 公告通知',
|
|
267
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
267
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
268
268
|
target: '/cbirc/925',
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
title: '政务信息 - 政策法规',
|
|
272
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
272
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
273
273
|
target: '/cbirc/926',
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
title: '政务信息 - 行政许可',
|
|
277
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
277
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
278
278
|
target: '/cbirc/930',
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
title: '政务信息 - 行政处罚',
|
|
282
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
282
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
283
283
|
target: '/cbirc/931',
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
title: '政务信息 - 行政监管措施',
|
|
287
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
287
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
288
288
|
target: '/cbirc/932',
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
title: '政务信息 - 人事信息',
|
|
292
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
292
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
293
293
|
target: '/cbirc/933',
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
title: '在线服务 - 行政许可办事服务指南',
|
|
297
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
297
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
298
298
|
target: '/cbirc/938',
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
title: '在线服务 - 查询服务',
|
|
302
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
302
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
303
303
|
target: '/cbirc/939',
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
title: '互动交流 - 政务咨询',
|
|
307
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
307
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
308
308
|
target: '/cbirc/946',
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
311
|
title: '互动交流 - 征集调查',
|
|
312
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
312
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
313
313
|
target: '/cbirc/950',
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
title: '互动交流 - 国务院办公厅开通“国家政务服务投诉与建议”小程序',
|
|
317
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
317
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
318
318
|
target: '/cbirc/952',
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
title: '统计数据 - 统计信息',
|
|
322
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
322
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
323
323
|
target: '/cbirc/954',
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
title: '统计数据 - 数据图表',
|
|
327
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
327
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
328
328
|
target: '/cbirc/955',
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
title: '专题专栏 - 推进普惠金融高质量发展',
|
|
332
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
332
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
333
333
|
target: '/cbirc/4234',
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
title: '专题专栏 - 防范和处置非法集资',
|
|
337
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
337
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
338
338
|
target: '/cbirc/963',
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
title: '专题专栏 - 消费者保护',
|
|
342
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
342
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
343
343
|
target: '/cbirc/4097',
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
title: '专题专栏 - 法治宣传',
|
|
347
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
347
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
348
348
|
target: '/cbirc/4106',
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
title: '专题专栏 - 政府网站年度报表',
|
|
352
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
352
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
353
353
|
target: '/cbirc/970',
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
356
|
title: '专题专栏 - 服务民营企业',
|
|
357
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
357
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
358
358
|
target: '/cbirc/4171',
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
title: '专题专栏 - 服务制造业发展',
|
|
362
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
362
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
363
363
|
target: '/cbirc/4217',
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
title: '专题专栏 - 学习贯彻习近平新时代中国特色社会主义思想主题教育',
|
|
367
|
-
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html
|
|
367
|
+
source: ['www.cbirc.gov.cn/cn/view/pages/ItemList.html'],
|
|
368
368
|
target: '/cbirc/4229',
|
|
369
369
|
},
|
|
370
370
|
],
|
|
@@ -85,9 +85,9 @@ export const route: Route = {
|
|
|
85
85
|
handler,
|
|
86
86
|
example: '/gov/csrc/zfxxgk_zdgk/c101971',
|
|
87
87
|
parameters: { id: '频道 id,默认为 `c101971`,即行政处罚决定,可在对应频道页 URL 中找到' },
|
|
88
|
-
description: `:::tip
|
|
88
|
+
description: `::: tip
|
|
89
89
|
若订阅 [行政处罚决定](http://www.csrc.gov.cn/csrc/c101971/zfxxgk_zdgk.shtml),网址为 \`http://www.csrc.gov.cn/csrc/c101971/zfxxgk_zdgk.shtml\`。截取 \`http://www.csrc.gov.cn/csrc/\` 到末尾 \`/zfxxgk_zdgk.shtml\` 的部分 \`c101971\` 作为参数填入,此时路由为 [\`/gov/csrc/zfxxgk_zdgk/c101971\`](https://rsshub.app/gov/csrc/zfxxgk_zdgk/c101971)。
|
|
90
|
-
|
|
90
|
+
:::
|
|
91
91
|
|
|
92
92
|
#### [主动公开目录](http://www.csrc.gov.cn/csrc/c100035/zfxxgk_zdgk.shtml)
|
|
93
93
|
|