From b709bd7796beb9d8c7b0ffe7a5ec928ccecb2672 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 21 May 2023 22:36:09 +0200 Subject: [PATCH] Puppeteer experimental fetcher wasnt returning the status-code --- changedetectionio/content_fetcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/content_fetcher.py b/changedetectionio/content_fetcher.py index 712ae6ab6..3960f0254 100644 --- a/changedetectionio/content_fetcher.py +++ b/changedetectionio/content_fetcher.py @@ -384,6 +384,7 @@ class base_html_playwright(Fetcher): self.headers = x.get('headers') self.instock_data = x.get('instock_data') self.screenshot = base64.b64decode(x.get('screenshot')) + self.status_code = x.get('status_code') self.xpath_data = x.get('xpath_data') else: