Add new dependencies:
* wkhtmltox 0.12.6
* pdfkit 1.0.0
At the date of 24/07/2022 pdf option on mediapart article does not work. So a made a fix to the method:
python
>>> parser.download_article(string: article_id, string: file_path)
Which is now:
python
>>> parser.download_article(string: article_url, string: file_path)