Skip to content

Commit

Permalink
Fix TSP
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Apr 18, 2023
1 parent 3bdb877 commit 3102c86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ const sites: Sites = {
'www.tagesspiegel.de': {
selectors: {
// query: "h1 > span",
query: makeQueryFunc('.article--paid > p'),
main: '.article--paid',
paywall: '.article--paid > p:first-child~div',
query: makeQueryFunc('.article--paid p'),
main: '.article--paid #story-elements',
paywall: '.article--paid > div:has(>svg)',
date: 'time'
},
source: 'genios.de',
Expand Down

0 comments on commit 3102c86

Please sign in to comment.