Skip to content

Commit fa78b60

Browse files
authored
Update sites.ts
Anpassung für Relaunch
1 parent 8da7028 commit fa78b60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sites.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,10 +1136,10 @@ const sites: Sites = {
11361136
},
11371137
'www.stern.de': {
11381138
selectors: {
1139-
query: makeQueryFunc('.article__body p'),
1139+
query: makeQueryFunc('h2 span.title__paid-marker'),
11401140
headline: 'h2 .title__headline',
11411141
date: 'time',
1142-
paywall: 'html:not(.has-paid-access):not(.has-full-access) .title__logo--str_plus',
1142+
paywall: '.article__body .paid-barrier',
11431143
main: '.article__body'
11441144
},
11451145
insertContent: (siteBot, main, content) => {
@@ -1154,8 +1154,8 @@ const sites: Sites = {
11541154
},
11551155
source: 'genios.de',
11561156
sourceParams: {
1157-
dbShortcut: 'STER,STGL',
1158-
sourceNames: ['Stern', 'STERN Gesund leben']
1157+
dbShortcut: 'STER,STGL,GEO,GEOS,GEOW,GESP,GEOE,CAPI',
1158+
sourceNames: ['Stern', 'STERN Gesund leben', 'GEO', 'GEO Saison', 'GEO Wissen', 'GEO Special', 'GEO SAISON Extra', 'Capital']
11591159
}
11601160
},
11611161
'www.mittelbayerische.de': {

0 commit comments

Comments
 (0)