mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 17:44:48 +02:00
[RutubeBridge] Use publication time instead of creation time (#4417)
Publication time is shown in video page itself, so it is more essential
This commit is contained in:
parent
dd8bc077ed
commit
bd7d1734c3
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class RutubeBridge extends BridgeAbstract
|
|||
$video->description . ' '
|
||||
)
|
||||
);
|
||||
$item['timestamp'] = $video->created_ts;
|
||||
$item['timestamp'] = $video->publication_ts;
|
||||
$item['author'] = $video->author->name;
|
||||
$item['content'] = $content;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue