This commit is contained in:
Kovid Goyal 2022-09-05 08:15:21 +05:30
parent 9a6671c3ce
commit c560cb7481
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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