mirror of
https://github.com/searxng/searxng.git
synced 2025-11-22 06:23:09 -05:00
[fix] deviantart engine: pagination match change (#5384)
Pagination currently does not work for deviantart, resulting in the same page being shown when going to the next page in SearXNG.
This commit is contained in:
parent
ea4a55fa57
commit
43065c5026
@ -30,7 +30,7 @@ img_src_xpath = './div/img/@srcset'
|
|||||||
title_xpath = './@aria-label'
|
title_xpath = './@aria-label'
|
||||||
premium_xpath = '../div/div/div/text()'
|
premium_xpath = '../div/div/div/text()'
|
||||||
premium_keytext = 'Watch the artist to view this deviation'
|
premium_keytext = 'Watch the artist to view this deviation'
|
||||||
cursor_xpath = '(//a[@class="_1OGeq"]/@href)[last()]'
|
cursor_xpath = '(//a[@class="vQ2brP"]/@href)[last()]'
|
||||||
|
|
||||||
|
|
||||||
def request(query, params):
|
def request(query, params):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user