rsshub 1.0.0-master.ff3a9ce → 1.0.0-master.ff3ea5a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rsshub might be problematic. Click here for more details.
- package/lib/config.ts +38 -0
 - package/lib/errors/index.tsx +3 -2
 - package/lib/middleware/debug.ts +6 -4
 - package/lib/middleware/header.ts +4 -2
 - package/lib/registry.test.ts +24 -1
 - package/lib/registry.ts +40 -11
 - package/lib/router.js +1 -1
 - package/lib/routes/121/namespace.ts +9 -0
 - package/lib/routes/121/templates/description.art +17 -0
 - package/lib/routes/121/weather-live.ts +104 -0
 - package/lib/routes/141jav/index.ts +3 -0
 - package/lib/routes/141ppv/index.ts +3 -0
 - package/lib/routes/163/news/rank.ts +1 -1
 - package/lib/routes/18comic/album.ts +59 -64
 - package/lib/routes/18comic/index.ts +1 -0
 - package/lib/routes/18comic/search.ts +53 -4
 - package/lib/routes/18comic/utils.ts +70 -1
 - package/lib/routes/2048/index.ts +1 -0
 - package/lib/routes/30secondsofcode/utils.ts +0 -1
 - package/lib/routes/6park/index.ts +1 -1
 - package/lib/routes/7mmtv/index.ts +1 -0
 - package/lib/routes/91porn/index.ts +1 -0
 - package/lib/routes/95mm/tab.ts +1 -0
 - package/lib/routes/agefans/detail.ts +1 -1
 - package/lib/routes/aliyun/database-month.ts +1 -1
 - package/lib/routes/anthropic/research.ts +112 -0
 - package/lib/routes/apnews/topics.ts +2 -1
 - package/lib/routes/apnews/utils.ts +1 -1
 - package/lib/routes/apple/design.ts +54 -0
 - package/lib/routes/apple/namespace.ts +1 -1
 - package/lib/routes/aqara/post.ts +1 -1
 - package/lib/routes/augmentcode/blog.ts +161 -0
 - package/lib/routes/augmentcode/namespace.ts +9 -0
 - package/lib/routes/augmentcode/templates/description.art +17 -0
 - package/lib/routes/azul/namespace.ts +9 -0
 - package/lib/routes/azul/packages.ts +105 -0
 - package/lib/routes/banshujiang/index.ts +763 -0
 - package/lib/routes/banshujiang/namespace.ts +9 -0
 - package/lib/routes/banshujiang/templates/description.art +17 -0
 - package/lib/routes/bfl/announcements.ts +1 -1
 - package/lib/routes/bilibili/cache.ts +78 -0
 - package/lib/routes/bilibili/danmaku.ts +1 -1
 - package/lib/routes/bilibili/dynamic.ts +8 -2
 - package/lib/routes/bilibili/video.ts +31 -73
 - package/lib/routes/biquge/index.ts +1 -1
 - package/lib/routes/bsky/keyword.ts +15 -10
 - package/lib/routes/capitalmind/insights.ts +40 -0
 - package/lib/routes/capitalmind/namespace.ts +8 -0
 - package/lib/routes/capitalmind/podcasts.ts +41 -0
 - package/lib/routes/capitalmind/utils.ts +122 -0
 - package/lib/routes/cartoonmad/comic.ts +1 -1
 - package/lib/routes/chikubi/index.ts +1 -0
 - package/lib/routes/chikubi/tag.ts +1 -0
 - package/lib/routes/chocolatey/namespace.ts +9 -0
 - package/lib/routes/chocolatey/packages.ts +122 -0
 - package/lib/routes/cmde/index.ts +1 -1
 - package/lib/routes/cockroachlabs/blog.ts +113 -0
 - package/lib/routes/cockroachlabs/namespace.ts +7 -0
 - package/lib/routes/cool18/index.ts +4 -1
 - package/lib/routes/coomer/index.ts +12 -6
 - package/lib/routes/coomer/namespace.ts +1 -1
 - package/lib/routes/copymanga/comic.ts +7 -9
 - package/lib/routes/css-tricks/articles.ts +48 -0
 - package/lib/routes/css-tricks/collections.ts +62 -0
 - package/lib/routes/css-tricks/namespace.ts +8 -0
 - package/lib/routes/css-tricks/popular.ts +39 -0
 - package/lib/routes/css-tricks/utils.ts +103 -0
 - package/lib/routes/cursor/changelog.ts +26 -17
 - package/lib/routes/cursor/namespace.ts +1 -1
 - package/lib/routes/cw/utils.ts +6 -13
 - package/lib/routes/dealstreetasia/home.ts +1 -1
 - package/lib/routes/dedao/index.ts +3 -3
 - package/lib/routes/deepl/blog.ts +422 -0
 - package/lib/routes/deepl/namespace.ts +9 -0
 - package/lib/routes/deepl/templates/description.art +21 -0
 - package/lib/routes/deeplearning/the-batch.ts +1 -1
 - package/lib/routes/dev.to/guides.ts +100 -0
 - package/lib/routes/dev.to/namespace.ts +8 -0
 - package/lib/routes/dev.to/top.ts +105 -0
 - package/lib/routes/dgut/jwb.ts +73 -0
 - package/lib/routes/dgut/namespace.ts +9 -0
 - package/lib/routes/digitalpolicyalert/activity-tracker.ts +135 -0
 - package/lib/routes/digitalpolicyalert/namespace.ts +9 -0
 - package/lib/routes/dnaindia/common.ts +26 -8
 - package/lib/routes/douban/other/list.ts +3 -3
 - package/lib/routes/e-hentai/index.ts +4 -1
 - package/lib/routes/ehentai/tag.ts +1 -0
 - package/lib/routes/englishhome/index.ts +55 -0
 - package/lib/routes/englishhome/namespace.ts +6 -0
 - package/lib/routes/epicgames/index.ts +2 -2
 - package/lib/routes/espn/news.ts +1 -1
 - package/lib/routes/expats/czech-news.ts +272 -0
 - package/lib/routes/expats/namespace.ts +9 -0
 - package/lib/routes/fanbox/index.ts +1 -0
 - package/lib/routes/fanbox/utils.ts +1 -1
 - package/lib/routes/fansly/tag.ts +1 -0
 - package/lib/routes/fantia/search.ts +1 -1
 - package/lib/routes/fantube/creator.ts +69 -0
 - package/lib/routes/fantube/namespace.ts +7 -0
 - package/lib/routes/fantube/templates/post.art +17 -0
 - package/lib/routes/fantube/types.ts +100 -0
 - package/lib/routes/fantube/utils.ts +268 -0
 - package/lib/routes/follow/profile.ts +1 -1
 - package/lib/routes/followin/news.ts +1 -1
 - package/lib/routes/foresightnews/util.ts +1 -1
 - package/lib/routes/freexcomic/book.ts +4 -1
 - package/lib/routes/gamer/hot.ts +5 -5
 - package/lib/routes/gaoyu/blog.ts +145 -0
 - package/lib/routes/gaoyu/namespace.ts +9 -0
 - package/lib/routes/gaoyu/templates/description.art +7 -0
 - package/lib/routes/geocaching/blogs.ts +2 -2
 - package/lib/routes/github/namespace.ts +1 -1
 - package/lib/routes/github/private-feed.ts +229 -0
 - package/lib/routes/github/star.ts +1 -1
 - package/lib/routes/google/extension.ts +9 -10
 - package/lib/routes/gov/beijing/bphc/index.ts +1 -1
 - package/lib/routes/gov/ccdi/index.ts +1 -1
 - package/lib/routes/gov/chongqing/sydwgkzp.ts +22 -6
 - package/lib/routes/gov/customs/list.ts +1 -1
 - package/lib/routes/gov/general/general.ts +1 -1
 - package/lib/routes/gov/hangzhou/zwfw.ts +1 -1
 - package/lib/routes/gov/pbc/goutongjiaoliu.ts +1 -1
 - package/lib/routes/gov/shenzhen/szlh/index.ts +77 -0
 - package/lib/routes/gov/shenzhen/szlh/namespace.ts +8 -0
 - package/lib/routes/grist/utils.ts +5 -4
 - package/lib/routes/hanime1/search.ts +4 -2
 - package/lib/routes/hellogithub/report.ts +1 -1
 - package/lib/routes/hit/hitgs.ts +240 -54
 - package/lib/routes/hit/templates/description.art +7 -0
 - package/lib/routes/hlju/namespace.ts +8 -0
 - package/lib/routes/hlju/news.ts +141 -0
 - package/lib/routes/hostmonit/cloudflareyes.ts +1 -1
 - package/lib/routes/hotukdeals/index.ts +1 -1
 - package/lib/routes/hyperdash/namespace.ts +7 -0
 - package/lib/routes/hyperdash/templates/description.art +34 -0
 - package/lib/routes/hyperdash/top-traders.ts +84 -0
 - package/lib/routes/hyperdash/utils.ts +49 -0
 - package/lib/routes/hypergryph/arknights/announce.ts +1 -1
 - package/lib/routes/ielts/index.ts +1 -1
 - package/lib/routes/infoq/topic.ts +16 -13
 - package/lib/routes/instagram/web-api/index.ts +17 -13
 - package/lib/routes/instagram/web-api/utils.ts +46 -63
 - package/lib/routes/jamesclear/book-summaries.ts +40 -0
 - package/lib/routes/jamesclear/great-speeches.ts +40 -0
 - package/lib/routes/jamesclear/namespace.ts +8 -0
 - package/lib/routes/jamesclear/quotes.ts +40 -0
 - package/lib/routes/jamesclear/three-two-one.ts +41 -0
 - package/lib/routes/jamesclear/utils.ts +22 -0
 - package/lib/routes/japanpost/utils.ts +2 -2
 - package/lib/routes/javbus/index.ts +3 -0
 - package/lib/routes/javdb/tags.ts +1 -0
 - package/lib/routes/javlibrary/star.ts +1 -0
 - package/lib/routes/javtiful/actress.ts +3 -0
 - package/lib/routes/javtiful/channel.ts +3 -0
 - package/lib/routes/javtrailers/casts.ts +3 -0
 - package/lib/routes/jetbrains/comments.ts +99 -0
 - package/lib/routes/jetbrains/namespace.ts +8 -0
 - package/lib/routes/jimmyspa/books.ts +1 -1
 - package/lib/routes/jimmyspa/news.ts +1 -1
 - package/lib/routes/jpxgmn/tab.ts +3 -0
 - package/lib/routes/kakuyomu/works.ts +3 -0
 - package/lib/routes/kaopu/news.ts +1 -1
 - package/lib/routes/kemono/const.ts +1 -1
 - package/lib/routes/kemono/index.ts +12 -11
 - package/lib/routes/kemono/namespace.ts +1 -1
 - package/lib/routes/kiro/blog.ts +131 -0
 - package/lib/routes/kiro/changelog.ts +128 -0
 - package/lib/routes/kiro/namespace.ts +9 -0
 - package/lib/routes/konachan/post.ts +3 -0
 - package/lib/routes/kovidgoyal/kitty/changelog.ts +83 -0
 - package/lib/routes/kovidgoyal/namespace.ts +7 -0
 - package/lib/routes/kunchengblog/essay.ts +1 -1
 - package/lib/routes/landiannews/category.ts +1 -1
 - package/lib/routes/landiannews/index.ts +1 -1
 - package/lib/routes/landiannews/tag.ts +1 -1
 - package/lib/routes/line/utils.ts +1 -1
 - package/lib/routes/lineageos/changes.ts +79 -0
 - package/lib/routes/lineageos/namespace.ts +9 -0
 - package/lib/routes/linkedin/cn/renderer.ts +1 -1
 - package/lib/routes/liquipedia/cs-matches.ts +42 -14
 - package/lib/routes/literotica/new.ts +1 -0
 - package/lib/routes/lofter/tag.ts +27 -3
 - package/lib/routes/makerworld/contest.ts +51 -0
 - package/lib/routes/makerworld/namespace.ts +7 -0
 - package/lib/routes/makerworld/trending.ts +45 -0
 - package/lib/routes/makerworld/user-upload.ts +54 -0
 - package/lib/routes/makerworld/utils.ts +18 -0
 - package/lib/routes/manhuagui/comic.ts +1 -1
 - package/lib/routes/manus/blog.ts +77 -0
 - package/lib/routes/manus/namespace.ts +7 -0
 - package/lib/routes/mastodon/tag.ts +48 -0
 - package/lib/routes/mathpix/blog.ts +155 -0
 - package/lib/routes/mathpix/namespace.ts +9 -0
 - package/lib/routes/mathpix/templates/description.art +21 -0
 - package/lib/routes/mckinsey/cn/category-map.ts +9 -15
 - package/lib/routes/mckinsey/cn/index.ts +77 -40
 - package/lib/routes/melonbooks/search.ts +1 -0
 - package/lib/routes/metacritic/index.ts +2 -2
 - package/lib/routes/meteoblue/namespace.ts +8 -0
 - package/lib/routes/meteoblue/weathernews.ts +75 -0
 - package/lib/routes/meteor/index.ts +1 -1
 - package/lib/routes/microsoft/addon.ts +7 -9
 - package/lib/routes/mihoyo/zzz/news.ts +106 -0
 - package/lib/routes/missav/new.ts +2 -1
 - package/lib/routes/mit/hanlab.ts +61 -0
 - package/lib/routes/mit/namespace.ts +6 -0
 - package/lib/routes/mittrchina/index.ts +3 -3
 - package/lib/routes/mixcloud/config.ts +129 -0
 - package/lib/routes/mixcloud/index.ts +163 -107
 - package/lib/routes/mixcloud/user-playlist.ts +31 -0
 - package/lib/routes/mixi2/community.ts +72 -0
 - package/lib/routes/mixi2/discovery.ts +52 -0
 - package/lib/routes/mixi2/home.ts +51 -0
 - package/lib/routes/mixi2/namespace.ts +8 -0
 - package/lib/routes/mixi2/user.ts +77 -0
 - package/lib/routes/mixi2/utils.ts +56 -0
 - package/lib/routes/modelscope/learn.ts +94 -0
 - package/lib/routes/moodysmismicrosite/report.ts +1 -1
 - package/lib/routes/musify/index.ts +130 -0
 - package/lib/routes/musify/namespace.ts +9 -0
 - package/lib/routes/musikguru/namespace.ts +9 -0
 - package/lib/routes/musikguru/news.ts +146 -0
 - package/lib/routes/musikguru/templates/description.art +21 -0
 - package/lib/routes/myfans/post.ts +1 -0
 - package/lib/routes/nankai/cc-notice.ts +114 -0
 - package/lib/routes/nankai/jwc.ts +131 -0
 - package/lib/routes/nankai/namespace.ts +7 -0
 - package/lib/routes/nankai/notice.ts +84 -0
 - package/lib/routes/nankai/yzb.ts +97 -0
 - package/lib/routes/neu/yz.ts +172 -0
 - package/lib/routes/newslaundry/explainer.ts +30 -0
 - package/lib/routes/newslaundry/namespace.ts +8 -0
 - package/lib/routes/newslaundry/nl-cheatsheet.ts +30 -0
 - package/lib/routes/newslaundry/nl-collaborations.ts +30 -0
 - package/lib/routes/newslaundry/podcast.ts +61 -0
 - package/lib/routes/newslaundry/reports.ts +30 -0
 - package/lib/routes/newslaundry/shot.ts +30 -0
 - package/lib/routes/newslaundry/subscriber-only.ts +30 -0
 - package/lib/routes/newslaundry/templates/description.art +28 -0
 - package/lib/routes/newslaundry/utils.ts +108 -0
 - package/lib/routes/newswav/latest.ts +100 -0
 - package/lib/routes/newswav/namespace.ts +7 -0
 - package/lib/routes/nhentai/index.ts +1 -0
 - package/lib/routes/nifd/research.ts +16 -0
 - package/lib/routes/nio/namespace.ts +9 -0
 - package/lib/routes/nio/nioradio.ts +75 -0
 - package/lib/routes/njust/cs.ts +58 -0
 - package/lib/routes/njust/utils.ts +1 -1
 - package/lib/routes/ntdm/video.ts +1 -1
 - package/lib/routes/nuaa/utils/pypasswaf.ts +1 -1
 - package/lib/routes/oilchem/index.ts +1 -1
 - package/lib/routes/oncc/money18.ts +1 -1
 - package/lib/routes/openai/cookbook.ts +1 -1
 - package/lib/routes/paulgraham/article.ts +2 -2
 - package/lib/routes/picuki/profile.ts +4 -0
 - package/lib/routes/pixiv/bookmarks.ts +1 -1
 - package/lib/routes/pixiv/novel-api/series/sfw.ts +1 -1
 - package/lib/routes/pixiv/novels.ts +2 -2
 - package/lib/routes/pixiv/user.ts +1 -1
 - package/lib/routes/playno1/av.ts +1 -0
 - package/lib/routes/pornhub/model.ts +3 -7
 - package/lib/routes/pornhub/pornstar.ts +2 -7
 - package/lib/routes/pornhub/users.ts +2 -7
 - package/lib/routes/pornhub/utils.ts +12 -1
 - package/lib/routes/qingting/podcast.ts +2 -1
 - package/lib/routes/qipamaijia/index.ts +1 -0
 - package/lib/routes/questmobile/report.ts +1 -1
 - package/lib/routes/railway/index.ts +73 -0
 - package/lib/routes/railway/namespace.ts +8 -0
 - package/lib/routes/reuters/common.ts +0 -3
 - package/lib/routes/rockthejvm/articles.ts +167 -0
 - package/lib/routes/rockthejvm/namespace.ts +9 -0
 - package/lib/routes/rockthejvm/templates/description.art +7 -0
 - package/lib/routes/samrdprc/namespace.ts +7 -0
 - package/lib/routes/samrdprc/news.ts +79 -0
 - package/lib/routes/sankei/namespace.ts +7 -0
 - package/lib/routes/sankei/news.ts +68 -0
 - package/lib/routes/sankei/topics.ts +71 -0
 - package/lib/routes/sciencenet/user.ts +1 -1
 - package/lib/routes/scoop/apps.ts +188 -0
 - package/lib/routes/scoop/namespace.ts +9 -0
 - package/lib/routes/scoop/templates/description.art +56 -0
 - package/lib/routes/scpta/namespace.ts +8 -0
 - package/lib/routes/scpta/news.ts +101 -0
 - package/lib/routes/seekingalpha/index.ts +1 -1
 - package/lib/routes/sehuatang/index.ts +29 -31
 - package/lib/routes/setn/index.ts +11 -2
 - package/lib/routes/seu/cyber/index.ts +78 -0
 - package/lib/routes/sicau/jiaowu.ts +42 -34
 - package/lib/routes/sis001/forum.ts +1 -0
 - package/lib/routes/sjtu/seiee/icisee.ts +67 -0
 - package/lib/routes/sketis/isabelle-dev/blog/index.ts +1 -1
 - package/lib/routes/smartlink/index.ts +13 -3
 - package/lib/routes/sohu/mp.ts +17 -6
 - package/lib/routes/sotwe/namespace.ts +1 -0
 - package/lib/routes/sotwe/user.ts +98 -0
 - package/lib/routes/spankbang/new-videos.ts +1 -0
 - package/lib/routes/spglobal/ratings.ts +1 -1
 - package/lib/routes/stanford/blog.ts +77 -0
 - package/lib/routes/stanford/namespace.ts +7 -0
 - package/lib/routes/syosetu/index.ts +1 -1
 - package/lib/routes/t66y/index.ts +1 -0
 - package/lib/routes/taobao/mysql.ts +157 -0
 - package/lib/routes/taobao/namespace.ts +2 -2
 - package/lib/routes/techcrunch/category.ts +48 -0
 - package/lib/routes/telegram/channel.ts +2 -2
 - package/lib/routes/tesla/cx.ts +1 -1
 - package/lib/routes/test/index.ts +1 -1
 - package/lib/routes/themoviedb/episodes.ts +1 -1
 - package/lib/routes/thewirehindi/category.ts +78 -0
 - package/lib/routes/thewirehindi/index.ts +43 -0
 - package/lib/routes/thewirehindi/namespace.ts +7 -0
 - package/lib/routes/thewirehindi/templates/description.art +9 -0
 - package/lib/routes/thewirehindi/utils.ts +33 -0
 - package/lib/routes/threads/utils.ts +2 -2
 - package/lib/routes/tidb/blog.ts +314 -0
 - package/lib/routes/tidb/namespace.ts +9 -0
 - package/lib/routes/tumblr/namespace.ts +17 -0
 - package/lib/routes/tumblr/posts.ts +74 -0
 - package/lib/routes/tumblr/utils.ts +110 -0
 - package/lib/routes/tver/namespace.ts +7 -0
 - package/lib/routes/tver/series.ts +98 -0
 - package/lib/routes/twitter/api/web-api/login.ts +1 -3
 - package/lib/routes/twitter/api/web-api/utils.ts +23 -1
 - package/lib/routes/twitter/utils.ts +21 -21
 - package/lib/routes/udn/breaking-news.ts +2 -2
 - package/lib/routes/uestc/auto.ts +1 -1
 - package/lib/routes/uestc/cqe.ts +1 -1
 - package/lib/routes/uestc/scse.ts +1 -1
 - package/lib/routes/uestc/sice.ts +1 -1
 - package/lib/routes/uestc/sise.ts +1 -1
 - package/lib/routes/upc/jwc.ts +32 -46
 - package/lib/routes/uptimerobot/rss.ts +1 -1
 - package/lib/routes/visionias/daily-news-summary.ts +65 -0
 - package/lib/routes/visionias/monthly-magazine.ts +68 -0
 - package/lib/routes/visionias/news-today.ts +3 -13
 - package/lib/routes/visionias/utils.ts +5 -5
 - package/lib/routes/visionias/weekly-focus.ts +2 -2
 - package/lib/routes/wdfxw/bookfree.ts +528 -0
 - package/lib/routes/wdfxw/namespace.ts +8 -0
 - package/lib/routes/wdfxw/templates/description.art +13 -0
 - package/lib/routes/whu/swrh.ts +1 -1
 - package/lib/routes/windsurf/blog.ts +118 -0
 - package/lib/routes/windsurf/changelog.ts +100 -0
 - package/lib/routes/windsurf/namespace.ts +9 -0
 - package/lib/routes/windsurf/templates/description.art +21 -0
 - package/lib/routes/x6d/index.ts +1 -1
 - package/lib/routes/xbookcn/blog.ts +1 -0
 - package/lib/routes/xiaohongshu/util.ts +1 -3
 - package/lib/routes/xiaoyuzhou/pickup.ts +1 -1
 - package/lib/routes/ximalaya/album.ts +32 -70
 - package/lib/routes/ximalaya/types.ts +48 -0
 - package/lib/routes/ximalaya/utils.ts +9 -7
 - package/lib/routes/xmanhua/index.ts +1 -0
 - package/lib/routes/xueqiu/cookies.ts +1 -1
 - package/lib/routes/xueqiu/user.ts +1 -1
 - package/lib/routes/xwenming/index.ts +184 -0
 - package/lib/routes/xwenming/namespace.ts +9 -0
 - package/lib/routes/yahoo/news/utils.ts +1 -1
 - package/lib/routes/yande/post.ts +3 -0
 - package/lib/routes/ymgal/game.ts +1 -0
 - package/lib/routes/youtube/api/google.ts +27 -0
 - package/lib/routes/youtube/api/youtubei.ts +70 -20
 - package/lib/routes/youtube/community.ts +3 -1
 - package/lib/routes/youtube/utils.ts +16 -14
 - package/lib/routes/zaobao/util.ts +8 -5
 - package/lib/routes/zhihu/activities.ts +3 -0
 - package/lib/routes/zhihu/execlib/x-zse-96-v3.ts +5 -5
 - package/lib/routes/zhizhuan100/namespace.ts +7 -0
 - package/lib/routes/zhizhuan100/report.ts +79 -0
 - package/lib/routes/zimuxia/portfolio.ts +1 -1
 - package/lib/routes/zju/sis/index.ts +161 -0
 - package/lib/server.ts +5 -0
 - package/lib/types.ts +58 -54
 - package/lib/utils/helpers.ts +1 -1
 - package/lib/utils/logger.ts +1 -1
 - package/lib/utils/proxy/index.ts +102 -18
 - package/lib/utils/proxy/multi-proxy.ts +139 -0
 - package/lib/utils/proxy/unify-proxy.ts +3 -1
 - package/lib/utils/puppeteer-utils.test.ts +1 -1
 - package/lib/utils/puppeteer.test.ts +14 -27
 - package/lib/utils/puppeteer.ts +51 -37
 - package/lib/utils/readable-social.test.ts +65 -0
 - package/lib/utils/readable-social.ts +15 -1
 - package/lib/utils/request-rewriter/fetch.ts +42 -4
 - package/package.json +54 -56
 - package/lib/routes/mixcloud/queries.ts +0 -2274
 - package/lib/routes-deprecated/dev.to/top.js +0 -40
 
| 
         @@ -0,0 +1,51 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { type Data, type Route, ViewType } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import type { Context } from 'hono';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import { CONFIG_OPTIONS, generatePostDataItem, getClient, postFilter } from './utils';
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            const handler = async (ctx: Context) => {
         
     | 
| 
      
 6 
     | 
    
         
            +
                const limit = Number.parseInt(ctx.req.query('limit') ?? '20', 10);
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
                const client = getClient();
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
                const data = await client.getSubscribingFeeds({
         
     | 
| 
      
 11 
     | 
    
         
            +
                    limit,
         
     | 
| 
      
 12 
     | 
    
         
            +
                });
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
                const personasData = await client.getPersonas({
         
     | 
| 
      
 15 
     | 
    
         
            +
                    personaIds: data?.feeds?.map((feed) => feed.post.personaId) ?? [],
         
     | 
| 
      
 16 
     | 
    
         
            +
                });
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
                return {
         
     | 
| 
      
 19 
     | 
    
         
            +
                    title: 'フォロー中',
         
     | 
| 
      
 20 
     | 
    
         
            +
                    link: 'https://mixi.social/home',
         
     | 
| 
      
 21 
     | 
    
         
            +
                    image: 'https://mixi.social/_next/static/media/image_logo.8bb36f11.svg',
         
     | 
| 
      
 22 
     | 
    
         
            +
                    item:
         
     | 
| 
      
 23 
     | 
    
         
            +
                        data?.feeds
         
     | 
| 
      
 24 
     | 
    
         
            +
                            ?.filter((feed) => postFilter(feed.post))
         
     | 
| 
      
 25 
     | 
    
         
            +
                            .map((feed) => ({
         
     | 
| 
      
 26 
     | 
    
         
            +
                                title: `@${personasData.personas.find((persona) => persona.personaId === feed.post.personaId)?.name}`,
         
     | 
| 
      
 27 
     | 
    
         
            +
                                ...generatePostDataItem(feed.post, personasData.personas),
         
     | 
| 
      
 28 
     | 
    
         
            +
                            })) ?? [],
         
     | 
| 
      
 29 
     | 
    
         
            +
                } as Data;
         
     | 
| 
      
 30 
     | 
    
         
            +
            };
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 33 
     | 
    
         
            +
                path: '/home',
         
     | 
| 
      
 34 
     | 
    
         
            +
                name: 'フォロー中',
         
     | 
| 
      
 35 
     | 
    
         
            +
                categories: ['social-media'],
         
     | 
| 
      
 36 
     | 
    
         
            +
                example: '/mixi2/home',
         
     | 
| 
      
 37 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 38 
     | 
    
         
            +
                    requireConfig: CONFIG_OPTIONS,
         
     | 
| 
      
 39 
     | 
    
         
            +
                    supportRadar: true,
         
     | 
| 
      
 40 
     | 
    
         
            +
                },
         
     | 
| 
      
 41 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 42 
     | 
    
         
            +
                    {
         
     | 
| 
      
 43 
     | 
    
         
            +
                        source: ['mixi.social/home'],
         
     | 
| 
      
 44 
     | 
    
         
            +
                        target: '/home',
         
     | 
| 
      
 45 
     | 
    
         
            +
                        title: 'フォロー中',
         
     | 
| 
      
 46 
     | 
    
         
            +
                    },
         
     | 
| 
      
 47 
     | 
    
         
            +
                ],
         
     | 
| 
      
 48 
     | 
    
         
            +
                view: ViewType.SocialMedia,
         
     | 
| 
      
 49 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 50 
     | 
    
         
            +
                maintainers: ['KarasuShin'],
         
     | 
| 
      
 51 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,77 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { type Data, type Route, ViewType } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import type { Context } from 'hono';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import { CONFIG_OPTIONS, getClient, parsePost, postFilter } from './utils';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import InvalidParameterError from '@/errors/types/invalid-parameter';
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            const handler = async (ctx: Context) => {
         
     | 
| 
      
 8 
     | 
    
         
            +
                const limit = Number.parseInt(ctx.req.query('limit') ?? '20', 10);
         
     | 
| 
      
 9 
     | 
    
         
            +
                const name = ctx.req.param('name');
         
     | 
| 
      
 10 
     | 
    
         
            +
                const mediaOnly = ctx.req.param('media') === 'media';
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
                if (!name.startsWith('@')) {
         
     | 
| 
      
 13 
     | 
    
         
            +
                    throw new InvalidParameterError('ユーザー名は@で始まる必要があります');
         
     | 
| 
      
 14 
     | 
    
         
            +
                }
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
                const client = getClient();
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
                const userInfo = await client.getPersonaByName({
         
     | 
| 
      
 19 
     | 
    
         
            +
                    name: name.slice(1),
         
     | 
| 
      
 20 
     | 
    
         
            +
                });
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
                const persona = userInfo.persona;
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
                const data = await client.getPersonalTimeline({
         
     | 
| 
      
 25 
     | 
    
         
            +
                    personaId: persona?.personaId,
         
     | 
| 
      
 26 
     | 
    
         
            +
                    limit,
         
     | 
| 
      
 27 
     | 
    
         
            +
                    mediaOnly,
         
     | 
| 
      
 28 
     | 
    
         
            +
                });
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
                return {
         
     | 
| 
      
 31 
     | 
    
         
            +
                    title: `${persona?.name} - ${mediaOnly ? 'メディア' : 'ポスト'}`,
         
     | 
| 
      
 32 
     | 
    
         
            +
                    image: persona?.avatarUrl,
         
     | 
| 
      
 33 
     | 
    
         
            +
                    item:
         
     | 
| 
      
 34 
     | 
    
         
            +
                        data?.posts?.filter(postFilter).map((post) => ({
         
     | 
| 
      
 35 
     | 
    
         
            +
                            title: `@${persona?.name}`,
         
     | 
| 
      
 36 
     | 
    
         
            +
                            description: parsePost(post),
         
     | 
| 
      
 37 
     | 
    
         
            +
                            pubDate: parseDate(post.createdAt.seconds * 1e3),
         
     | 
| 
      
 38 
     | 
    
         
            +
                            guid: post.postId,
         
     | 
| 
      
 39 
     | 
    
         
            +
                            author: persona?.name,
         
     | 
| 
      
 40 
     | 
    
         
            +
                            link: `https://mixi.social/@${persona?.name}/posts/${post.postId}`,
         
     | 
| 
      
 41 
     | 
    
         
            +
                        })) ?? [],
         
     | 
| 
      
 42 
     | 
    
         
            +
                } as Data;
         
     | 
| 
      
 43 
     | 
    
         
            +
            };
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 46 
     | 
    
         
            +
                path: '/user/:name/:media?',
         
     | 
| 
      
 47 
     | 
    
         
            +
                name: 'ユーザー',
         
     | 
| 
      
 48 
     | 
    
         
            +
                categories: ['social-media'],
         
     | 
| 
      
 49 
     | 
    
         
            +
                example: '/mixi2/user/@deyo',
         
     | 
| 
      
 50 
     | 
    
         
            +
                parameters: {
         
     | 
| 
      
 51 
     | 
    
         
            +
                    name: {
         
     | 
| 
      
 52 
     | 
    
         
            +
                        description: '@で始まるユーザー名',
         
     | 
| 
      
 53 
     | 
    
         
            +
                    },
         
     | 
| 
      
 54 
     | 
    
         
            +
                    media: {
         
     | 
| 
      
 55 
     | 
    
         
            +
                        description: '`media`を入力するとメディアを含むポストのみを取得、デフォルトは空で全てのポストを取得',
         
     | 
| 
      
 56 
     | 
    
         
            +
                    },
         
     | 
| 
      
 57 
     | 
    
         
            +
                },
         
     | 
| 
      
 58 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 59 
     | 
    
         
            +
                    requireConfig: CONFIG_OPTIONS,
         
     | 
| 
      
 60 
     | 
    
         
            +
                    supportRadar: true,
         
     | 
| 
      
 61 
     | 
    
         
            +
                },
         
     | 
| 
      
 62 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 63 
     | 
    
         
            +
                    {
         
     | 
| 
      
 64 
     | 
    
         
            +
                        source: ['mixi.social/:id'],
         
     | 
| 
      
 65 
     | 
    
         
            +
                        target: '/user/:id',
         
     | 
| 
      
 66 
     | 
    
         
            +
                        title: 'ユーザー - ポスト',
         
     | 
| 
      
 67 
     | 
    
         
            +
                    },
         
     | 
| 
      
 68 
     | 
    
         
            +
                    {
         
     | 
| 
      
 69 
     | 
    
         
            +
                        source: ['mixi.social/:id'],
         
     | 
| 
      
 70 
     | 
    
         
            +
                        target: '/user/:id/media',
         
     | 
| 
      
 71 
     | 
    
         
            +
                        title: 'ユーザー - メディア',
         
     | 
| 
      
 72 
     | 
    
         
            +
                    },
         
     | 
| 
      
 73 
     | 
    
         
            +
                ],
         
     | 
| 
      
 74 
     | 
    
         
            +
                view: ViewType.SocialMedia,
         
     | 
| 
      
 75 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 76 
     | 
    
         
            +
                maintainers: ['KarasuShin'],
         
     | 
| 
      
 77 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,56 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { Category, MixiClient, Persona, type Post } from 'mixi2';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import { config } from '@/config';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import ConfigNotFoundError from '@/errors/types/config-not-found';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import ofetch from '@/utils/ofetch';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            export function getClient() {
         
     | 
| 
      
 8 
     | 
    
         
            +
                const { authToken, authKey } = config.mixi2;
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
                if (!authToken || !authKey) {
         
     | 
| 
      
 11 
     | 
    
         
            +
                    throw new ConfigNotFoundError('MIXI2_AUTH_TOKEN and MIXI2_AUTH_KEY are required');
         
     | 
| 
      
 12 
     | 
    
         
            +
                }
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
                return new MixiClient(`auth_token=${authToken}`, authKey, {
         
     | 
| 
      
 15 
     | 
    
         
            +
                    httpAdapter: ofetch,
         
     | 
| 
      
 16 
     | 
    
         
            +
                });
         
     | 
| 
      
 17 
     | 
    
         
            +
            }
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            export function parsePost(post: Post) {
         
     | 
| 
      
 20 
     | 
    
         
            +
                let description = post.text ? `<p>${post.text}</p>` : '';
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
                for (const media of post.medias ?? []) {
         
     | 
| 
      
 23 
     | 
    
         
            +
                    if (media.category === Category.CATEGORY_POST_IMAGE) {
         
     | 
| 
      
 24 
     | 
    
         
            +
                        description += `<img src="${media.postImage?.largeImageUrl ?? media.postImage?.smallImageUrl}"${media.description ? `alt="${media.description}"` : ''} />`;
         
     | 
| 
      
 25 
     | 
    
         
            +
                    } else if (media.category === Category.CATEGORY_POST_VIDEO) {
         
     | 
| 
      
 26 
     | 
    
         
            +
                        description += `<img src="${media.postVideo?.previewImageUrl}" alt="${media.description}" />`;
         
     | 
| 
      
 27 
     | 
    
         
            +
                    }
         
     | 
| 
      
 28 
     | 
    
         
            +
                }
         
     | 
| 
      
 29 
     | 
    
         
            +
                return description;
         
     | 
| 
      
 30 
     | 
    
         
            +
            }
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            export function generatePostDataItem(post: Post, personas: Persona[]) {
         
     | 
| 
      
 33 
     | 
    
         
            +
                const author = personas.find((persona) => persona.personaId === post.personaId);
         
     | 
| 
      
 34 
     | 
    
         
            +
                return {
         
     | 
| 
      
 35 
     | 
    
         
            +
                    description: parsePost(post),
         
     | 
| 
      
 36 
     | 
    
         
            +
                    pubDate: parseDate(post.createdAt.seconds * 1e3),
         
     | 
| 
      
 37 
     | 
    
         
            +
                    guid: post.postId,
         
     | 
| 
      
 38 
     | 
    
         
            +
                    author: author?.name,
         
     | 
| 
      
 39 
     | 
    
         
            +
                    link: `https://mixi.social/@${author?.name}/posts/${post.postId}`,
         
     | 
| 
      
 40 
     | 
    
         
            +
                };
         
     | 
| 
      
 41 
     | 
    
         
            +
            }
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
            export const CONFIG_OPTIONS = [
         
     | 
| 
      
 44 
     | 
    
         
            +
                {
         
     | 
| 
      
 45 
     | 
    
         
            +
                    name: 'MIXI2_AUTH_TOKEN',
         
     | 
| 
      
 46 
     | 
    
         
            +
                    description: 'mixi2ログイン後の情報。ブラウザのコンソールでクッキーから `auth_token` の値を取得してください',
         
     | 
| 
      
 47 
     | 
    
         
            +
                },
         
     | 
| 
      
 48 
     | 
    
         
            +
                {
         
     | 
| 
      
 49 
     | 
    
         
            +
                    name: 'MIXI2_AUTH_KEY',
         
     | 
| 
      
 50 
     | 
    
         
            +
                    description: 'mixi2ログイン後の情報。ブラウザのコンソールでリクエストヘッダーから `x-auth-key` の値を取得してください',
         
     | 
| 
      
 51 
     | 
    
         
            +
                },
         
     | 
| 
      
 52 
     | 
    
         
            +
            ];
         
     | 
| 
      
 53 
     | 
    
         
            +
             
     | 
| 
      
 54 
     | 
    
         
            +
            export function postFilter(post: Post) {
         
     | 
| 
      
 55 
     | 
    
         
            +
                return !post.isDeleted && post.personaId;
         
     | 
| 
      
 56 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,94 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { Route } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            import ofetch from '@/utils/ofetch';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import { parseDate } from '@/utils/parse-date';
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 7 
     | 
    
         
            +
                path: '/learn',
         
     | 
| 
      
 8 
     | 
    
         
            +
                categories: ['programming'],
         
     | 
| 
      
 9 
     | 
    
         
            +
                example: '/modelscope/learn',
         
     | 
| 
      
 10 
     | 
    
         
            +
                parameters: {},
         
     | 
| 
      
 11 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 12 
     | 
    
         
            +
                    requireConfig: false,
         
     | 
| 
      
 13 
     | 
    
         
            +
                    requirePuppeteer: false,
         
     | 
| 
      
 14 
     | 
    
         
            +
                    antiCrawler: false,
         
     | 
| 
      
 15 
     | 
    
         
            +
                    supportBT: false,
         
     | 
| 
      
 16 
     | 
    
         
            +
                    supportPodcast: false,
         
     | 
| 
      
 17 
     | 
    
         
            +
                    supportScihub: false,
         
     | 
| 
      
 18 
     | 
    
         
            +
                },
         
     | 
| 
      
 19 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 20 
     | 
    
         
            +
                    {
         
     | 
| 
      
 21 
     | 
    
         
            +
                        source: ['www.modelscope.cn/learn'],
         
     | 
| 
      
 22 
     | 
    
         
            +
                    },
         
     | 
| 
      
 23 
     | 
    
         
            +
                ],
         
     | 
| 
      
 24 
     | 
    
         
            +
                name: '研习社',
         
     | 
| 
      
 25 
     | 
    
         
            +
                maintainers: ['TonyRL'],
         
     | 
| 
      
 26 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 27 
     | 
    
         
            +
                url: 'www.modelscope.cn/learn',
         
     | 
| 
      
 28 
     | 
    
         
            +
            };
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            const uselessKey = new Set(['data-type', 'ind', 'jc', 'list', 'metadata', 'newcode', 'spacing', 'subtype', 'sz', 'szunit', 'uuid']);
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            function render(item) {
         
     | 
| 
      
 33 
     | 
    
         
            +
                if (typeof item === 'string') {
         
     | 
| 
      
 34 
     | 
    
         
            +
                    return item;
         
     | 
| 
      
 35 
     | 
    
         
            +
                }
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
                if (Array.isArray(item)) {
         
     | 
| 
      
 38 
     | 
    
         
            +
                    const tag = item[0];
         
     | 
| 
      
 39 
     | 
    
         
            +
                    const attributes = item[1] || {};
         
     | 
| 
      
 40 
     | 
    
         
            +
                    const children = item.slice(2);
         
     | 
| 
      
 41 
     | 
    
         
            +
             
     | 
| 
      
 42 
     | 
    
         
            +
                    const attrs = Object.keys(attributes)
         
     | 
| 
      
 43 
     | 
    
         
            +
                        .filter((key) => !uselessKey.has(key))
         
     | 
| 
      
 44 
     | 
    
         
            +
                        .map((key) => `${key}="${attributes[key]}"`)
         
     | 
| 
      
 45 
     | 
    
         
            +
                        .join(' ');
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
                    const child = children.map((element) => render(element)).join('');
         
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
                    return `<${tag} ${attrs}>${child}</${tag}>`;
         
     | 
| 
      
 50 
     | 
    
         
            +
                }
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
                return '';
         
     | 
| 
      
 53 
     | 
    
         
            +
            }
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
            async function handler(ctx) {
         
     | 
| 
      
 56 
     | 
    
         
            +
                const baseUrl = 'https://www.modelscope.cn';
         
     | 
| 
      
 57 
     | 
    
         
            +
             
     | 
| 
      
 58 
     | 
    
         
            +
                const data = await ofetch(`${baseUrl}/api/v1/dolphin/articles`, {
         
     | 
| 
      
 59 
     | 
    
         
            +
                    method: 'POST',
         
     | 
| 
      
 60 
     | 
    
         
            +
                    body: {
         
     | 
| 
      
 61 
     | 
    
         
            +
                        PageNumber: 1,
         
     | 
| 
      
 62 
     | 
    
         
            +
                        PageSize: ctx.req.query('limit') ? Number.parseInt(ctx.req.query('limit')) : 18,
         
     | 
| 
      
 63 
     | 
    
         
            +
                        Type: 2,
         
     | 
| 
      
 64 
     | 
    
         
            +
                        Sort: 'gmt_modified',
         
     | 
| 
      
 65 
     | 
    
         
            +
                        Query: '',
         
     | 
| 
      
 66 
     | 
    
         
            +
                        ExcludeIds: [1558, 1436, 881, 399, 1129],
         
     | 
| 
      
 67 
     | 
    
         
            +
                        IsCourse: [0, 1],
         
     | 
| 
      
 68 
     | 
    
         
            +
                    },
         
     | 
| 
      
 69 
     | 
    
         
            +
                });
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
                const items = data.Data.Articles.map((i) => ({
         
     | 
| 
      
 72 
     | 
    
         
            +
                    title: i.Title,
         
     | 
| 
      
 73 
     | 
    
         
            +
                    description:
         
     | 
| 
      
 74 
     | 
    
         
            +
                        (i.Content
         
     | 
| 
      
 75 
     | 
    
         
            +
                            ? render(JSON.parse(i.Content))
         
     | 
| 
      
 76 
     | 
    
         
            +
                            : JSON.parse(i.CourseInfo)
         
     | 
| 
      
 77 
     | 
    
         
            +
                                  .map((info) => info.Content && render(JSON.parse(info.Content)))
         
     | 
| 
      
 78 
     | 
    
         
            +
                                  .join('')) || i.Desc,
         
     | 
| 
      
 79 
     | 
    
         
            +
                    author: i.CreatedBy,
         
     | 
| 
      
 80 
     | 
    
         
            +
                    link: `${baseUrl}/learn/${i.Id}`,
         
     | 
| 
      
 81 
     | 
    
         
            +
                    pubDate: parseDate(i.GmtCreated, 'X'),
         
     | 
| 
      
 82 
     | 
    
         
            +
                    updated: parseDate(i.GmtModified, 'X'),
         
     | 
| 
      
 83 
     | 
    
         
            +
                    category: [...new Set([...JSON.parse(i.Domains), ...JSON.parse(i.Subjects)])],
         
     | 
| 
      
 84 
     | 
    
         
            +
                    image: i.ImageUrl,
         
     | 
| 
      
 85 
     | 
    
         
            +
                }));
         
     | 
| 
      
 86 
     | 
    
         
            +
             
     | 
| 
      
 87 
     | 
    
         
            +
                return {
         
     | 
| 
      
 88 
     | 
    
         
            +
                    title: '研习社 · 魔搭社区',
         
     | 
| 
      
 89 
     | 
    
         
            +
                    description: 'ModelScope——汇聚各领域先进的机器学习模型,提供模型探索体验、推理、训练、部署和应用的一站式服务。在这里,共建模型开源社区,发现、学习、定制和分享心仪的模型。',
         
     | 
| 
      
 90 
     | 
    
         
            +
                    image: 'https://g.alicdn.com/sail-web/maas/0.8.10/favicon/128.ico',
         
     | 
| 
      
 91 
     | 
    
         
            +
                    link: `${baseUrl}/learn`,
         
     | 
| 
      
 92 
     | 
    
         
            +
                    item: items,
         
     | 
| 
      
 93 
     | 
    
         
            +
                };
         
     | 
| 
      
 94 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,130 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { type Data, type DataItem, type Route, ViewType } from '@/types';
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            import ofetch from '@/utils/ofetch';
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            import { type CheerioAPI, type Cheerio, load } from 'cheerio';
         
     | 
| 
      
 6 
     | 
    
         
            +
            import type { Element } from 'domhandler';
         
     | 
| 
      
 7 
     | 
    
         
            +
            import { type Context } from 'hono';
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            export const handler = async (ctx: Context): Promise<Data> => {
         
     | 
| 
      
 10 
     | 
    
         
            +
                const { language = '' } = ctx.req.param();
         
     | 
| 
      
 11 
     | 
    
         
            +
                const limit: number = Number.parseInt(ctx.req.query('limit') ?? '30', 10);
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
                const baseUrl: string = 'https://musify.club';
         
     | 
| 
      
 14 
     | 
    
         
            +
                const targetUrl: string = new URL(language, baseUrl).href;
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
                const response = await ofetch(targetUrl);
         
     | 
| 
      
 17 
     | 
    
         
            +
                const $: CheerioAPI = load(response);
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
                const items: DataItem[] = $('div.playlist__item')
         
     | 
| 
      
 20 
     | 
    
         
            +
                    .slice(0, limit)
         
     | 
| 
      
 21 
     | 
    
         
            +
                    .toArray()
         
     | 
| 
      
 22 
     | 
    
         
            +
                    .map((el): Element => {
         
     | 
| 
      
 23 
     | 
    
         
            +
                        const $el: Cheerio<Element> = $(el);
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
                        const artist: string | undefined = $el.attr('data-artist');
         
     | 
| 
      
 26 
     | 
    
         
            +
                        const name: string | undefined = $el.attr('data-name');
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
                        const title: string = [artist, name].filter(Boolean).join(' - ');
         
     | 
| 
      
 29 
     | 
    
         
            +
                        const linkUrl: string | undefined = $el.find('a.strong').attr('href');
         
     | 
| 
      
 30 
     | 
    
         
            +
                        const authorEls: Element[] = $el.find('div.playlist__heading a').toArray();
         
     | 
| 
      
 31 
     | 
    
         
            +
                        const authors: DataItem['author'] = authorEls.map((authorEl) => {
         
     | 
| 
      
 32 
     | 
    
         
            +
                            const $authorEl: Cheerio<Element> = $(authorEl);
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
                            return {
         
     | 
| 
      
 35 
     | 
    
         
            +
                                name: $authorEl.text(),
         
     | 
| 
      
 36 
     | 
    
         
            +
                                url: $authorEl.attr('href') ? new URL($authorEl.attr('href') as string, baseUrl).href : undefined,
         
     | 
| 
      
 37 
     | 
    
         
            +
                                avatar: undefined,
         
     | 
| 
      
 38 
     | 
    
         
            +
                            };
         
     | 
| 
      
 39 
     | 
    
         
            +
                        });
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
                        let processedItem: DataItem = {
         
     | 
| 
      
 42 
     | 
    
         
            +
                            title,
         
     | 
| 
      
 43 
     | 
    
         
            +
                            link: linkUrl ? new URL(linkUrl, baseUrl).href : undefined,
         
     | 
| 
      
 44 
     | 
    
         
            +
                            author: authors,
         
     | 
| 
      
 45 
     | 
    
         
            +
                        };
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
                        const $enclosureEl: Cheerio<Element> = $el.find('div.playlist__control');
         
     | 
| 
      
 48 
     | 
    
         
            +
                        const enclosureUrl: string | undefined = $enclosureEl.attr('data-play-url');
         
     | 
| 
      
 49 
     | 
    
         
            +
             
     | 
| 
      
 50 
     | 
    
         
            +
                        if (enclosureUrl) {
         
     | 
| 
      
 51 
     | 
    
         
            +
                            processedItem = {
         
     | 
| 
      
 52 
     | 
    
         
            +
                                ...processedItem,
         
     | 
| 
      
 53 
     | 
    
         
            +
                                enclosure_url: new URL(enclosureUrl, baseUrl).href,
         
     | 
| 
      
 54 
     | 
    
         
            +
                                enclosure_type: `audio/${enclosureUrl.split(/\./).pop()}`,
         
     | 
| 
      
 55 
     | 
    
         
            +
                                enclosure_title: title,
         
     | 
| 
      
 56 
     | 
    
         
            +
                                enclosure_length: undefined,
         
     | 
| 
      
 57 
     | 
    
         
            +
                                itunes_duration: undefined,
         
     | 
| 
      
 58 
     | 
    
         
            +
                                itunes_item_image: undefined,
         
     | 
| 
      
 59 
     | 
    
         
            +
                            };
         
     | 
| 
      
 60 
     | 
    
         
            +
                        }
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
                        return processedItem;
         
     | 
| 
      
 63 
     | 
    
         
            +
                    });
         
     | 
| 
      
 64 
     | 
    
         
            +
             
     | 
| 
      
 65 
     | 
    
         
            +
                return {
         
     | 
| 
      
 66 
     | 
    
         
            +
                    title: $('title').text(),
         
     | 
| 
      
 67 
     | 
    
         
            +
                    description: $('meta[property="og:description"]').attr('content'),
         
     | 
| 
      
 68 
     | 
    
         
            +
                    link: targetUrl,
         
     | 
| 
      
 69 
     | 
    
         
            +
                    item: items,
         
     | 
| 
      
 70 
     | 
    
         
            +
                    allowEmpty: true,
         
     | 
| 
      
 71 
     | 
    
         
            +
                    image: $('meta[property="og:image"]').attr('content'),
         
     | 
| 
      
 72 
     | 
    
         
            +
                    author: $('meta[property="og:site_name"]').attr('content'),
         
     | 
| 
      
 73 
     | 
    
         
            +
                    id: $('meta[property="og:url"]').attr('content'),
         
     | 
| 
      
 74 
     | 
    
         
            +
                };
         
     | 
| 
      
 75 
     | 
    
         
            +
            };
         
     | 
| 
      
 76 
     | 
    
         
            +
             
     | 
| 
      
 77 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 78 
     | 
    
         
            +
                path: '/:language?',
         
     | 
| 
      
 79 
     | 
    
         
            +
                name: 'Latest',
         
     | 
| 
      
 80 
     | 
    
         
            +
                url: 'musify.club',
         
     | 
| 
      
 81 
     | 
    
         
            +
                maintainers: ['nczitzk'],
         
     | 
| 
      
 82 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 83 
     | 
    
         
            +
                example: '/musify/en',
         
     | 
| 
      
 84 
     | 
    
         
            +
                parameters: {
         
     | 
| 
      
 85 
     | 
    
         
            +
                    category: {
         
     | 
| 
      
 86 
     | 
    
         
            +
                        description: 'Language, Russian by default',
         
     | 
| 
      
 87 
     | 
    
         
            +
                        options: [
         
     | 
| 
      
 88 
     | 
    
         
            +
                            {
         
     | 
| 
      
 89 
     | 
    
         
            +
                                label: 'Russian',
         
     | 
| 
      
 90 
     | 
    
         
            +
                                value: '',
         
     | 
| 
      
 91 
     | 
    
         
            +
                            },
         
     | 
| 
      
 92 
     | 
    
         
            +
                            {
         
     | 
| 
      
 93 
     | 
    
         
            +
                                label: 'English',
         
     | 
| 
      
 94 
     | 
    
         
            +
                                value: 'en',
         
     | 
| 
      
 95 
     | 
    
         
            +
                            },
         
     | 
| 
      
 96 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 97 
     | 
    
         
            +
                    },
         
     | 
| 
      
 98 
     | 
    
         
            +
                },
         
     | 
| 
      
 99 
     | 
    
         
            +
                description: `:::tip
         
     | 
| 
      
 100 
     | 
    
         
            +
            To subscribe to [Latest](https://musify.club/en), where the source URL is \`https://musify.club/en\`, extract the certain parts from this URL to be used as parameters, resulting in the route as [\`/musify/en\`](https://rsshub.app/musify/en).
         
     | 
| 
      
 101 
     | 
    
         
            +
            :::
         
     | 
| 
      
 102 
     | 
    
         
            +
            `,
         
     | 
| 
      
 103 
     | 
    
         
            +
                categories: ['multimedia'],
         
     | 
| 
      
 104 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 105 
     | 
    
         
            +
                    requireConfig: false,
         
     | 
| 
      
 106 
     | 
    
         
            +
                    requirePuppeteer: false,
         
     | 
| 
      
 107 
     | 
    
         
            +
                    antiCrawler: false,
         
     | 
| 
      
 108 
     | 
    
         
            +
                    supportRadar: true,
         
     | 
| 
      
 109 
     | 
    
         
            +
                    supportBT: false,
         
     | 
| 
      
 110 
     | 
    
         
            +
                    supportPodcast: false,
         
     | 
| 
      
 111 
     | 
    
         
            +
                    supportScihub: false,
         
     | 
| 
      
 112 
     | 
    
         
            +
                },
         
     | 
| 
      
 113 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 114 
     | 
    
         
            +
                    {
         
     | 
| 
      
 115 
     | 
    
         
            +
                        source: ['musify.club/:language'],
         
     | 
| 
      
 116 
     | 
    
         
            +
                        target: '/:language',
         
     | 
| 
      
 117 
     | 
    
         
            +
                    },
         
     | 
| 
      
 118 
     | 
    
         
            +
                    {
         
     | 
| 
      
 119 
     | 
    
         
            +
                        title: 'Latest',
         
     | 
| 
      
 120 
     | 
    
         
            +
                        source: ['musify.club/en'],
         
     | 
| 
      
 121 
     | 
    
         
            +
                        target: '/en',
         
     | 
| 
      
 122 
     | 
    
         
            +
                    },
         
     | 
| 
      
 123 
     | 
    
         
            +
                    {
         
     | 
| 
      
 124 
     | 
    
         
            +
                        title: 'Последняя',
         
     | 
| 
      
 125 
     | 
    
         
            +
                        source: ['musify.club'],
         
     | 
| 
      
 126 
     | 
    
         
            +
                        target: '/',
         
     | 
| 
      
 127 
     | 
    
         
            +
                    },
         
     | 
| 
      
 128 
     | 
    
         
            +
                ],
         
     | 
| 
      
 129 
     | 
    
         
            +
                view: ViewType.Articles,
         
     | 
| 
      
 130 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,146 @@ 
     | 
|
| 
      
 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 
     | 
    
         
            +
            import timezone from '@/utils/timezone';
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            import { type CheerioAPI, type Cheerio, load } from 'cheerio';
         
     | 
| 
      
 10 
     | 
    
         
            +
            import type { Element } from 'domhandler';
         
     | 
| 
      
 11 
     | 
    
         
            +
            import { type Context } from 'hono';
         
     | 
| 
      
 12 
     | 
    
         
            +
            import path from 'node:path';
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            export const handler = async (ctx: Context): Promise<Data> => {
         
     | 
| 
      
 15 
     | 
    
         
            +
                const limit: number = Number.parseInt(ctx.req.query('limit') ?? '10', 10);
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
                const baseUrl: string = 'https://musikguru.de';
         
     | 
| 
      
 18 
     | 
    
         
            +
                const targetUrl: string = new URL('news/', baseUrl).href;
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
                const response = await ofetch(targetUrl);
         
     | 
| 
      
 21 
     | 
    
         
            +
                const $: CheerioAPI = load(response);
         
     | 
| 
      
 22 
     | 
    
         
            +
                const language = $('html').attr('lang') ?? 'de';
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
                let items: DataItem[] = [];
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
                items = $('section')
         
     | 
| 
      
 27 
     | 
    
         
            +
                    .eq(1)
         
     | 
| 
      
 28 
     | 
    
         
            +
                    .find('div.card')
         
     | 
| 
      
 29 
     | 
    
         
            +
                    .slice(0, limit)
         
     | 
| 
      
 30 
     | 
    
         
            +
                    .toArray()
         
     | 
| 
      
 31 
     | 
    
         
            +
                    .map((el): Element => {
         
     | 
| 
      
 32 
     | 
    
         
            +
                        const $el: Cheerio<Element> = $(el);
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
                        const title: string = $el.find('h5.card-title').text();
         
     | 
| 
      
 35 
     | 
    
         
            +
                        const image: string | undefined = $el.find('img').attr('src');
         
     | 
| 
      
 36 
     | 
    
         
            +
                        const description: string | undefined = art(path.join(__dirname, 'templates/description.art'), {
         
     | 
| 
      
 37 
     | 
    
         
            +
                            images: image
         
     | 
| 
      
 38 
     | 
    
         
            +
                                ? [
         
     | 
| 
      
 39 
     | 
    
         
            +
                                      {
         
     | 
| 
      
 40 
     | 
    
         
            +
                                          src: image,
         
     | 
| 
      
 41 
     | 
    
         
            +
                                          alt: title,
         
     | 
| 
      
 42 
     | 
    
         
            +
                                      },
         
     | 
| 
      
 43 
     | 
    
         
            +
                                  ]
         
     | 
| 
      
 44 
     | 
    
         
            +
                                : undefined,
         
     | 
| 
      
 45 
     | 
    
         
            +
                            intro: $el.find('p.card-text').text(),
         
     | 
| 
      
 46 
     | 
    
         
            +
                        });
         
     | 
| 
      
 47 
     | 
    
         
            +
                        const linkUrl: string | undefined = $el.find('a').first().attr('href');
         
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
                        const processedItem: DataItem = {
         
     | 
| 
      
 50 
     | 
    
         
            +
                            title,
         
     | 
| 
      
 51 
     | 
    
         
            +
                            description,
         
     | 
| 
      
 52 
     | 
    
         
            +
                            link: linkUrl ? new URL(linkUrl, baseUrl).href : undefined,
         
     | 
| 
      
 53 
     | 
    
         
            +
                            content: {
         
     | 
| 
      
 54 
     | 
    
         
            +
                                html: description,
         
     | 
| 
      
 55 
     | 
    
         
            +
                                text: description,
         
     | 
| 
      
 56 
     | 
    
         
            +
                            },
         
     | 
| 
      
 57 
     | 
    
         
            +
                            image,
         
     | 
| 
      
 58 
     | 
    
         
            +
                            banner: image,
         
     | 
| 
      
 59 
     | 
    
         
            +
                            language,
         
     | 
| 
      
 60 
     | 
    
         
            +
                        };
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
                        return processedItem;
         
     | 
| 
      
 63 
     | 
    
         
            +
                    });
         
     | 
| 
      
 64 
     | 
    
         
            +
             
     | 
| 
      
 65 
     | 
    
         
            +
                items = await Promise.all(
         
     | 
| 
      
 66 
     | 
    
         
            +
                    items.map((item) => {
         
     | 
| 
      
 67 
     | 
    
         
            +
                        if (!item.link) {
         
     | 
| 
      
 68 
     | 
    
         
            +
                            return item;
         
     | 
| 
      
 69 
     | 
    
         
            +
                        }
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
                        return cache.tryGet(item.link, async (): Promise<DataItem> => {
         
     | 
| 
      
 72 
     | 
    
         
            +
                            const detailResponse = await ofetch(item.link);
         
     | 
| 
      
 73 
     | 
    
         
            +
                            const $$: CheerioAPI = load(detailResponse);
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
                            const title: string = $$('div.article h1').text();
         
     | 
| 
      
 76 
     | 
    
         
            +
                            const description: string | undefined =
         
     | 
| 
      
 77 
     | 
    
         
            +
                                item.description +
         
     | 
| 
      
 78 
     | 
    
         
            +
                                art(path.join(__dirname, 'templates/description.art'), {
         
     | 
| 
      
 79 
     | 
    
         
            +
                                    description: ($$('p.lead').html() ?? '') + ($$('div.lead').html() ?? ''),
         
     | 
| 
      
 80 
     | 
    
         
            +
                                });
         
     | 
| 
      
 81 
     | 
    
         
            +
                            const pubDateStr: string | undefined = $$('div.article div.text-muted').text().split(/\sUhr/)?.[0];
         
     | 
| 
      
 82 
     | 
    
         
            +
                            const image: string | undefined = $$('div.article img').first().attr('src');
         
     | 
| 
      
 83 
     | 
    
         
            +
                            const upDatedStr: string | undefined = pubDateStr;
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
                            const processedItem: DataItem = {
         
     | 
| 
      
 86 
     | 
    
         
            +
                                title,
         
     | 
| 
      
 87 
     | 
    
         
            +
                                description,
         
     | 
| 
      
 88 
     | 
    
         
            +
                                pubDate: pubDateStr ? timezone(parseDate(pubDateStr, 'DD.MM.YYYY HH:mm'), +1) : item.pubDate,
         
     | 
| 
      
 89 
     | 
    
         
            +
                                content: {
         
     | 
| 
      
 90 
     | 
    
         
            +
                                    html: description,
         
     | 
| 
      
 91 
     | 
    
         
            +
                                    text: description,
         
     | 
| 
      
 92 
     | 
    
         
            +
                                },
         
     | 
| 
      
 93 
     | 
    
         
            +
                                image,
         
     | 
| 
      
 94 
     | 
    
         
            +
                                banner: image,
         
     | 
| 
      
 95 
     | 
    
         
            +
                                updated: upDatedStr ? timezone(parseDate(upDatedStr, 'DD.MM.YYYY HH:mm'), +1) : item.updated,
         
     | 
| 
      
 96 
     | 
    
         
            +
                                language,
         
     | 
| 
      
 97 
     | 
    
         
            +
                            };
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
                            return {
         
     | 
| 
      
 100 
     | 
    
         
            +
                                ...item,
         
     | 
| 
      
 101 
     | 
    
         
            +
                                ...processedItem,
         
     | 
| 
      
 102 
     | 
    
         
            +
                            };
         
     | 
| 
      
 103 
     | 
    
         
            +
                        });
         
     | 
| 
      
 104 
     | 
    
         
            +
                    })
         
     | 
| 
      
 105 
     | 
    
         
            +
                );
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
                return {
         
     | 
| 
      
 108 
     | 
    
         
            +
                    title: $('title').text(),
         
     | 
| 
      
 109 
     | 
    
         
            +
                    description: $('meta[name="description"]').attr('content'),
         
     | 
| 
      
 110 
     | 
    
         
            +
                    link: targetUrl,
         
     | 
| 
      
 111 
     | 
    
         
            +
                    item: items,
         
     | 
| 
      
 112 
     | 
    
         
            +
                    allowEmpty: true,
         
     | 
| 
      
 113 
     | 
    
         
            +
                    image: $('a.navbar-brand img').attr('src') ? new URL($('a.navbar-brand img').attr('src') as string, baseUrl).href : undefined,
         
     | 
| 
      
 114 
     | 
    
         
            +
                    author: $('a.navbar-brand img').attr('alt'),
         
     | 
| 
      
 115 
     | 
    
         
            +
                    language,
         
     | 
| 
      
 116 
     | 
    
         
            +
                    id: targetUrl,
         
     | 
| 
      
 117 
     | 
    
         
            +
                };
         
     | 
| 
      
 118 
     | 
    
         
            +
            };
         
     | 
| 
      
 119 
     | 
    
         
            +
             
     | 
| 
      
 120 
     | 
    
         
            +
            export const route: Route = {
         
     | 
| 
      
 121 
     | 
    
         
            +
                path: '/news',
         
     | 
| 
      
 122 
     | 
    
         
            +
                name: 'News',
         
     | 
| 
      
 123 
     | 
    
         
            +
                url: 'musikguru.de',
         
     | 
| 
      
 124 
     | 
    
         
            +
                maintainers: ['nczitzk'],
         
     | 
| 
      
 125 
     | 
    
         
            +
                handler,
         
     | 
| 
      
 126 
     | 
    
         
            +
                example: '/musikguru/news',
         
     | 
| 
      
 127 
     | 
    
         
            +
                parameters: undefined,
         
     | 
| 
      
 128 
     | 
    
         
            +
                description: undefined,
         
     | 
| 
      
 129 
     | 
    
         
            +
                categories: ['multimedia'],
         
     | 
| 
      
 130 
     | 
    
         
            +
                features: {
         
     | 
| 
      
 131 
     | 
    
         
            +
                    requireConfig: false,
         
     | 
| 
      
 132 
     | 
    
         
            +
                    requirePuppeteer: false,
         
     | 
| 
      
 133 
     | 
    
         
            +
                    antiCrawler: false,
         
     | 
| 
      
 134 
     | 
    
         
            +
                    supportRadar: true,
         
     | 
| 
      
 135 
     | 
    
         
            +
                    supportBT: false,
         
     | 
| 
      
 136 
     | 
    
         
            +
                    supportPodcast: false,
         
     | 
| 
      
 137 
     | 
    
         
            +
                    supportScihub: false,
         
     | 
| 
      
 138 
     | 
    
         
            +
                },
         
     | 
| 
      
 139 
     | 
    
         
            +
                radar: [
         
     | 
| 
      
 140 
     | 
    
         
            +
                    {
         
     | 
| 
      
 141 
     | 
    
         
            +
                        source: ['musikguru.de/news'],
         
     | 
| 
      
 142 
     | 
    
         
            +
                        target: 'news',
         
     | 
| 
      
 143 
     | 
    
         
            +
                    },
         
     | 
| 
      
 144 
     | 
    
         
            +
                ],
         
     | 
| 
      
 145 
     | 
    
         
            +
                view: ViewType.Articles,
         
     | 
| 
      
 146 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,21 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {{ if images }}
         
     | 
| 
      
 2 
     | 
    
         
            +
              {{ each images image }}
         
     | 
| 
      
 3 
     | 
    
         
            +
                {{ if image?.src }}
         
     | 
| 
      
 4 
     | 
    
         
            +
                  <figure>
         
     | 
| 
      
 5 
     | 
    
         
            +
                    <img
         
     | 
| 
      
 6 
     | 
    
         
            +
                      {{ if image.alt }}
         
     | 
| 
      
 7 
     | 
    
         
            +
                        alt="{{ image.alt }}"
         
     | 
| 
      
 8 
     | 
    
         
            +
                      {{ /if }}
         
     | 
| 
      
 9 
     | 
    
         
            +
                    src="{{ image.src }}">
         
     | 
| 
      
 10 
     | 
    
         
            +
                  </figure>
         
     | 
| 
      
 11 
     | 
    
         
            +
                {{ /if }}
         
     | 
| 
      
 12 
     | 
    
         
            +
              {{ /each }}
         
     | 
| 
      
 13 
     | 
    
         
            +
            {{ /if }}
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            {{ if intro }}
         
     | 
| 
      
 16 
     | 
    
         
            +
              <blockquote>{{ intro }}</blockquote>
         
     | 
| 
      
 17 
     | 
    
         
            +
            {{ /if }}
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            {{ if description }}
         
     | 
| 
      
 20 
     | 
    
         
            +
              {{@ description }}
         
     | 
| 
      
 21 
     | 
    
         
            +
            {{ /if }}
         
     |