forked from Icycoide/searxng
Merge branch 'master' into bugfix_startpage
This commit is contained in:
commit
5b81f7c2cc
2 changed files with 4 additions and 6 deletions
|
@ -88,9 +88,7 @@ def response(resp):
|
|||
|
||||
url = json_data.get('purl')
|
||||
img_src = json_data.get('murl')
|
||||
|
||||
thumb_json_data = loads(_quote_keys_regex.sub(r'\1"\2": \3', link.attrib.get('mad')))
|
||||
thumbnail = thumb_json_data.get('turl')
|
||||
thumbnail = json_data.get('turl')
|
||||
|
||||
# append result
|
||||
results.append({'template': 'images.html',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue