Skip to content

Commit

Permalink
Some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLeole committed Aug 16, 2024
1 parent daf6542 commit 463f3e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flathunter/crawler/immobilienscout.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def get_entries_from_javascript(self):
logger.error(
"IS24 bot detection has identified our script as a bot - we've been blocked"
)
logger.info(self.get_driver_force().page_source)
return []
return self.get_entries_from_json(result_json)

Expand Down

0 comments on commit 463f3e6

Please sign in to comment.