mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 21:43:06 +02:00
Update user-agent to latest Chrome LTS (134.0.0.0)
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class AbstractRipper
|
||||
private static final Logger logger = LogManager.getLogger(AbstractRipper.class);
|
||||
private final String URLHistoryFile = Utils.getURLHistoryFile();
|
||||
|
||||
public static final String USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36";
|
||||
public static final String USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36";
|
||||
|
||||
private static Random randomGenerator = new Random();
|
||||
|
||||
|
Reference in New Issue
Block a user