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

Go to the source code of this file.

Namespaces

namespace  searx
namespace  searx.favicons
namespace  searx.favicons.resolvers

Functions

 searx.favicons.resolvers._req_args (**kwargs)
tuple[None|bytes, None|str] searx.favicons.resolvers.allesedv (str domain, int timeout)
tuple[None|bytes, None|str] searx.favicons.resolvers.duckduckgo (str domain, int timeout)
tuple[None|bytes, None|str] searx.favicons.resolvers.google (str domain, int timeout)
tuple[None|bytes, None|str] searx.favicons.resolvers.yandex (str domain, int timeout)

Variables

list searx.favicons.resolvers.__all__ = ["DEFAULT_RESOLVER_MAP", "allesedv", "duckduckgo", "google", "yandex"]
dict searx.favicons.resolvers.DEFAULT_RESOLVER_MAP [str, Callable]
 searx.favicons.resolvers.logger = logger.getChild('favicons.resolvers')