mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 09:49:21 +02:00
Merge branch 'unit-tests' of https://github.com/Cqoicebordel/searx into Cqoicebordel-unit-tests
Conflicts: searx/tests/test_engines.py
This commit is contained in:
commit
7f865356f9
45 changed files with 3692 additions and 71 deletions
|
@ -21,7 +21,7 @@ logger = logger.getChild('flickr-noapi')
|
|||
categories = ['images']
|
||||
|
||||
url = 'https://secure.flickr.com/'
|
||||
search_url = url+'search/?{query}&page={page}'
|
||||
search_url = url + 'search/?{query}&page={page}'
|
||||
photo_url = 'https://www.flickr.com/photos/{userid}/{photoid}'
|
||||
regex = re.compile(r"\"search-photos-models\",\"photos\":(.*}),\"totalItems\":", re.DOTALL)
|
||||
image_sizes = ('o', 'k', 'h', 'b', 'c', 'z', 'n', 'm', 't', 'q', 's')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue