$ curl -s -H 'Accept: application/json' -H 'Authorization: LOW AUTH:KEY' https://web.archive.org/save/status/user
{"available":8,"daily_captures":10199,"daily_captures_limit":10000,"processing":0}
Wayback machine has been slowly reducing the available page captures per user. It used to be 100,000 then 80,000, then 40,000. Now it's a mere 10,000 .
I've been hitting that limit every day these days.
So I'm requesting a new option.
If daily_captures_limit - daily_captures is below a certain specified number, then
- user specifiable suboption A: sleep job until next UTC day begins.
OR
- user specifiable suboption B: safely break out of the job immediately.
I need this feature because there are other important URLs that I need to reserve some captures for, and I don't want to hit the daily_captures_limit.
Thanks!
Wayback machine has been slowly reducing the available page captures per user. It used to be 100,000 then 80,000, then 40,000. Now it's a mere 10,000 .
I've been hitting that limit every day these days.
So I'm requesting a new option.
If
daily_captures_limit - daily_capturesis below a certain specified number, thenOR
I need this feature because there are other important URLs that I need to reserve some captures for, and I don't want to hit the
daily_captures_limit.Thanks!