Merge pull request #6415 from Bnyro/master

fix: related streams published 54 years ago with local extractor
This commit is contained in:
Bnyro 2024-08-26 15:09:08 +02:00 committed by GitHub
commit 0d86adffda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,
)