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

Go to the source code of this file.

Namespaces

namespace  searx
namespace  searx.engines
 ::1337x
namespace  searx.engines.goodreads

Functions

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

Variables

dict searx.engines.goodreads.about
list searx.engines.goodreads.categories = []
bool searx.engines.goodreads.paging = True
str searx.engines.goodreads.base_url = "https://www.goodreads.com"
str searx.engines.goodreads.results_xpath = "//table//tr"
str searx.engines.goodreads.thumbnail_xpath = ".//img[contains(@class, 'bookCover')]/@src"
str searx.engines.goodreads.url_xpath = ".//a[contains(@class, 'bookTitle')]/@href"
str searx.engines.goodreads.title_xpath = ".//a[contains(@class, 'bookTitle')]"
str searx.engines.goodreads.author_xpath = ".//a[contains(@class, 'authorName')]"
str searx.engines.goodreads.info_text_xpath = ".//span[contains(@class, 'uitext')]"