Skip to content

Commit

Permalink
Add special case
Browse files Browse the repository at this point in the history
  • Loading branch information
kremio committed Jun 12, 2019
1 parent cfb0095 commit 8255754
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions special-cases.js
Expand Up @@ -109,5 +109,16 @@ module.exports = {
"https://muenchen-chronik.de/29-oktober-antisemitische-und-neonazistische-graffiti/":{
startDate: ( new tc.DateTime("2018-10-29T09:00"+TIMEZONE) ).toIsoString(),
title: "Antisemitische und neonazistische Graffiti"
},
"https://muenchen-chronik.de/8-mai-2019-hitlergruss-vor-synagoge/":{
sources:[{
name:"a.i.d.a."
},{
name:"Pressemitteilungen des Polizeipräsidiums München",
publishedDate: ( new tc.DateTime("2019-05-10T00:00"+TIMEZONE) ).toIsoString()
},{
name:"Pressemitteilungen des Polizeipräsidiums München",
publishedDate: ( new tc.DateTime("2019-05-23T00:00"+TIMEZONE) ).toIsoString()
}]
}
}

0 comments on commit 8255754

Please sign in to comment.