Fix YaCy text results returned as images

dependabot/pip/master/sphinx-6.1.3
Sophie Tauchert 4 years ago
parent fe72c7a6fd
commit 71db7b1238
No known key found for this signature in database
GPG Key ID: 52701DE5F5F51125

@ -75,7 +75,7 @@ def response(resp):
for result in search_results[0].get('items', []):
# parse image results
if result.get('image'):
if result.get('image') and result.get('width') and result.get('height'):
result_url = ''
if 'url' in result:

Loading…
Cancel
Save