Mike Borsetti

Results 32 comments of Mike Borsetti

@Markus00000 > As killing urlwatch will prevent displaying the diff output, only inspecting the SQLite database and doing manual diffs will reveal the data. While the data is not lost,...

@Markus00000 Excellent, thanks for confirming this. Definitely open an [issue](https://github.com/mborsetti/webchanges/issues) if you encounter a problem or have any suggestions!

@Markus00000 [`webchanges` 3.4.0](https://pypi.org/project/webchanges/), just released, now implements your excellent suggestion: > If the retrieved data were only saved to the database after it was output, this way of missing diffs...

Try the [webchanges](https://pypi.org/project/webchanges/) fork. It's regularly tested on Windows (you don't even need to do "SET EDITOR" in Windows; actually, make sure you don't since it's only for Linux) and...

Nothing wrong with `html2text`: your XPath is passing a series of `` elements that don't have any separation between them: ```html IT Technical Product Owner United Kingdom IT Technical 2...

> Or at least have the ability to add the timeout parameter to page.waitFor() - https://miyakogi.github.io/pyppeteer/_modules/pyppeteer/page.html#Page.waitFor page.waitFor() is already implemented as the `wait_for` key in in the _webwatcher_ fork: https://webchanges.readthedocs.io/en/stable/jobs.html#optional-directives...

Not sure if it's exactly what you're looking for, but you way want to try the [_webchanges_ ](https://webchanges.readthedocs.io/en/stable/migration.html) fork, which is optimized for web browsing/HTML. Its Telegram reporter now makes...

You way want to try the [_webchanges_ ](https://webchanges.readthedocs.io/en/stable/migration.html) fork, which is optimized for web browsing/HTML and has many improvements in the code running the web browsing engine (and is pre-release...

Am having similar issues with similar code, however I terminate the session with `await browser.close()`. It's frustrating as I can't seem to find the source of the problem.

Truly an amazing job! 👏👏👏👏 (P.S. technically the dependencies are two, `korean-lunar-calendar` and `python-dateutil`, but the second one is widely installed.)