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

Go to the source code of this file.

Namespaces

namespace  searx
namespace  searx.engines
 ::1337x
namespace  searx.engines.imgur

Functions

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

Variables

dict searx.engines.imgur.about
list searx.engines.imgur.categories = ['images']
bool searx.engines.imgur.paging = True
bool searx.engines.imgur.time_range_support = True
str searx.engines.imgur.base_url = "https://imgur.com"
str searx.engines.imgur.results_xpath = "//div[contains(@class, 'cards')]/div[contains(@class, 'post')]"
str searx.engines.imgur.url_xpath = "./a/@href"
str searx.engines.imgur.title_xpath = "./a/img/@alt"
str searx.engines.imgur.thumbnail_xpath = "./a/img/@src"