From 7c95d28ce86b2ac4b7ee737c2cc1e68b3ed201b0 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Thu, 2 May 2024 13:23:15 +0530 Subject: [PATCH] Update economist_espresso.recipe --- recipes/economist_espresso.recipe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/economist_espresso.recipe b/recipes/economist_espresso.recipe index 512bd7dfcf..522fe4a715 100644 --- a/recipes/economist_espresso.recipe +++ b/recipes/economist_espresso.recipe @@ -56,6 +56,9 @@ class Espresso(BasicNewsRecipe): ), ] + def print_version(self, url): + return 'https://webcache.googleusercontent.com/search?q=cache:' + url + def preprocess_html(self, soup): if h1 := soup.find('h1'): if p := h1.find_next_sibling('p'):