progs/scraper.scala
changeset 258 1e4da6d2490c
parent 257 70c307641d05
--- a/progs/scraper.scala	Mon Sep 22 13:42:14 2014 +0100
+++ b/progs/scraper.scala	Fri Sep 26 14:06:55 2014 +0100
@@ -24,7 +24,7 @@
 val wr = new OutputStreamWriter(conn.getOutputStream())
 
 //possible date ranges
-wr.write("Fdate=2012-8-24&Tdate=2012-09-25")
+wr.write("Fdate=2011-6-24&Tdate=2011-09-25")
 //wr.write("Fdate=2011-8-24&Tdate=2011-09-25")
 //wr.write("Fdate=2001-9-18&Tdate=2012-09-25")
 wr.flush