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