Skip to content

Commit

Permalink
Update typing controller to support booking.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Hronom committed Mar 23, 2016
1 parent 4273f12 commit d0198c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public void insertUpdate(DocumentEvent e) {
scrapeView.selectParser(ScrapeView.Parser.ebookers);
} else if (str.contains("windsurfercrs.com")) {
scrapeView.selectParser(ScrapeView.Parser.windsurfercrs);
} else if (str.contains("booking.com")) {
scrapeView.selectParser(ScrapeView.Parser.booking);
}
} catch (BadLocationException exception) {
logger.error(exception);
Expand Down

0 comments on commit d0198c7

Please sign in to comment.