Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
fix .g search regex
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalko committed Feb 11, 2017
1 parent 55de025 commit c13a95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/search.py
Expand Up @@ -11,7 +11,7 @@
import web


r_google = re.compile(r'href="\/url\?q=(http.*?)\/&amp')
r_google = re.compile(r'href="\/url\?q=(http.*?)&')

def google_search(query):
query = web.quote(query)
Expand Down

0 comments on commit c13a95d

Please sign in to comment.