mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[RutubeBridge] Include timestamp and author in feed (#2982)
This commit is contained in:
parent
5165ea265d
commit
fd0d5350be
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ class RutubeBridge extends BridgeAbstract
|
|||
$video->description . ' '
|
||||
)
|
||||
);
|
||||
$item->setTimestamp($video->created_ts);
|
||||
$item->setAuthor($video->author->name);
|
||||
$item->setContent($content);
|
||||
$this->items[] = $item;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue