Release 0.18.5 (850) and update extractor version
Update User-Agent
This commit is contained in:
parent
e7082baaff
commit
3b5b9d7dab
3 changed files with 5 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ import okhttp3.ResponseBody;
|
|||
import static org.schabi.newpipe.MainActivity.DEBUG;
|
||||
|
||||
public class DownloaderImpl extends Downloader {
|
||||
public static final String USER_AGENT = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0";
|
||||
public static final String USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0";
|
||||
|
||||
private static DownloaderImpl instance;
|
||||
private String mCookies;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue