mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 07:50:34 +05:30
Remove clickTrackingParams in getNextPage method of YoutubeChannelExtractor
Because it's unused with the new request. Co-authored-by: bopol <bopol@e.email>
This commit is contained in:
parent
2b671b15ce
commit
b27efdc9a4
@ -300,7 +300,6 @@ public class YoutubeChannelExtractor extends ChannelExtractor {
|
||||
|
||||
final JsonObject continuationEndpoint = continuations.getObject("continuationEndpoint");
|
||||
final String continuation = continuationEndpoint.getObject("continuationCommand").getString("token");
|
||||
final String clickTrackingParams = continuationEndpoint.getString("clickTrackingParams");
|
||||
return new Page("https://www.youtube.com/youtubei/v1/browse?key=" + getKey(),
|
||||
continuation);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user