Adding a feed to the built-in NY Times recipe
The built-in recipe uses Beautiful Soup to parse the web pages. I am looking to add the Sports section from the Global Edition.
Can I just add a feed to the built in recipe like this to add a Global Sports section?:
feeds =[ ('GlobalSports', 'http://www.nytimes.com/services/xml/rss/nyt/GlobalSports.xml')
]
Thanks in advance for help with my first tweak!
|