Use Firefox ESR User-Agent: 68
This commit is contained in:
parent
655c999795
commit
21253abd9b
|
@ -20,7 +20,7 @@ import java.util.Map;
|
||||||
|
|
||||||
public class DownloaderTestImpl extends Downloader {
|
public class DownloaderTestImpl extends Downloader {
|
||||||
|
|
||||||
private static final String USER_AGENT = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/73.0";
|
private static final String USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0";
|
||||||
private static final String DEFAULT_HTTP_ACCEPT_LANGUAGE = "en";
|
private static final String DEFAULT_HTTP_ACCEPT_LANGUAGE = "en";
|
||||||
|
|
||||||
private static DownloaderTestImpl instance = null;
|
private static DownloaderTestImpl instance = null;
|
||||||
|
|
Loading…
Reference in New Issue