Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Agents = []string{
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
}
View Source
var Engines = []string{
"https://www.google.com/search?q=%s&num=100&start=%d",
"https://www.bing.com/search?q=%s&count=50&first=%d",
"https://duckduckgo.com/html/?q=%s&s=%d",
"https://search.yahoo.com/search?p=%s&n=100&b=%d",
}
Functions ¶
func EngineName ¶
func FilterEngines ¶
Types ¶
type ClientPool ¶
type ClientPool struct {
// contains filtered or unexported fields
}
func NewClientPool ¶
func NewClientPool(proxy string) *ClientPool
Click to show internal directories.
Click to hide internal directories.