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 2fba595 commit e5ff174
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions special-cases.js
Expand Up @@ -216,5 +216,14 @@ module.exports = {
name: "Berliner Zeitung",
publishedDate: ( new tc.DateTime( "2015-02-20T00:00"+TIMEZONE ) ).toIsoString()
}]
},
"https://www.reachoutberlin.de/de/content/berlin-pankow-51": {
sources:[{
name:"Polizei Berlin",
publishedDate: ( new tc.DateTime( "2014-06-22T00:00"+TIMEZONE ) ).toIsoString()
},{
name:"SPD Pankow",
publishedDate: ( new tc.DateTime( "2014-06-21T00:00"+TIMEZONE ) ).toIsoString()
}]
}
}

0 comments on commit e5ff174

Please sign in to comment.