Skip to content

Commit 34feef5

Browse files
replaced year range from 2017 to 2018, need to check why it is not working from 2017 and earlier
1 parent e424e5a commit 34feef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ const data_folder = './data'; // the folder path to where you want to downalod t
1616
// You may download up to 2 years of data at a time, however this will take some
1717
// time depending on your computer resources and internet speed.
1818
const searchBase = {
19-
fromYear: 2015,
19+
fromYear: 2017,
2020
fromMonth: 1,
21-
currentYear: 2016,
22-
currentMonth: 11
21+
currentYear: 2018,
22+
currentMonth: 5
2323
}
2424

2525
// scan the base folder by providing the search settings and base url

0 commit comments

Comments
 (0)