Fix #98: Update User Agent to current most common UA (Chrome 61 on Windows 10 x64) (#300)

This commit is contained in:
metaprime 2017-11-29 23:11:35 -08:00 committed by GitHub
parent 66d962fc3b
commit 7716c47cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ public abstract class AbstractRipper
private final String URLHistoryFile = Utils.getURLHistoryFile();
public static final String USER_AGENT =
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:36.0) Gecko/20100101 Firefox/36.0";
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36";
protected URL url;
protected File workingDir;