home
/
code
/
covid-19-scrapers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4ba20
)
Update NY path
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 17 Mar 2020 02:34:14 +0000
(22:34 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 17 Mar 2020 02:34:14 +0000
(22:34 -0400)
fetch-case-count-usa-ny
patch
|
blob
|
blame
|
history
diff --git
a/fetch-case-count-usa-ny
b/fetch-case-count-usa-ny
index
b3bd251
..
4c363ee
100755
(executable)
--- 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"
}
/^[\(\)]/ {
This page took
0.026323 seconds
and
4
git commands to generate.