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
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue