summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-04-21 09:44:35 +0200
committerTom Smeding <tom@tomsmeding.com>2022-04-21 09:44:35 +0200
commit4ef7e0bdd941802febf380f5437807a8b52700b5 (patch)
tree1e73bcac4eb8f37a3a77961e57d6a3eb91e344e3
parent818d721148927bcc62011cffedcb2161ed4c597d (diff)
changes: Special case some websites
-rw-r--r--modules/changes/changes.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/changes/changes.js b/modules/changes/changes.js
index 8851dbd..468f27d 100644
--- a/modules/changes/changes.js
+++ b/modules/changes/changes.js
@@ -149,6 +149,11 @@ function refreshURLs(cb){
var dosave=true;
if(status==-1){
hashes[url]=[new Date(),null,null];
+ if(url=="https://futhark-lang.org/atom.xml"||
+ url=="https://sigkill.dk/atom.xml"){
+ console.log("TROELS IS WEER BEZIG");
+ dosave=false;
+ }
} else {
var hash=crypto.createHash("sha256");
hash.update(body);