Skip to content

Commit

Permalink
Add special case
Browse files Browse the repository at this point in the history
  • Loading branch information
kremio committed Nov 4, 2018
1 parent f560794 commit fd33e11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions special-cases.js
Expand Up @@ -71,5 +71,17 @@ module.exports = {
startDate: ( new Date('2014-01-31') ).toISOString(),
endDate: ( new Date('2014-02-02') ).toISOString(),
title: "Swoboda Aktivisten beim Münchener „Mini-Maidan“"
},
"https://muenchen-chronik.de/4-august-2018-auseinandersetzung-um-neonazistische-taetowierung/":{
sources: [
{
"name":"a.i.d.a.",
"publishedDate":null,
"url":null
},{
"name":"TZ",
"publishedDate":"2018-08-07T00:00:00.000+02:00",
"url":"http://www.tz.de"
}]
}
}

0 comments on commit fd33e11

Please sign in to comment.