[fix] using https

This commit is contained in:
asciimoo 2013-10-19 18:30:08 +02:00
parent 57eaeb9b74
commit 1308ebf657

View file

@ -3,7 +3,7 @@ from lxml import html
from urlparse import urljoin
from cgi import escape
base_url = 'http://startpage.com/'
base_url = 'https://startpage.com/'
search_url = base_url+'do/search'
def request(query, params):