Skip to content

Commit

Permalink
[RutubeBridge] Use publication time instead of creation time (#4417)
Browse files Browse the repository at this point in the history
Publication time is shown in video page itself, so it is more essential
  • Loading branch information
em92 authored Jan 25, 2025
1 parent dd8bc07 commit bd7d173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/RutubeBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function collectData()
$video->description . ' '
)
);
$item['timestamp'] = $video->created_ts;
$item['timestamp'] = $video->publication_ts;
$item['author'] = $video->author->name;
$item['content'] = $content;

Expand Down

0 comments on commit bd7d173

Please sign in to comment.