X-Git-Url: https://git.xandkar.net/?p=covid-19-scrapers.git;a=blobdiff_plain;f=fetch-case-count-usa-ny;h=4c363eea32bfbdf8919be1e991740189a2e1e36b;hp=b3bd2515ce594e911679abb8cfe821947e30bf87;hb=bcbc6db66013f7513bb411689900e5e1527c2de8;hpb=cb4ba2007be59c08a5d0458ed629d20ffae69c1f diff --git a/fetch-case-count-usa-ny b/fetch-case-count-usa-ny index b3bd251..4c363ee 100755 --- a/fetch-case-count-usa-ny +++ b/fetch-case-count-usa-ny @@ -51,7 +51,11 @@ curl 'https://health.ny.gov/diseases/communicable/coronavirus/' \ | hxpipe \ | awk -v location="$location" ' BEGIN { - target_path = "/html/body/div/div/div/div/div/div/table/tr/td" + # 2020-03-16 morning-afternoon + #target_path = "/html/body/div/div/div/div/div/div/table/tr/td" + + # 2020-03-16 late evening 22:30 + target_path = "/html/body/div/div/div/div/div/div/tr/td" } /^[\(\)]/ {