Liking cljdoc? Tell your friends :D

netlib.search


add-optionclj

(add-option engine option)

向engine中添加新的选项,返回新的engine

  • engine 要添加的engine
  • option 选项map,同名的会覆盖旧的
向engine中添加新的选项,返回新的engine
- `engine` 要添加的engine
- `option` 选项map,同名的会覆盖旧的
sourceraw docstring

bingclj

bing search engine

bing search engine
sourceraw docstring

create-engineclj

(create-engine engine-type)
(create-engine
  engine-type
  {:keys [http-opts request-delay] :or {request-delay 200} :as opts})

创建一个搜索引擎。 参数:

  • engine-type 搜索引擎类型 :google :bing :sogou
  • opts 引擎相关参数 :http-opts 为http请求参数 :request-delay 为请求延时
创建一个搜索引擎。
参数:
- `engine-type` 搜索引擎类型 :google :bing :sogou
- `opts` 引擎相关参数 :http-opts 为http请求参数
                    :request-delay 为请求延时
sourceraw docstring

dispatch-engineclj

(dispatch-engine engine & _)
source

extract-entryscljmultimethod

(extract-entrys engine doc)

提取搜索结果条目信息

提取搜索结果条目信息
sourceraw docstring

extract-next-pathcljmultimethod

(extract-next-path engine doc)

提取搜索结果下一页地址

提取搜索结果下一页地址
sourceraw docstring

find-sub-domainsclj

(find-sub-domains engine site)
(find-sub-domains engine site max-page)

从搜索引擎中查找子域名 max-page 指定最大查找页数,默认为5

从搜索引擎中查找子域名
`max-page` 指定最大查找页数,默认为5
sourceraw docstring

get-delayclj

(get-delay engine)
source

get-optionclj

(get-option engine option-name)
source

googleclj

google search engine

google search engine
sourceraw docstring

parse-get-urlclj

(parse-get-url url option)
source

parse-post-urlclj

(parse-post-url url option)
source

(search engine kw)

搜索kw并返回结果列表

搜索kw并返回结果列表
sourceraw docstring

search-pagesclj

(search-pages engine kw page)

搜索指定页数的结果

搜索指定页数的结果
sourceraw docstring

set-uaclj

(set-ua engine new-user-agent)

设置engine的user agent,返回新的engine

设置engine的user agent,返回新的engine
sourceraw docstring

sogouclj

sogou search engine

sogou search engine
sourceraw docstring

sogou-get-real-addrclj

(sogou-get-real-addr engine base-url link)

获取sogou搜索结果中的真实url

获取sogou搜索结果中的真实url
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close