1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

Updated The collectData function (markdown)

LogMANOriginal
2019-06-27 22:18:22 +02:00
parent a14521017c
commit f0a5e54632

@@ -28,7 +28,7 @@ The item array should provide as much information as possible for RSS-Bridge to
```PHP
$item['uri'] // URI to reach the subject ("https://...")
$item['title'] // Title of the item
$item['timestamp'] // Timestamp of the item in numeric format (use `strtotime()`)
$item['timestamp'] // Timestamp of the item in numeric or text format (compatible for strtotime())
$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...)