Skip to content

Commit

Permalink
Special case
Browse files Browse the repository at this point in the history
  • Loading branch information
kremio committed Oct 25, 2018
1 parent 8f0074e commit bd14a17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions special-cases.js
Expand Up @@ -51,6 +51,11 @@ module.exports = {
startDate: (new Date( "2016-05-01" ) ).toISOString(),
endDate: (new Date( "2016-05-31" ) ).toISOString(),
title: "Unbekannte ritzen Hakenkreuz in Auto vor Moschee"
},
"https://muenchen-chronik.de/maerz-2016-verurteilung-wegen-uebergriffen/":{
startDate: (new Date( "2016-03-01" ) ).toISOString(),
endDate: (new Date( "2016-03-31" ) ).toISOString(),
title: "Verurteilung wegen Übergriffen"
}

}

0 comments on commit bd14a17

Please sign in to comment.