mirror of https://github.com/searx/searx
[fix] comment removed
This commit is contained in:
parent
8b4d445c42
commit
81b4cc77da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue