From 386828d38b8c4cad2cd1845cdb68deaf36a4f647 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 22 Jan 2014 13:23:51 +0000 Subject: [PATCH] Add a todolist entry. --- todolist | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/todolist b/todolist index 5c8ba57..d1bf2fb 100644 --- a/todolist +++ b/todolist @@ -1,3 +1,7 @@ +Maybe treat these as timeouts too? + + + Add a --change option to change a feed's URL. Problem: getopt can't handle parsing this -- so it would mean changing to argparse. @@ -44,8 +48,8 @@ gzip the state file. Optionally use a better backend: a real transactional database rather than a huge file and pickle. -An alternative approach would be to keep a second lightweight cache of -articles that rawdog knows it's already seen -- it would only need to +An alternative approach would be to keep a second lightweight cache of +articles that rawdog knows it's already seen -- it would only need to store hashes (or article guids) rather than the full articles. Or could use fuzzy comparison against previous articles in the same feed -- do this as a plugin. -- 2.35.1