Skip to content

Commit 50bba32

Browse files
committed
Fix typos in Javadoc
1 parent 78f2192 commit 50bba32

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import static org.schabi.newpipe.extractor.subscription.SubscriptionExtractor.ContentSource.INPUT_STREAM;
2121

2222
/**
23-
* Extract subscriptions from a Google takout export (the user has to get the JSON out of the zip)
23+
* Extract subscriptions from a Google takeout export (the user has to get the JSON out of the zip)
2424
*/
2525
public class YoutubeSubscriptionExtractor extends SubscriptionExtractor {
2626
private static final String BASE_CHANNEL_URL = "https://www.youtube.com/channel/";

extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public StreamExtractor(StreamingService service, LinkHandler linkHandler) {
291291
/**
292292
* This will return a list of available
293293
* <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/stream/Subtitles.html">Subtitles</a>s.
294-
* If no subtitles are available an empty list can returned.
294+
* If no subtitles are available an empty list can be returned.
295295
*
296296
* @return a list of available subtitles or an empty list
297297
* @throws IOException
@@ -304,7 +304,7 @@ public StreamExtractor(StreamingService service, LinkHandler linkHandler) {
304304
* This will return a list of available
305305
* <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/stream/Subtitles.html">Subtitles</a>s.
306306
* given by a specific type.
307-
* If no subtitles in that specific format are available an empty list can returned.
307+
* If no subtitles in that specific format are available an empty list can be returned.
308308
*
309309
* @param format the media format by which the subtitles should be filtered
310310
* @return a list of available subtitles or an empty list

0 commit comments

Comments
 (0)