From e18a75339da1ee33bd8ba026570bf4d7ed6e8af2 Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 11 Dec 2022 12:20:43 -0500 Subject: rolling things back --- src/catalogue.lil | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/catalogue.lil b/src/catalogue.lil index 3ca4b8f..fc62950 100644 --- a/src/catalogue.lil +++ b/src/catalogue.lil @@ -14,12 +14,6 @@ on entry d t do # where d is a table representing a new row to be added to t, an existing table date_fmt_string:"date +%Y-%m-%d | tr -d '\n'" wget_fmt_string:"wget -qO- " , d.url , " | grep -o \"[^<]*\" | sed -e 's/<[^>]*>//g' | tr -d '\n'" - wget_res:shell[wget_fmt_string].exit - # if wget_res.exit = -1 do - # exit["\n wget failed\n"] - # else - # t:insert title:(wget_res.out) reference:(d.url) created_date:(shell[date_fmt_string].out) into t - # end t:insert title:(shell[wget_fmt_string].out) reference:(d.url) created_date:(shell[date_fmt_string].out) into t end -- cgit 1.4.1-2-gfad0