Skip to content

Commit 9795725

Browse files
committed
Address review comments
1 parent 393e811 commit 9795725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemLockupExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public DateWrapper getUploadDate() throws ParsingException {
291291
}
292292

293293
try {
294-
// As we request a UTC offset of 0 minutes, we get the UTC data
294+
// As we request a UTC offset of 0 minutes, we get the UTC date
295295
return new DateWrapper(OffsetDateTime.of(LocalDateTime.parse(
296296
premiereDate, PREMIERES_DATE_FORMATTER), ZoneOffset.UTC));
297297
} catch (final DateTimeParseException e) {

extractor/src/test/resources/mocks/v1/org/schabi/newpipe/extractor/services/youtube/youtubestreaminfoitem/videorendererpremiere.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,4 +583,4 @@
583583
}
584584
}
585585
}
586-
}
586+
}

0 commit comments

Comments
 (0)