mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 20:24:56 +02:00
Updated The collectData function (markdown)
parent
ec3bdbb862
commit
2854d8c5cb
1 changed files with 2 additions and 11 deletions
|
@ -33,15 +33,6 @@ $item['author'] // Name of the author for this item
|
|||
$item['content'] // Content in HTML format
|
||||
$item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...)
|
||||
$item['categories'] // Array of categories / tags / topics
|
||||
$item['uid'] // A unique ID to identify the current item
|
||||
```
|
||||
All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters.
|
||||
|
||||
Parameter | Atom | HTML | (M)RSS | Plaintext | JSON
|
||||
----------|:----:|:----:|:------:|:---------:|:---:
|
||||
`uri`|X|X|X|X|X
|
||||
`title`|X|X|X|X|X
|
||||
`timestamp`|X|X|X|X|X
|
||||
`author`|X|X|X|X|X
|
||||
`content`|X|X|X|X|X
|
||||
`enclosures`|X|X|X|X|X
|
||||
`categories`|X|X|X|X|X
|
Loading…
Add table
Add a link
Reference in a new issue