|
|
#31 |
|
Member
![]() Posts: 18
Karma: 10
Join Date: Nov 2024
Device: pc
|
Workaround for The Economist – generating EPUBs when the built‑in recipe fails
The current Calibre recipe for The Economist no longer fetches articles – it fails on the index with a 403 from CloudFront, even when trying the GraphQL fallback. After some investigation, I found that the official Android app uses a completely different GraphQL endpoint and client identification headers that are still accepted.
I’ve written a standalone Python script that successfully pulls the entire weekly edition, downloads images, and builds a clean EPUB. The script doesn’t replace the Calibre recipe, but it demonstrates a method that could be adapted back into a recipe. I’m sharing it here so the community can see the approach and, if someone is inclined, update the built‑in recipe (or just use the script directly). Key differences that make it work: 1. GraphQL endpoint Instead of the endpoint the current recipe uses, this script calls: Code:
https://cp2-graphql-gateway.p.aws.economist.com/graphql 2. Custom headers It mimics the official Economist Android app (version 4.40.0) by setting: Code:
User-Agent: TheEconomist-Liskov-android accept: multipart/mixed; deferSpec=20220824, application/json x-economist-consumer: TheEconomist-Liskov-android x-teg-client-name: Economist-Android x-teg-client-os: Android x-teg-client-version: 4.40.0 These headers bypass the CloudFront block. When GraphQL isn’t necessary or to supplement missing data, the script fetches the article page with a mobile User‑Agent (Liskov suffix) and extracts the article body from __NEXT_DATA__ or direct HTML, which also still works. 4. Robust retry / session handling The script uses a requests.Session with a retry adapter, parallel downloads for articles and images, and proper error handling – all of which improve reliability. Current limitation:
Disclaimer: This is shared for educational purposes and personal use only. It’s not intended to overload the servers or to redistribute copyrighted material. Please respect The Economist’s terms of service. |
|
|
|
|
|
#32 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,410
Karma: 29634066
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
@xkcklzn that doesnt make any sense. Your script is using the exact same graphql endpoint the recipe uses it is probably copied directly from the recipe. And looking at the code its calling scrape_economist_edition() with use_web=True which means the graphql endpoint is not being used at all. The only reason your script works is that it uses a different browser type (requests versus mechanize and different user agent) and not enough people have used it, so the anti bot protection hasnt learned to fingerprint it. You shouldnt blindly trust what AI tells you.
|
|
|
|
|
|
#33 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,410
Karma: 29634066
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
I have changed the recipe to remove the graphql which is what was being blocked and additionally to use the android app user agent to fetch the article pages. that seems to be working for the moment, no idea how long it will survive.
|
|
|
|
|
|
#34 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 84,326
Karma: 153744555
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
|
|
|
|
|
#35 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 941
Karma: 15576314
Join Date: Jan 2013
Location: Ely, Cambridgeshire, UK
Device: Kindle Oasis 3, Kindle Oasis 1
|
Agreed. If you want it, buy the Economist (and then read it on your e-reader using Calibre's recipe anyway, guilt-free). It's absolutely worth the money. I for one am extremely glad that Kovid's spent so much time keeping the recipe working: it's undoubtedly the bit of Calibre that I run (automatically) most frequently, and probably the bit I'd miss most if it stopped working (since I'm weird and don't hyper-classify my books: my bookshelves are a mess too).
|
|
|
|
|
|
#36 | |
|
Connoisseur
![]() Posts: 56
Karma: 10
Join Date: Dec 2010
Location: Melbourne, Australia
Device: Kobo Clara Colour
|
Quote:
Spoiler:
This looks like the same error that I had before. So I'm not sure if I'm using the new recipe or the old one. It's my understanding that Calibre runs the latest recipe but perhaps I am wrong. Do I need to update Calibre manually to get the latest recipe? Or has it been blocked already? ![]() I wish they would provide subscribers with a Kobo/Kindle version so we didn't have to go through all of this... |
|
|
|
|
|
|
#37 |
|
Connoisseur
![]() Posts: 56
Karma: 10
Join Date: Dec 2010
Location: Melbourne, Australia
Device: Kobo Clara Colour
|
|
|
|
|
|
|
#38 |
|
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Oct 2024
Device: onyx note 5
|
I'm using the latest recipe, but I still had to comment out # browser_type = 'webengine' to make it work. Could it be that Qt WebEngine has a very distinct "browser fingerprint" that makes it easily recognized and blocked by advanced anti-bot systems?
|
|
|
|
|
|
#39 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,410
Karma: 29634066
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
no as far as I can tell its just that the anti bot systems pick up on any particular engine's fingerprint after many people use it.
|
|
|
|
|
|
#40 |
|
Member
![]() Posts: 13
Karma: 10
Join Date: Aug 2014
Device: Kindle Paperwhite
|
I am still not able to use it. Errors out with the NoArticles: Could not find any articles, either the economist.com server is having trouble and you should try later or the website format has changed and the recipe needs to be updated.
Are you saying that if too many folks use your recipe the ai bot at the economist stops it? Thanks Jim |
|
|
|
|
|
#41 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kindle Paperwhite
|
The Economist no longer supports Kindle subscriptions. I'm not a skilled techie. If I subscribe to The Economist, how can I generate a MOBI or EPUB file for downloading to my Kindle?
|
|
|
|
|
|
#42 |
|
Member
![]() Posts: 13
Karma: 10
Join Date: Aug 2014
Device: Kindle Paperwhite
|
I dont know how. I have been using Calibre back when the only way was to pay amazon $3 a week in addition to your subscription. I have put suggestions in so many times, if this cant be worked out, I will probably end it. I dont want to use a tablet and the app on the phone is a pain to read. The kindle paperwrite was perfect, except maybe for some of the graphics and KAL.
|
|
|
|
|
|
#43 | |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kindle Paperwhite
|
Quote:
|
|
|
|
|
|
|
#44 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 941
Karma: 15576314
Join Date: Jan 2013
Location: Ely, Cambridgeshire, UK
Device: Kindle Oasis 3, Kindle Oasis 1
|
I wonder if we can somehow leverage browser automation (there's a standard thing for it whose name I forget) to do the downloading part using the actual browser, signed-in and everything? Would be a gigantic change though, basically a rewrite, but it would probably be very hard for the Economist to do anything to stop other than rate-limiting, because we'd literally be using the same machinery to read that other users are.
|
|
|
|
|
|
#45 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Jun 2025
Device: Kindle
|
After I posted I sent a note to the mods asking if I was in contravention but they didn't respond. Will remove if I can but cant seem to edit it.
Last edited by Cough; Yesterday at 01:28 PM. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| failed to fetch the economist | etms88 | Recipes | 3 | 12-27-2022 09:07 PM |
| Firmware Upgrade Failed! | greenapple | Ectaco jetBook | 6 | 07-06-2010 03:30 AM |
| Failed to Fetch Economist | wayner | Calibre | 10 | 12-19-2009 12:30 AM |
| Jetbook Hardware Upgrade Failed | Les Hall | Ectaco jetBook | 4 | 08-19-2009 11:28 PM |
| Upgrade to 0.4.84 failed | BrendenM | Calibre | 14 | 10-24-2008 06:25 PM |