> ## Documentation Index
> Fetch the complete documentation index at: https://kawax.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# 支持的站点列表 - Feedable

> Feedable 所支持的站点一览

## 内置驱动一览

`feedable-core` 的 `src/Drivers/` 目录下包含以下驱动。

* Asahi
* ComicDays
* Famitsu
* Fate
* JsonFeed
* JumpPlus
* Laravel
* MagazinePocket
* Mirror
* Nicovideo
* Nintendo
* Note
* Yomiuri

## JsonFeed 驱动

`JsonFeed` 是一个特殊的驱动。
它接收现有的 RSS/Atom feed URL，并将其转换为 JSON Feed 格式返回。

* 例: `/jsonfeed?url=https://example.com/feed.xml`
* 条数限制: `limit` 查询参数（例: `&limit=20`）

## 示例站点的 URL 规则

以下是可以在[公开示例](https://feedable-rss.vercel.app/)中查看的代表性 URL 规则。

* 朝日新闻: `/asahi/news.{format}`
* Comic DAYS 原创: `/comic-days/original.{format}`
* Fami 通: `/famitsu/category/{category}.{format}`
* FGO: `/fgo/{category}.{format}`
* Laravel Blog: `/laravel/blog.{format}`
* Magazine Pocket: `/shonenmagazine/pocket.{format}`
* Niconico 静画: `/nicovideo/manga/{category}.{format}`
* Nintendo Direct: `/nintendo/direct.{format}`
* 任天堂 IR: `/nintendo/ir/news.{format}`
* note 热门文章: `/note/index.{format}`
* 少年 Jump+: `/shonenjumpplus/daily.{format}`
* 读卖新闻: `/yomiuri/news.{format}`
* JSON Feed 转换: `/jsonfeed?url={encoded-feed-url}`

`{format}` 主要指定 `rss` 或 `json`。

## 请求新增支持的站点

如果你希望增加支持的站点，请通过 [GitHub](https://github.com/invokable/feedable/blob/main/README_jp.md) 中所述的方式发送请求。


## Related topics

- [核心包与自定义驱动 - Feedable](/zh/packages/feedable/core.md)
- [Feedable](/zh/packages/feedable/index.md)
- [模型](/zh/packages/laravel-copilot-sdk/models.md)
- [Laravel PAO — 面向 AI 智能体的输出优化工具](/zh/blog/pao-introduction.md)
- [Laravel Agent Detector — AI 智能体检测包](/zh/blog/agent-detector-introduction.md)
