1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-29 04:40:19 +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:
Eugene Molotov
2025-01-25 22:40:13 +05:00
committed by GitHub
parent dd8bc077ed
commit bd7d1734c3

View File

@@ -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;