View Source TflInterp.URL (tfl_interp v0.1.16)

Summary

Functions

Download and process data from url.

Download and save the file from url.

Functions

download(url, func)

Download and process data from url.

Parameters

  • url - download site url
  • func - function to process downloaded data

download(url, path \\ "./", name \\ nil)

Download and save the file from url.

Parameters

  • url - download site url
  • path - distination path of downloaded file
  • name - name for the downloaded file

get!(url)