diff --git a/.idea/rinser.iml b/.idea/rinser.iml
index cf1abfa..2c5b4f3 100644
--- a/.idea/rinser.iml
+++ b/.idea/rinser.iml
@@ -6,9 +6,6 @@
-
-
-
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 5eb3ce5..cbdd2eb 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,13 +2,9 @@
-
-
+
-
-
-
@@ -29,20 +25,11 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
@@ -50,7 +37,7 @@
-
+
@@ -59,7 +46,7 @@
-
+
@@ -68,25 +55,34 @@
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
-
+
@@ -104,7 +100,7 @@
-
+
@@ -113,7 +109,7 @@
-
+
@@ -232,9 +228,9 @@
-
+
@@ -245,11 +241,10 @@
false
true
-
-
-
+
+
-
+
@@ -257,6 +252,7 @@
+
@@ -278,7 +274,6 @@
-
@@ -309,7 +304,7 @@
-
+
@@ -319,7 +314,7 @@
-
+
@@ -533,6 +528,7 @@
+
1500421599015
@@ -881,19 +877,19 @@
-
+
-
+
-
+
-
+
@@ -1266,13 +1262,6 @@
-
-
-
-
-
-
-
@@ -1309,35 +1298,35 @@
-
+
-
+
-
+
-
+
-
+
@@ -1351,31 +1340,38 @@
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gather.js b/gather.js
index a1b069c..451e1e5 100644
--- a/gather.js
+++ b/gather.js
@@ -29,8 +29,6 @@ require('dotenv').config({
'path': `${__dirname }/../.env`
});
-
-
const braiderOptions = {
feeds,
'indent': ' ',
@@ -102,12 +100,11 @@ async function gatherXML(feedName, fileName) {
}
async function main() {
- /*
await gatherV2('jobsSpecial', 'jobs-special', 'rss').then((d) => {
logger.debug(d);
}).catch((e) => {
logger.error(e);
- });*/
+ });
await gatherV2('news', 'news', 'json').then((d) => {
logger.info(d);
@@ -140,11 +137,17 @@ async function main() {
logger.error(e);
});
- /* await gatherV2('jobsSpecial', 'jobs-special', 'json').then((d) => {
+ await gatherV2('jobsSpecial', 'jobs-special', 'json').then((d) => {
logger.debug(d);
}).catch((e) => {
logger.error(e);
- });*/
+ });
+
+ await gatherV2('jobsLocal', 'jobs-local', 'json').then((d) => {
+ logger.debug(d);
+ }).catch((e) => {
+ logger.error(e);
+ });
// await gatherXML('jobsLocal','jobs-local');
}
@@ -172,5 +175,5 @@ function tick() {
() => tick(),
toHour()
);
- main();
+ main();
})();