Skip to content

Commit

Permalink
Merge pull request #711 from gardenappl/dev
Browse files Browse the repository at this point in the history
Fix minor typos in Javadoc
  • Loading branch information
TobiGr authored Aug 11, 2021
2 parents 78f2192 + 50bba32 commit b6f951e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
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/";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public StreamExtractor(StreamingService service, LinkHandler linkHandler) {
/**
* This will return a list of available
* <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/stream/Subtitles.html">Subtitles</a>s.
* 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
Expand All @@ -304,7 +304,7 @@ public StreamExtractor(StreamingService service, LinkHandler linkHandler) {
* This will return a list of available
* <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/stream/Subtitles.html">Subtitles</a>s.
* 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
Expand Down

0 comments on commit b6f951e

Please sign in to comment.