From 50bba32239ef8ea67759e30975b1c12e011dce2a Mon Sep 17 00:00:00 2001 From: gardenapple Date: Wed, 11 Aug 2021 12:01:18 +0300 Subject: [PATCH] Fix typos in Javadoc --- .../youtube/extractors/YoutubeSubscriptionExtractor.java | 2 +- .../org/schabi/newpipe/extractor/stream/StreamExtractor.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeSubscriptionExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeSubscriptionExtractor.java index ffdde8142..be0885326 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeSubscriptionExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeSubscriptionExtractor.java @@ -20,7 +20,7 @@ import javax.annotation.Nonnull; import static org.schabi.newpipe.extractor.subscription.SubscriptionExtractor.ContentSource.INPUT_STREAM; /** - * Extract subscriptions from a Google takout export (the user has to get the JSON out of the zip) + * Extract subscriptions from a Google takeout export (the user has to get the JSON out of the zip) */ public class YoutubeSubscriptionExtractor extends SubscriptionExtractor { private static final String BASE_CHANNEL_URL = "https://www.youtube.com/channel/"; diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java index 8eeb1b49b..849e97729 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java @@ -291,7 +291,7 @@ public abstract class StreamExtractor extends Extractor { /** * This will return a list of available * Subtitless. - * If no subtitles are available an empty list can returned. + * If no subtitles are available an empty list can be returned. * * @return a list of available subtitles or an empty list * @throws IOException @@ -304,7 +304,7 @@ public abstract class StreamExtractor extends Extractor { * This will return a list of available * Subtitless. * given by a specific type. - * If no subtitles in that specific format are available an empty list can returned. + * If no subtitles in that specific format are available an empty list can be returned. * * @param format the media format by which the subtitles should be filtered * @return a list of available subtitles or an empty list