mirror of
https://github.com/searxng/searxng.git
synced 2025-09-02 00:08:34 +02:00
[fix] language support for bing images and videos
This commit is contained in:
parent
1adc8d6e26
commit
a524dbb823
4 changed files with 61 additions and 14 deletions
|
@ -8,6 +8,8 @@ from searx.testing import SearxTestCase
|
|||
class TestBingVideosEngine(SearxTestCase):
|
||||
|
||||
def test_request(self):
|
||||
bing_videos.supported_languages = ['fr-FR', 'en-US']
|
||||
|
||||
query = 'test_query'
|
||||
dicto = defaultdict(dict)
|
||||
dicto['pageno'] = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue