diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 5ec6f891..ca262be7 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -2,7 +2,7 @@ # Read more https://github.com/dgtlmoon/changedetection.io/wiki -__version__ = '0.46.02' +__version__ = '0.46.04' from changedetectionio.strtobool import strtobool from json.decoder import JSONDecodeError diff --git a/changedetectionio/blueprint/browser_steps/__init__.py b/changedetectionio/blueprint/browser_steps/__init__.py index f92bf9f8..a472ba4b 100644 --- a/changedetectionio/blueprint/browser_steps/__init__.py +++ b/changedetectionio/blueprint/browser_steps/__init__.py @@ -85,7 +85,8 @@ def construct_blueprint(datastore: ChangeDetectionStore): browsersteps_start_session['browserstepper'] = browser_steps.browsersteps_live_ui( playwright_browser=browsersteps_start_session['browser'], proxy=proxy, - start_url=datastore.data['watching'][watch_uuid].get('url') + start_url=datastore.data['watching'][watch_uuid].get('url'), + headers=datastore.data['watching'][watch_uuid].get('headers') ) # For test diff --git a/changedetectionio/blueprint/tags/templates/edit-tag.html b/changedetectionio/blueprint/tags/templates/edit-tag.html index 2ccc68a0..99f86005 100644 --- a/changedetectionio/blueprint/tags/templates/edit-tag.html +++ b/changedetectionio/blueprint/tags/templates/edit-tag.html @@ -58,9 +58,9 @@ xpath://body/div/span[contains(@class, 'example-class')]", {% if '/text()' in field %} Note!: //text() function does not work where the <element> contains <![CDATA[]]>
{% endif %} - One rule per line, any rules that matches will be used.
- -