Liking cljdoc? Tell your friends :D

nsfw.scraper


capitalize-nameclj

(capitalize-name s)
source

cat-specclj

(cat-spec [url & categories])
source

source

ensure-collclj

(ensure-coll o)
source

ensure-seqclj

(ensure-seq o)
source

extractclj

(extract src main-sel sels)
source

(extract-link-tags src)
source

extract-meta-tagsclj

(extract-meta-tags src)
source

extract-og-tagsclj

(extract-og-tags src)
source

fetchclj

(fetch url source-cache)
source

fetch-sourceclj

(fetch-source url response-cache)
source

price-str->numclj

(price-str->num price-str)
source

processclj

(process scrapers spec state)
source

run-jobclj

(run-job scrapers
         specs
         {:keys [state continue-fn? report-fn job-id]
          :or {state {}
               continue-fn? (constantly true)
               report-fn (fn [_ _])
               job-id (util/uuid)}})
source

run-scrapeclj

(run-scrape scrapers spec state continue-fn? report)
source

safe-printlnclj

(safe-println & more)
source

script-contentsclj

(script-contents src)
source

spit-to-tempclj

(spit-to-temp src)
source

stdout-reporterclj

(stdout-reporter input output ctx)
source

target->scraperclj

(target->scraper {:keys [category-page product-page image-set-page
                         whats-new-urls id specs]})
source

test-categoryclj

(test-category {:keys [urls scrapers]})
source

test-chainclj

(test-chain target keys)
source

test-comboclj

(test-combo target)
source

test-levelclj

(test-level scraper-key target & [default-props])
source

verify-fetchclj

(verify-fetch url response-cache)
source

verify-productclj

(verify-product {:keys [id source-id origin-url name price images width height]
                 :as product})
source

write-tmp-htmlclj

(write-tmp-html scraper-key target)
source

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

× close