Skip to content

Commit

Permalink
surface
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Feb 3, 2025
1 parent b7ff208 commit c9e79e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/websites/logicimmo/logicimmo.scraping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class LogicimmoScraping {
})

const itemTags = [
...document.querySelectorAll('[data-testid="aviv.CDP.Sections.Hardfacts.Price.Informations"] .css-1c3h18e'),
...document.querySelectorAll('[data-testid="aviv.CDP.Sections.Hardfacts"] .css-1c3h18e'),
...document.querySelectorAll('[data-testid="aviv.CDP.Sections.Features"] ul[data-testid="aviv.CDP.Sections.Features.Preview"] li'),
]

Expand Down

0 comments on commit c9e79e5

Please sign in to comment.