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 00af4c2 commit 61c0a4f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions special-cases.js
Expand Up @@ -155,5 +155,19 @@ module.exports = {
publishedDate: ( new tc.DateTime( "2017-02-27T00:00"+TIMEZONE ) ).toIsoString()
}
]
},
"https://www.reachoutberlin.de/de/content/berlin-treptow-88": {
sources:[
{
name:'Polizei Berlin',
publishedDate: ( new tc.DateTime( "2016-09-16T00:00"+TIMEZONE ) ).toIsoString()
},
{
name:'Kleine Anfrage, 17/18824'
},
{
name:'Register Treptow-Köpenick'
}
]
}
}

0 comments on commit 61c0a4f

Please sign in to comment.