merged upstream/dev
This commit is contained in:
commit
e4bef056e6
114 changed files with 345 additions and 641 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue