mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-09 20:24:03 +00:00
Formatting
This commit is contained in:
@@ -38,7 +38,7 @@ def parse_related_video(related : JSON::Any) : Hash(String, JSON::Any)?
|
||||
|
||||
if published_time_text = related["publishedTimeText"]?
|
||||
decoded_time = decode_date(published_time_text["simpleText"].to_s)
|
||||
published = decoded_time.to_unix.to_s
|
||||
published = decoded_time.to_unix.to_s
|
||||
else
|
||||
published = nil
|
||||
end
|
||||
|
Reference in New Issue
Block a user