View Single Post
Old 10-10-2024, 10:47 AM   #7
hongho71
Connoisseur
hongho71 began at the beginning.
 
Posts: 55
Karma: 16
Join Date: Feb 2015
Device: Kindle Paperwhite
I figured it out. The Washington Post recipe is based off the same rss feeds that I was referring to. All I had to do was replace it with my own rss links and everything works great.

I also figured using this code helps out with other recipes that are getting certificate errors.

def get_browser(self):
return BasicNewsRecipe.get_browser(
self, verify_ssl_certificates=False, user_agent='Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0')

Thanks!
hongho71 is offline   Reply With Quote