[fix] deviantart engine: does not return any results (#5383)

This commit is contained in:
Aadniz 2025-10-27 08:02:01 +01:00 committed by GitHub
parent 22e1d30017
commit d514dea5cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ paging = True
# search-url # search-url
base_url = 'https://www.deviantart.com' 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' url_xpath = './@href'
thumbnail_src_xpath = './div/img/@src' thumbnail_src_xpath = './div/img/@src'
img_src_xpath = './div/img/@srcset' img_src_xpath = './div/img/@srcset'