mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-10 05:54:41 +02:00
Updated The collectData function (markdown)
parent
17f1ab2151
commit
9f6af301f6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ $item['timestamp'] // Timestamp of the item in numeric format (use `strtotime()
|
||||||
$item['author'] // Name of the author for this item
|
$item['author'] // Name of the author for this item
|
||||||
$item['content'] // Content in HTML format
|
$item['content'] // Content in HTML format
|
||||||
$item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...)
|
$item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...)
|
||||||
$item['categories'] // Array of category names
|
$item['categories'] // Array of categories / tags / topics
|
||||||
```
|
```
|
||||||
All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters.
|
All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue