merged upstream/dev

This commit is contained in:
Ritvik Saraf 2018-09-29 15:46:47 +05:30
commit e4bef056e6
114 changed files with 345 additions and 641 deletions

View file

@ -49,7 +49,7 @@ public class Downloader implements org.schabi.newpipe.extractor.Downloader {
private static Downloader instance;
private String mCookies;
private OkHttpClient client;
private final OkHttpClient client;
private Downloader(OkHttpClient.Builder builder) {
this.client = builder