mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-01-07 18:10:34 +05:30
Get Uploads view of Videos tab
This commit is contained in:
parent
365b0329f3
commit
838d834ce2
@ -61,7 +61,7 @@ public class YoutubeChannelExtractor extends ChannelExtractor {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFetchPage(@Nonnull Downloader downloader) throws IOException, ExtractionException {
|
public void onFetchPage(@Nonnull Downloader downloader) throws IOException, ExtractionException {
|
||||||
final String url = super.getUrl() + "/videos?pbj=1";
|
final String url = super.getUrl() + "/videos?pbj=1&view=0&flow=grid";
|
||||||
|
|
||||||
JsonArray ajaxJson;
|
JsonArray ajaxJson;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user