.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
lib_rs.py File Reference

Go to the source code of this file.

Namespaces

namespace  searx
 
namespace  searx.engines
 ::1337x
 
namespace  searx.engines.lib_rs
 

Functions

 searx.engines.lib_rs.request (query, params)
 
 searx.engines.lib_rs.response (resp)
 

Variables

dict searx.engines.lib_rs.about
 
list searx.engines.lib_rs.categories = ["it", "packages"]
 
str searx.engines.lib_rs.base_url = 'https://lib.rs'
 
str searx.engines.lib_rs.results_xpath = '/html/body/main/div/ol/li/a'
 
str searx.engines.lib_rs.url_xpath = './@href'
 
str searx.engines.lib_rs.title_xpath = './div[@class="h"]/h4'
 
str searx.engines.lib_rs.content_xpath = './div[@class="h"]/p'
 
str searx.engines.lib_rs.version_xpath = './div[@class="meta"]/span[contains(@class, "version")]'
 
str searx.engines.lib_rs.download_count_xpath = './div[@class="meta"]/span[@class="downloads"]'
 
str searx.engines.lib_rs.tags_xpath = './div[@class="meta"]/span[contains(@class, "k")]/text()'