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

# Elenco dei siti supportati - Feedable

> Elenco dei siti supportati da Feedable

## Elenco dei driver integrati

In `src/Drivers/` di `feedable-core` sono inclusi i seguenti driver.

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

## Driver JsonFeed

`JsonFeed` è un driver speciale.\
Riceve l'URL di un feed RSS/Atom esistente e lo restituisce convertito in formato JSON Feed.

* Esempio: `/jsonfeed?url=https://example.com/feed.xml`
* Limite di elementi: query `limit` (es.: `&limit=20`)

## Pattern URL dei siti di esempio

Pattern rappresentativi consultabili nell'[esempio pubblico](https://feedable-rss.vercel.app/).

* Asahi Shimbun: `/asahi/news.{format}`
* Comic DAYS Original: `/comic-days/original.{format}`
* Famitsu: `/famitsu/category/{category}.{format}`
* FGO: `/fgo/{category}.{format}`
* Blog Laravel: `/laravel/blog.{format}`
* MagaPoke: `/shonenmagazine/pocket.{format}`
* Nico Nico Seiga: `/nicovideo/manga/{category}.{format}`
* Nintendo Direct: `/nintendo/direct.{format}`
* Nintendo IR: `/nintendo/ir/news.{format}`
* Articoli in evidenza di note: `/note/index.{format}`
* Shonen Jump+: `/shonenjumpplus/daily.{format}`
* Yomiuri Shimbun: `/yomiuri/news.{format}`
* Conversione JSON Feed: `/jsonfeed?url={encoded-feed-url}`

Per `{format}` si specifica principalmente `rss` o `json`.

## Richieste di aggiunta di siti supportati

Se vuoi che venga aggiunto il supporto per altri siti, invia una richiesta seguendo le istruzioni riportate su [GitHub](https://github.com/invokable/feedable/blob/main/README_jp.md).


## Related topics

- [Higher-order messages delle collection](/it/advanced/higher-order-messages.md)
- [Pacchetto core e driver personalizzati - Feedable](/it/packages/feedable/core.md)
- [Feedable](/it/packages/feedable/index.md)
- [Modelli](/it/packages/laravel-copilot-sdk/models.md)
- [Driver Amazon Bedrock per Laravel AI SDK](/it/packages/laravel-amazon-bedrock.md)
