mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-19 16:58:42 +02:00
[Bridge API] Rename 'RssExpander' to 'FeedExpander'
parent
090d2158fe
commit
8bda5476ff
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ Base class | Description
|
||||||
-----------|------------
|
-----------|------------
|
||||||
[`BridgeAbstract`](BridgeAbstract) | This class is intended for standard _Bridges_ that need to filter HTML pages for content.
|
[`BridgeAbstract`](BridgeAbstract) | This class is intended for standard _Bridges_ that need to filter HTML pages for content.
|
||||||
[`HttpCachingBridgeAbstract`](HttpCachingBridgeAbstract) | This class an extension of `BridgeAbstract`, allowing caching of files downloaded over HTTP.
|
[`HttpCachingBridgeAbstract`](HttpCachingBridgeAbstract) | This class an extension of `BridgeAbstract`, allowing caching of files downloaded over HTTP.
|
||||||
[`RssExpander`](RssExpander) | This class is an extension of `HttpCachingBridgeAbstract`, designed to load existing RSS 2.0 feeds into **RSS-Bridge**
|
[`FeedExpander`](FeedExpander) | This class is an extension of `HttpCachingBridgeAbstract`, designed to load existing feeds into **RSS-Bridge**
|
||||||
|
|
||||||
For more information about how to create a new _Bridge_, read [How to create a new Bridge?](How-to-create-a-new-Bridge)
|
For more information about how to create a new _Bridge_, read [How to create a new Bridge?](How-to-create-a-new-Bridge)
|
Loading…
Add table
Add a link
Reference in a new issue