fix: related streams published 54 years ago with local extractor

This commit is contained in:
Bnyro 2024-08-26 15:08:45 +02:00
parent 204a48294b
commit 747899a898

View File

@ -69,7 +69,7 @@ object StreamsExtractor {
it.duration,
it.viewCount,
it.isUploaderVerified,
it.uploadDate?.offsetDateTime()?.toEpochSecond() ?: 0L,
it.uploadDate?.offsetDateTime()?.toEpochSecond()?.times(1000) ?: 0L,
it.shortDescription,
it.isShortFormContent,
)