Skip to content

Commit 0bcea9c

Browse files
committed
add JDoc
1 parent 0e45c25 commit 0bcea9c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/peertube/PeertubeParsingHelper.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,15 @@ public static void collectStreamsFrom(final InfoItemsCollector collector, final
6767
collectStreamsFrom(collector, json, baseUrl, false);
6868
}
6969

70-
// sepia: if we should use PeertubeSepiaStreamInfoItemExtractor
70+
/**
71+
* Collect stream from json with collector
72+
*
73+
* @param collector the collector used to collect information
74+
* @param json the file to retrieve data from
75+
* @param baseUrl the base Url of the instance
76+
* @param sepia if we should use PeertubeSepiaStreamInfoItemExtractor
77+
* @throws ParsingException
78+
*/
7179
public static void collectStreamsFrom(final InfoItemsCollector collector, final JsonObject json, final String baseUrl, boolean sepia) throws ParsingException {
7280
final JsonArray contents;
7381
try {

0 commit comments

Comments
 (0)