From 59431faca18cf3c23c8bef843952f60b026ba483 Mon Sep 17 00:00:00 2001 From: ppr Date: Tue, 9 Apr 2024 16:45:50 -0400 Subject: [PATCH] update readme --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d1be24..6ea518a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ # icerbox.sh +icerbox.com download cli in bash -icerbox.com bash dl cli \ No newline at end of file +### features +- premium downloads +- skip existing files +- parallel downloads with curl +- honour daily download quota + +### todo +- guest downloads + +### not supported +- login captcha + +### account config + +`~/.icerbox.conf` +``` +email='lain@example.church' +password='present day' +``` +### login rate limit + +if login fails with HTTP 429, use a browser to login and store the `Authorization Bearer` request header in `~/.icerbox.token` \ No newline at end of file