I used unkn0wn's suggestion for other users with certificate issues by adding this in the recipe
def get_browser(self):
return BasicNewsRecipe.get_browser(self, verify_ssl_certificates=False)
So, the certificate error message went away but still fails to download any article. I attached the basic recipe.
|