> ## 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 피드 URL을 받아 JSON Feed 형식으로 변환하여 반환합니다.

* 예: `/jsonfeed?url=https://example.com/feed.xml`
* 건수 제한: `limit` 쿼리(예: `&limit=20`)

## 샘플 사이트의 URL 패턴

[공개 샘플](https://feedable-rss.vercel.app/)에서 확인할 수 있는 대표적인 패턴입니다.

* 아사히 신문: `/asahi/news.{format}`
* 코믹 DAYS 오리지널: `/comic-days/original.{format}`
* 파미통: `/famitsu/category/{category}.{format}`
* FGO: `/fgo/{category}.{format}`
* Laravel Blog: `/laravel/blog.{format}`
* 마가포케: `/shonenmagazine/pocket.{format}`
* 니코니코 세이가: `/nicovideo/manga/{category}.{format}`
* 닌텐도 다이렉트: `/nintendo/direct.{format}`
* 닌텐도 IR: `/nintendo/ir/news.{format}`
* note 주목 기사: `/note/index.{format}`
* 소년 점프+: `/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](/ko/packages/feedable/core.md)
- [Feedable](/ko/packages/feedable/index.md)
- [모델](/ko/packages/laravel-copilot-sdk/models.md)
- [요청 라이프사이클](/ko/lifecycle.md)
- [Inertia.js로 SPA 구축하기](/ko/blog/inertia-introduction.md)
