Skip to content

Commit

Permalink
Fix #158: change UA to Brave browser's
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Dec 12, 2023
1 parent b3838c9 commit 15f91df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddgr
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'x': '0', 'X': '1', 'y': '7', 'Y': '7;1',
}.items()}

USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0'
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'

TEXT_BROWSERS = ['elinks', 'links', 'lynx', 'w3m', 'www-browser']

Expand Down

0 comments on commit 15f91df

Please sign in to comment.