mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
Update bing image engine with new image json format
This commit is contained in:
parent
442772a6c5
commit
73ec2ba74e
2 changed files with 4 additions and 6 deletions
|
@ -52,7 +52,7 @@ class TestBingImagesEngine(SearxTestCase):
|
|||
<li>
|
||||
<div>
|
||||
<div class="imgpt">
|
||||
<a m='{"purl":"page_url","murl":"img_url"}' mad='{"turl":"thumb_url"}'>
|
||||
<a m='{"purl":"page_url","murl":"img_url","turl":"thumb_url"}'>
|
||||
<img src="" alt="alt text" />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -60,7 +60,7 @@ class TestBingImagesEngine(SearxTestCase):
|
|||
</div>
|
||||
<div>
|
||||
<div class="imgpt">
|
||||
<a m='{"purl":"page_url2","murl":"img_url2"}' mad='{"turl":"thumb_url2"}'>
|
||||
<a m='{"purl":"page_url2","murl":"img_url2","turl":"thumb_url2"}'>
|
||||
<img src="" alt="alt text 2" />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -71,7 +71,7 @@ class TestBingImagesEngine(SearxTestCase):
|
|||
<li>
|
||||
<div>
|
||||
<div class="imgpt">
|
||||
<a m='{"purl":"page_url3","murl":"img_url3"}' mad='{"turl":"thumb_url3"}'>
|
||||
<a m='{"purl":"page_url3","murl":"img_url3","turl":"thumb_url3"}'>
|
||||
<img src="" alt="alt text 3" />
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue