Skip to content

Commit

Permalink
Fix TSP
Browse files Browse the repository at this point in the history
Closes #302, #389
  • Loading branch information
stefanw committed Dec 12, 2023
1 parent 85b9619 commit 6dfb240
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/sites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,9 @@ const sites: Sites = {
},
'www.tagesspiegel.de': {
selectors: {
// query: "h1 > span",
query: makeQueryFunc('.article--paid p'),
main: '.article--paid #story-elements',
paywall: '.article--paid #paywal',
query: makeQueryFunc('#story-elements p'),
main: '#story-elements',
paywall: '#paywal',
date: 'time'
},
source: 'genios.de',
Expand Down

0 comments on commit 6dfb240

Please sign in to comment.