mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00: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
@ -132,7 +132,7 @@ class RutubeBridge extends BridgeAbstract
|
|||||||
$video->description . ' '
|
$video->description . ' '
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$item['timestamp'] = $video->created_ts;
|
$item['timestamp'] = $video->publication_ts;
|
||||||
$item['author'] = $video->author->name;
|
$item['author'] = $video->author->name;
|
||||||
$item['content'] = $content;
|
$item['content'] = $content;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user