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 e5ff174 commit 197ce57
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions special-cases.js
Expand Up @@ -225,5 +225,25 @@ module.exports = {
name:"SPD Pankow",
publishedDate: ( new tc.DateTime( "2014-06-21T00:00"+TIMEZONE ) ).toIsoString()
}]
},
"https://www.reachoutberlin.de/de/content/berlin-friedrichshain-170": {
sources:[{
name:"Polizei Berlin",
publishedDate: ( new tc.DateTime( "2013-10-05T00:00"+TIMEZONE ) ).toIsoString()
},{
name:"transtagung.de",
publishedDate: ( new tc.DateTime( "2013-10-04T00:00"+TIMEZONE ) ).toIsoString(),
url:"http://transtagung.de/"
},{
name:"queer.de",
publishedDate: ( new tc.DateTime( "2013-10-05T00:00"+TIMEZONE ) ).toIsoString(),
url:"https://www.queer.de/"
},{
name:"Tagesspiegel",
publishedDate: ( new tc.DateTime( "2013-10-05T00:00"+TIMEZONE ) ).toIsoString()
},{
name:"Berliner Zeitung",
publishedDate: ( new tc.DateTime( "2013-10-05T00:00"+TIMEZONE ) ).toIsoString()
}]
}
}

0 comments on commit 197ce57

Please sign in to comment.