Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adriens committed Apr 3, 2021
1 parent fc1e761 commit ef624c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.adriens.imgflip</groupId>
<artifactId>imgflip4j</artifactId>
<version>1.2</version>
<version>1.3</version>
<packaging>jar</packaging>
<description>A Java SDK to interact with Imgflip API.</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class PublishedMemesCrawler {
final static Logger logger = LoggerFactory.getLogger(PublishedMemesCrawler.class);

private static WebClient buildWebClient() {
WebClient webClient = new WebClient(BrowserVersion.FIREFOX_78);
WebClient webClient = new WebClient(BrowserVersion.FIREFOX);
webClient.getOptions().setJavaScriptEnabled(false);
webClient.getOptions().setDownloadImages(false);
return webClient;
Expand Down

0 comments on commit ef624c2

Please sign in to comment.