linkding/bookmarks/services
Sascha Ißbrücker 2fd7704816
Limit document size for website scraper (#354)
Limits the size of scraped HTML documents to prevent out of memory errors. The scraper will stop reading from the response when it encounters the closing head tag, or if the read content's size exceeds a max limit.

Fixes #345
2022-10-07 21:18:18 +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 Setup logging for background tasks 2022-09-11 07:50:08 +02:00
wayback.py Prevent rate limit errors in wayback machine API (#339) 2022-09-10 20:43:15 +02:00
website_loader.py Limit document size for website scraper (#354) 2022-10-07 21:18:18 +02:00