Skip to content

Commit

Permalink
Add special case
Browse files Browse the repository at this point in the history
  • Loading branch information
kremio committed Dec 9, 2018
1 parent 8495b4a commit 24f2c63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion special-cases.js
Expand Up @@ -100,5 +100,10 @@ module.exports = {
name:"Pressebericht des Polizeipräsidiums München",
publishedDate: ( new tc.DateTime("2015-06-24T00:00"+TIMEZONE) ).toIsoString()
}]
}
},
"https://muenchen-chronik.de/31-oktober-4-november-2018-hakenkreuz-schmiererei-an-arztpraxis/":{
startDate: ( new tc.DateTime("2018-10-31T20:00"+TIMEZONE) ).toIsoString(),
endDate: ( new tc.DateTime("2018-11-04T21:00"+TIMEZONE) ).toIsoString(),
title: "Hakenkreuz-Schmiererei an Arztpraxis"
},
}

0 comments on commit 24f2c63

Please sign in to comment.