Documentation Index
Fetch the complete documentation index at: https://kawax.biz/llms.txt
Use this file to discover all available pages before exploring further.
Built-in drivers
feedable-core currently includes the following drivers in src/Drivers/:
- Asahi
- ComicDays
- Famitsu
- Fate
- JsonFeed
- JumpPlus
- Laravel
- MagazinePocket
- Mirror
- Nicovideo
- Nintendo
- Note
- Yomiuri
JsonFeed driver
JsonFeed is a special driver.It receives an existing RSS/Atom feed URL and converts it to JSON Feed.
- Example:
/jsonfeed?url=https://example.com/feed.xml - Item limit: use the
limitquery parameter (example:&limit=20)
URL patterns on the sample site
Common examples available on the public sample site:- Asahi:
/asahi/news.{format} - Comic Days original:
/comic-days/original.{format} - Famitsu:
/famitsu/category/{category}.{format} - FGO:
/fgo/{category}.{format} - Laravel Blog:
/laravel/blog.{format} - Magazine Pocket:
/shonenmagazine/pocket.{format} - Nico Nico Seiga manga:
/nicovideo/manga/{category}.{format} - Nintendo Direct:
/nintendo/direct.{format} - Nintendo IR:
/nintendo/ir/news.{format} - note featured posts:
/note/index.{format} - Shonen Jump+:
/shonenjumpplus/daily.{format} - Yomiuri:
/yomiuri/news.{format} - JSON Feed conversion:
/jsonfeed?url={encoded-feed-url}
{format} is mainly rss or json.
Need another site?
Send your support request with the target URL in GitHub Discussions.