From c560cb748192158236ac6e9907fbba5580be3c98 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 5 Sep 2022 08:15:21 +0530 Subject: [PATCH] ... --- recipes/wsj.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wsj.recipe b/recipes/wsj.recipe index 762585b9c5..99b245cb78 100644 --- a/recipes/wsj.recipe +++ b/recipes/wsj.recipe @@ -273,7 +273,7 @@ class WSJ(BasicNewsRecipe): self.log.warn('No articles found in', url) def parse_index(self): - return self.test_wsj_index() + # return self.test_wsj_index() root = self.index_to_soup(self.wsj_itp_page, as_tree=True) CSSSelect = Select(root) # from calibre.utils.ipython import ipython