diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/peertube/PeertubeParsingHelper.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/peertube/PeertubeParsingHelper.java index 8604b9168..96d7d566c 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/peertube/PeertubeParsingHelper.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/peertube/PeertubeParsingHelper.java @@ -67,7 +67,15 @@ public class PeertubeParsingHelper { collectStreamsFrom(collector, json, baseUrl, false); } - // sepia: if we should use PeertubeSepiaStreamInfoItemExtractor + /** + * Collect stream from json with collector + * + * @param collector the collector used to collect information + * @param json the file to retrieve data from + * @param baseUrl the base Url of the instance + * @param sepia if we should use PeertubeSepiaStreamInfoItemExtractor + * @throws ParsingException + */ public static void collectStreamsFrom(final InfoItemsCollector collector, final JsonObject json, final String baseUrl, boolean sepia) throws ParsingException { final JsonArray contents; try {