commit: 81b4cc77da21e694230307745f589b6e8c88f962
parent: 8b4d445c423a4b26c3e34d8c300b58b04d656590
Author: asciimoo <asciimoo@gmail.com>
Date: Thu, 30 Jan 2014 01:23:23 +0100
[fix] comment removed
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/searx/engines/flickr.py b/searx/engines/flickr.py
@@ -6,8 +6,6 @@ from urlparse import urljoin
categories = ['images']
-#https://secure.flickr.com/search?data=1&q=asdf&s=&page=3&mt=&cm=&m=&l=&w=&hd=&d=&append=1
-
url = 'https://secure.flickr.com/'
search_url = url+'search/?{query}&page={page}'
results_xpath = '//div[@id="thumbnails"]//a[@class="rapidnofollow photo-click" and @data-track="photo-click"]' # noqa