Updated Handling variables in the watched URL (markdown)

master
dgtlmoon 2022-10-24 22:24:49 +02:00
rodzic 318bae2d76
commit 244426c6d8
1 zmienionych plików z 1 dodań i 1 usunięć

@ -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. Perfect for websites that need to search between dates, for example.