Previously, media queries weren't keep when downloading styles from ref
tags.
It have been fixed so that media attribute are kept when creating style
tags from ref tags.
Previously, self_html_function was a function taking all parameters as
arguments.
As new optionnal parameters are beeing added, the function had too much
arguments and each usage of the function would have to be modified each
time an argument will be added.
Therefore, it have been moved to a configuration structure with a `run`
function taking only one argument, the html string.
Previously, when the image url contained data, it tried to parse an url
and failed, instead of keeping data.
It have been fixed so that images where url is starting by 'data' are
not modified.
Add retrieval from le monde diplomatique
Previously, 404 pages were injected in the document when downloading
styles
Now, the downloader returns None when documents are not found
Previously, the functions in article_location.rs where returning generic
anyhow::Result.
In order to ease error handling when using the library, it have been
moved to specific errors.
An image to run crieur-chatbot have been added.
The crieur-chatbot matrix-sdk dependency have been edited in order to
use rustls instead of native tsl library.
A builder for mediapart have been added. No generic builder have been
created as there is no usecase yet.
Some documentation have been added, roadmap and scope have been
clarified and chatbot have been lightly documented.
A basic chabot application that downloads article from one newspaper
have been added.
It can download html pages and is called with !hmtl
ArticleLocation have been refactored to own it's internal data.
A first example as well as some documentation have been added
The first example builds an article location and download the article as
an html String.
The documentation explains how it has been designed and what is the goal
of the application as well as it's intended architecture