mirror of
https://github.com/searxng/searxng.git
synced 2025-07-14 08:49:19 +02:00
[feat] duckduckgo: support for videos and news
This commit is contained in:
parent
c3ab49cd90
commit
48cb58bd2e
5 changed files with 405 additions and 21 deletions
|
@ -66,8 +66,10 @@ def cache_vqd(query, value):
|
|||
The vqd value depends on the query string and is needed for the follow up
|
||||
pages or the images loaded by a XMLHttpRequest:
|
||||
|
||||
- DuckDuckGo Web: `https://links.duckduckgo.com/d.js?q=...&vqd=...`
|
||||
- DuckDuckGo Images: `https://duckduckgo.com/i.js??q=...&vqd=...`
|
||||
- DuckDuckGo Web: ``https://links.duckduckgo.com/d.js?q=...&vqd=...``
|
||||
- DuckDuckGo Images: ``https://duckduckgo.com/i.js??q=...&vqd=...``
|
||||
- DuckDuckGo Videos: ``https://duckduckgo.com/v.js??q=...&vqd=...``
|
||||
- DuckDuckGo News: ``https://duckduckgo.com/news.js??q=...&vqd=...``
|
||||
|
||||
"""
|
||||
c = redisdb.client()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue