From 244426c6d8bc401e03bb33b183af67f6ccb0b2d9 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 24 Oct 2022 22:24:49 +0200 Subject: [PATCH] Updated Handling variables in the watched URL (markdown) --- Handling-variables-in-the-watched-URL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handling-variables-in-the-watched-URL.md b/Handling-variables-in-the-watched-URL.md index 4fe2a88..8d6bdb6 100644 --- a/Handling-variables-in-the-watched-URL.md +++ b/Handling-variables-in-the-watched-URL.md @@ -1,5 +1,5 @@ -In https://github.com/dgtlmoon/changedetection.io/pull/1057 we add the possibility to use Jinja2 templating in the URL, using the [Jinja2 time extension](https://pypi.org/project/jinja2-time/), you can specify a date (such as the current date according to your timezone) or a relative date (for example, the date yesterday and the date in one month) +In [1057](https://github.com/dgtlmoon/changedetection.io/pull/1057) we add the possibility to use Jinja2 templating in the URL, using the [Jinja2 time extension](https://pypi.org/project/jinja2-time/), you can specify a date (such as the current date according to your timezone) or a relative date (for example, the date yesterday and the date in one month) Perfect for websites that need to search between dates, for example.