We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e424e5a commit 34feef5Copy full SHA for 34feef5
index.js
@@ -16,10 +16,10 @@ const data_folder = './data'; // the folder path to where you want to downalod t
16
// You may download up to 2 years of data at a time, however this will take some
17
// time depending on your computer resources and internet speed.
18
const searchBase = {
19
- fromYear: 2015,
+ fromYear: 2017,
20
fromMonth: 1,
21
- currentYear: 2016,
22
- currentMonth: 11
+ currentYear: 2018,
+ currentMonth: 5
23
}
24
25
// scan the base folder by providing the search settings and base url
0 commit comments