Skip to content

Commit

Permalink
Merge branch 'phimichel-feature/503-extend-heise'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Feb 6, 2025
2 parents df16ac9 + 8ded35d commit 1710820
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/sites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,14 @@ const sites: Sites = {
selectors: {
query:
'"auf die meistbesuchten Sites eine Übersicht der wichtigsten News eine To-do-Liste der Kalender"',
},
}
},
{
url: 'https://www.heise.de/select/mac-and-i/2024/7/2409908264603741326',
selectors: {
query: '"Intelligenz ahmt menschliche Intelligenz nach um etwa beim Erstellen von Texten und Bildern"'
}
}
],
selectors: {
query: makeQueryFunc([
Expand All @@ -637,6 +643,8 @@ const sites: Sites = {
'Heise online',
"c't - magazin für computertechnik (CT)",
"c't Digitale Fotografie",
'Mac & I',
'iX - Magazin für professionelle Informationstechnik'
],
},
waitOnLoad: 2000,
Expand Down

0 comments on commit 1710820

Please sign in to comment.