fix .g search regex
This commit is contained in:
@@ -11,7 +11,7 @@ import re
|
|||||||
import web
|
import web
|
||||||
|
|
||||||
|
|
||||||
r_google = re.compile(r'href="\/url\?q=(http.*?)\/&')
|
r_google = re.compile(r'href="\/url\?q=(http.*?)&')
|
||||||
|
|
||||||
def google_search(query):
|
def google_search(query):
|
||||||
query = web.quote(query)
|
query = web.quote(query)
|
||||||
|
|||||||
Reference in New Issue
Block a user