Skip to content

Commit b27efdc

Browse files
AudricVB0pol
andauthored
Remove clickTrackingParams in getNextPage method of YoutubeChannelExtractor
Because it's unused with the new request. Co-authored-by: bopol <bopol@e.email>
1 parent 2b671b1 commit b27efdc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ private Page getNextPageFrom(final JsonObject continuations) throws IOException,
300300

301301
final JsonObject continuationEndpoint = continuations.getObject("continuationEndpoint");
302302
final String continuation = continuationEndpoint.getObject("continuationCommand").getString("token");
303-
final String clickTrackingParams = continuationEndpoint.getString("clickTrackingParams");
304303
return new Page("https://www.youtube.com/youtubei/v1/browse?key=" + getKey(),
305304
continuation);
306305
}

0 commit comments

Comments
 (0)