Adrien Barbaresi
Adrien Barbaresi
Hi @melaniewalsh, first of all thank you for the effort of compiling all this useful information! I am the author of a Python package ([trafilatura](https://trafilatura.readthedocs.io/)) which routinely performs downloads and...
Hi, Thanks for your contribution, it's really useful to see evaluations on real-world data! There are further extraction tools for Python which this repository doesn't feature yet and which could...
Hi, since you are using the Unicode [Territory-Language Information](https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/territory_language_information.html) table I'd like to know if you plan to make info accessible about the languages spoken in a given territory, e.g....
Hi, thanks for this nice app, I'm using quite often at the moment! I noticed that certain answers are duplicated, which could give hints or at least isn't the expected...
In order to help new contributors it would be nice to add [pre-commit](https://pre-commit.com/) hooks to the repository with the following checks: - black - flake8 - isort - ...? The...
Dear all, Htmldate is now widely used and it has become apparent that the GPL license is not prevalent in Python packages, its potential implications are also not easily understood....
So far only the logs provide info on this. It would be nicer to be able to pinpoint the type (header, element, or text) or even the exact location of...
So far `find_date()` returns a string containing the result. To add context another format is required, JSON is a good candidate. An optional parameter like `as_json=True` could allow for the...
So far the package is written with left-to-right decomposition in mind. While it might work in other contexts, it would be best to explicitly support languages written from right to...