diff --git a/searx/engines/deviantart.py b/searx/engines/deviantart.py index d3ceab215..8cbfb7ad9 100644 --- a/searx/engines/deviantart.py +++ b/searx/engines/deviantart.py @@ -30,7 +30,7 @@ img_src_xpath = './div/img/@srcset' title_xpath = './@aria-label' premium_xpath = '../div/div/div/text()' 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):