linkding/bookmarks/services
Sascha Ißbrücker 1b35d5b5ef
Prevent rate limit errors in wayback machine API (#339)
The Wayback Machine Save API only allows a limited number of requests within a timespan. This introduces several changes to avoid rate limit errors:
- There will be max. 1 attempt to create a new snapshot
- If a new snapshot could not be created, then attempt to use the latest existing snapshot
- Bulk snapshot updates (bookmark import, load missing snapshots after login) will only attempt to load the latest snapshot instead of creating new ones
2022-09-10 20:43:15 +02:00
..
__init__.py Implement add bookmark route 2019-06-28 19:37:41 +02:00
bookmarks.py Skip updating website metadata on edit unless URL has changed (#318) 2022-08-13 11:21:26 +02:00
exporter.py Implement bookmark export 2019-12-26 13:45:12 +01:00
importer.py Add read it later functionality (#304) 2022-07-23 22:17:20 +02:00
parser.py Add read it later functionality (#304) 2022-07-23 22:17:20 +02:00
tags.py Fix duplicate tag error (#65) 2021-01-12 22:42:56 +01:00
tasks.py Prevent rate limit errors in wayback machine API (#339) 2022-09-10 20:43:15 +02:00
wayback.py Prevent rate limit errors in wayback machine API (#339) 2022-09-10 20:43:15 +02:00
website_loader.py Bump waybackpy to 3.0.6 (#281) 2022-07-03 06:26:16 +02:00