(add-option engine option)
向engine中添加新的选项,返回新的engine
engine
要添加的engineoption
选项map,同名的会覆盖旧的向engine中添加新的选项,返回新的engine - `engine` 要添加的engine - `option` 选项map,同名的会覆盖旧的
(create-engine engine-type)
(create-engine
engine-type
{:keys [http-opts request-delay] :or {request-delay 200} :as opts})
创建一个搜索引擎。 参数:
engine-type
搜索引擎类型 :google :bing :sogouopts
引擎相关参数 :http-opts 为http请求参数
:request-delay 为请求延时创建一个搜索引擎。 参数: - `engine-type` 搜索引擎类型 :google :bing :sogou - `opts` 引擎相关参数 :http-opts 为http请求参数 :request-delay 为请求延时
(extract-next-path engine doc)
提取搜索结果下一页地址
提取搜索结果下一页地址
(find-sub-domains engine site)
(find-sub-domains engine site max-page)
从搜索引擎中查找子域名
max-page
指定最大查找页数,默认为5
从搜索引擎中查找子域名 `max-page` 指定最大查找页数,默认为5
(set-ua engine new-user-agent)
设置engine的user agent,返回新的engine
设置engine的user agent,返回新的engine
(sogou-get-real-addr engine base-url link)
获取sogou搜索结果中的真实url
获取sogou搜索结果中的真实url
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close