Get Uploads view of Videos tab
This commit is contained in:
parent
365b0329f3
commit
838d834ce2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue