Skip to content

Commit

Permalink
Merge pull request #84 from tminaorg/brave-fix
Browse files Browse the repository at this point in the history
fixed brave
  • Loading branch information
k4lizen authored Sep 26, 2023
2 parents 9bb4616 + f03fccb commit 93861ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/brave/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var Info engines.Info = engines.Info{
var dompaths engines.DOMPaths = engines.DOMPaths{
Result: "div.snippet",
Link: "a",
Title: "div.title",
Title: "div.url",
Description: "div.snippet-description",
}

Expand Down

0 comments on commit 93861ee

Please sign in to comment.