mirror of
https://github.com/searxng/searxng.git
synced 2025-11-20 21:43:12 -05:00
[fix] deviantart engine: does not return any results (#5383)
This commit is contained in:
parent
22e1d30017
commit
d514dea5cc
@ -23,7 +23,7 @@ paging = True
|
||||
# search-url
|
||||
base_url = 'https://www.deviantart.com'
|
||||
|
||||
results_xpath = '//div[@class="_2pZkk"]/div/div/a'
|
||||
results_xpath = '//div[@class="V_S0t_"]/div/div/a'
|
||||
url_xpath = './@href'
|
||||
thumbnail_src_xpath = './div/img/@src'
|
||||
img_src_xpath = './div/img/@srcset'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user