Skip to content

Commit

Permalink
Add special case
Browse files Browse the repository at this point in the history
  • Loading branch information
kremio committed Dec 9, 2018
1 parent 283b4dd commit 52ed662
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion special-cases.js
Expand Up @@ -147,6 +147,13 @@ module.exports = {
url:'https://berlinonline.de'
}
]

},
"https://www.reachoutberlin.de/de/content/berlin-wei%C3%9Fensee-35": {
sources:[
{
name:'Polizei Berlin',
publishedDate: ( new tc.DateTime( "2017-02-27T00:00"+TIMEZONE ) ).toIsoString()
}
]
}
}

0 comments on commit 52ed662

Please sign in to comment.