Get Uploads view of Videos tab

This commit is contained in:
wb9688 2020-02-27 18:54:27 +01:00
parent 365b0329f3
commit 838d834ce2

View file

@ -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;