Skip to content

Commit

Permalink
Special case
Browse files Browse the repository at this point in the history
  • Loading branch information
kremio committed Dec 9, 2018
1 parent 1de7a2c commit e56d342
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions special-cases.js
Expand Up @@ -192,5 +192,17 @@ module.exports = {
sources:[{
name: "Antirassistisches Register ASH, Polis*"
}]
},
"https://www.reachoutberlin.de/de/content/berlin-treptow-78": {
sources:[{
name: "Polizei Berlin",
publishedDate: ( new tc.DateTime( "2015-03-15T00:00"+TIMEZONE ) ).toIsoString()
},{
name: "Tagesspiegel",
publishedDate: ( new tc.DateTime( "2015-03-15T00:00"+TIMEZONE ) ).toIsoString()
},{
name: "Berliner Zeitung",
publishedDate: ( new tc.DateTime( "2015-03-15T00:00"+TIMEZONE ) ).toIsoString()
}]
}
}

0 comments on commit e56d342

Please sign in to comment.