littlefork-plugin-http
v1.0.0-rc.1
Published
HTTP related plugins for littlefork.
Downloads
5
Readme
Littlefork HTTP plugin
Plugins based on HTTP requests.
Plugins
http_get
Fetch images, files, pdf's and videos from _lf_downloads
.
Config Options:
http.download_dir
(defaults to./downloads
)Specify the target download directory.
http_wget
Fetch whole web pages from _lf_downloads
.
http.download_dir
(defaults to./downloads
)Specify the target download directory.
http.wget_cmd
(defaults towget
)Specify the path to the
wget
command.