Skip to content

Commit

Permalink
AbstractRipper.java - update USER_AGENT to most common User Agent cur…
Browse files Browse the repository at this point in the history
…rently in use: Chrome 131.0.0.0 on Windows 10. Closes #2061
  • Loading branch information
metaprime committed Jan 6, 2025
1 parent d236d4e commit d736938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public abstract class AbstractRipper
protected 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/61.0.3163.100 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/131.0.0.0 Safari/537.36";

protected URL url;
protected File workingDir;
Expand Down

0 comments on commit d736938

Please sign in to comment.