download_captcha_: Download captcha from a URL

Description Usage Arguments

View source: R/download.R

Description

Download captcha from a URL

Usage

1
download_captcha_(url, path, secure, ext, timeout)

Arguments

url

URL from which to download captcha or the name of a known source ("tjrs", "tjmg", "tjrj", "trt" or "rfb")

path

Folder where to save downloaded captcha

secure

Whether or not to use ssl_verifypeer = TRUE (see httr::GET())

ext

Default image extension if not able to extract it automatically

timeout

Timeout for captcha download (passed on to httr::timeout())


decryptr/decryptr documentation built on Nov. 29, 2020, 11:14 p.m.