Skip to content

Commit

Permalink
Add Fachpresse identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 27, 2024
1 parent a32216f commit c888cdb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/sites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,8 @@ const sites: Sites = {
},
source: 'genios.de',
sourceParams: {
dbShortcut: 'CAPI'
dbShortcut: 'CAPI',
sourceNames: ['Capital']
}
},
'www.geo.de': {
Expand All @@ -1256,7 +1257,8 @@ const sites: Sites = {
},
source: 'genios.de',
sourceParams: {
dbShortcut: 'GEO,GEOS,GEOW,GESP,GEOE'
dbShortcut: 'GEO,GEOS,GEOW,GESP,GEOE',
sourceNames: ['GEO']
}
},
'www.iz.de': {
Expand All @@ -1270,7 +1272,8 @@ const sites: Sites = {
dateRange: [10, 1],
source: 'genios.de',
sourceParams: {
dbShortcut: 'IMMO'
dbShortcut: 'IMMO',
sourceNames: ['Immobilien Zeitung']
}
},
'www.shz.de': {
Expand Down Expand Up @@ -1299,7 +1302,8 @@ const sites: Sites = {
dateRange: [25, 1],
source: 'genios.de',
sourceParams: {
dbShortcut: 'AEZT'
dbShortcut: 'AEZT',
sourceNames: ['Ärzte Zeitung']
}
},
'www.nzz.ch': {
Expand Down

0 comments on commit c888cdb

Please sign in to comment.