mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[RutubeBridge] Include timestamp and author in feed (#2982)
This commit is contained in:
parent
5165ea265d
commit
fd0d5350be
@ -91,6 +91,8 @@ class RutubeBridge extends BridgeAbstract
|
|||||||
$video->description . ' '
|
$video->description . ' '
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
$item->setTimestamp($video->created_ts);
|
||||||
|
$item->setAuthor($video->author->name);
|
||||||
$item->setContent($content);
|
$item->setContent($content);
|
||||||
$this->items[] = $item;
|
$this->items[] = $item;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user