mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-07 00:26:00 +03:00
[FeedExpander] Remove HttpCachingBridgeAbstract
parent
d9f0c32d81
commit
93976661c1
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
`FeedExpander` extends [`HttpCachingBridgeAbstract`](HttpCachingBridgeAbstract) and adds functions to collect data from existing feeds.
|
||||
`FeedExpander` extends [`BridgeAbstract`](BridgeAbstract) and adds functions to collect data from existing feeds.
|
||||
|
||||
**Usage example**: _You have discovered a site that provides feeds which are hidden and inaccessible by normal means. You want your bridge to directly read the feeds and provide them via **RSS-Bridge**_
|
||||
|
||||
To create a new Bridge extending `FeedExpander` you must implement all required functions of [`BridgeAbstract`](BridgeAbstract). You may also use all functions defined by [`HttpCachingBridgeAbstract`](HttpCachingBridgeAbstract). `FeedExpander` additionally provides following functions:
|
||||
To create a new Bridge extending `FeedExpander` you must implement all required functions of [`BridgeAbstract`](BridgeAbstract). `FeedExpander` additionally provides following functions:
|
||||
|
||||
* [`parseItem`](#the-parseItem-function) (**required**)
|
||||
* [`getName`](#the-getName-function)
|
||||
|
|
Loading…
Add table
Reference in a new issue