Browse Source

[fix] comment removed

asciimoo 11 years ago
parent
commit
81b4cc77da
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      searx/engines/flickr.py

+ 0
- 2
searx/engines/flickr.py View File

@@ -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