Skip to content

Commit

Permalink
Add special case
Browse files Browse the repository at this point in the history
  • Loading branch information
kremio committed Nov 5, 2018
1 parent 78a3662 commit f4f27f7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions special-cases.js
Expand Up @@ -74,5 +74,23 @@ module.exports = {
startDate: ( new tc.DateTime("2014-01-31T00:00"+TIMEZONE) ).toIsoString(),
endDate: ( new tc.DateTime("2014-02-02T00:00"+TIMEZONE) ).toIsoString(),
title: "Swoboda Aktivisten beim Münchener „Mini-Maidan“"
},
"https://muenchen-chronik.de/8-juli-2016/":{
sources:[{
name:"Pressebericht des Polizeipräsidiums München",
publishedDate: ( new tc.DateTime("2016-07-13T00:00"+TIMEZONE) ).toIsoString(),
},{
name:"Pressemeldung des Polizeipräsidiums München",
publishedDate: ( new tc.DateTime("2016-07-14T00:00"+TIMEZONE) ).toIsoString(),
},{
name:"Pressemeldung des Polizeipräsidiums München",
publishedDate: ( new tc.DateTime("2016-07-18T00:00"+TIMEZONE) ).toIsoString(),
},{
name:"Süddeutschen Zeitung",
publishedDate: ( new tc.DateTime("2016-07-13T00:00"+TIMEZONE) ).toIsoString(),
},{
name:"TZ",
publishedDate: ( new tc.DateTime("2016-07-14T00:00"+TIMEZONE) ).toIsoString(),
}]
}
}

0 comments on commit f4f27f7

Please sign in to comment.