Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Bring back "I'm Feeling Lucky" search.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed May 12, 2016
1 parent 5cd03c6 commit e159a44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions googler
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,10 @@ class Result:

return index_url_map

# Open the URL in browser
def open(self):
open_url(self.url)

# Returns an object (dict) good for JSON serialization
def json_object(self):
obj = {
Expand Down

2 comments on commit e159a44

@zmwangx
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 My bad.

@jarun
Copy link
Owner Author

@jarun jarun commented on e159a44 May 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem at all!

Please sign in to comment.