Explorar el Código

[fix] comment removed

asciimoo hace 11 años
padre
commit
81b4cc77da
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      searx/engines/flickr.py

+ 0
- 2
searx/engines/flickr.py Ver fichero

@@ -6,8 +6,6 @@ from urlparse import urljoin
6 6
 
7 7
 categories = ['images']
8 8
 
9
-#https://secure.flickr.com/search?data=1&q=asdf&s=&page=3&mt=&cm=&m=&l=&w=&hd=&d=&append=1
10
-
11 9
 url = 'https://secure.flickr.com/'
12 10
 search_url = url+'search/?{query}&page={page}'
13 11
 results_xpath = '//div[@id="thumbnails"]//a[@class="rapidnofollow photo-click" and @data-track="photo-click"]'  # noqa