From 8b12d1803cbadaa5d4ae7ccefd7c32dc430a4709 Mon Sep 17 00:00:00 2001 From: Robinhill85 <93011381+Robinhill85@users.noreply.github.com> Date: Thu, 3 Sep 2026 19:58:50 +0100 Subject: [PATCH] Remove Mercury (hosted API shut down in 2019) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `mercury.postlight.com` no longer resolves — Postlight shut down the hosted Mercury Web Parser API in April 2019 and open-sourced the parser as a Node library, so there is no API left for a Python wrapper to call. Removed the entry. https://www.file2markdown.ai Co-Authored-By: Claude Fable 5.1 --- readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme.md b/readme.md index 736e90d..ce7814a 100644 --- a/readme.md +++ b/readme.md @@ -399,10 +399,6 @@ Hi. Below you will find a list of web services along with links to their docs an - [API Documentation](https://mega.co.nz/#developers) - [Python wrapper for Mega](https://github.com/juanriaza/python-mega) -### [Mercury](https://mercury.postlight.com/web-parser/) - take any web article and return only the relevant content -- [API Documentation](https://mercury.postlight.com/web-parser/) -- [Python wrapper](https://github.com/kennethreitz/mercury-parser) - ### [Metwit](http://metwit.com/) - Social and crowdsourced weather - [API Documentation](http://metwit.com/weather-api/) - [Python wrapper for Metwit](http://soup.metwit.com/post/45997437810/python-weather-by-metwit)