mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-12-05 01:10:15 +00:00
committed by
GitHub
parent
f4084ed483
commit
a84d83177e
@@ -210,7 +210,7 @@ abstract class YoutubeChartsBaseKioskExtractor extends KioskExtractor<StreamInfo
|
||||
// the JSON body, but YouTube charts does it only in its HTTP headers
|
||||
final var instant = localDate.atStartOfDay(ZoneOffset.UTC).toInstant();
|
||||
|
||||
// We don't have more info than the release day
|
||||
// We don't have more info than the release day, hence isApproximate=true
|
||||
return new DateWrapper(instant, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user