From: Ian Jackson Date: Tue, 8 Dec 2020 13:58:19 +0000 (+0000) Subject: media-scraper: a couple of todos from recent experience X-Git-Tag: otter-0.2.0~212 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ddd7f577bc2247d94b7af389a3fd8045df29b397;p=otter.git media-scraper: a couple of todos from recent experience Signed-off-by: Ian Jackson --- diff --git a/media-scraper b/media-scraper index a546080e..b44bc0f8 100755 --- a/media-scraper +++ b/media-scraper @@ -12,6 +12,9 @@ use File::Compare; our $max_rate = 2; # per second +# todo: allow to read size details out of svg (maybe in daemon-otter?) +# todo: allow scraper method none to handle item vs filename mismatch + #print Dumper($libinfo); open DEBUG, ">&STDERR" or die $!;