View Single Post
Old 01-06-2012, 12:13 PM   #5
Skinz
Junior Member
Skinz began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Aug 2011
Device: Kindle
Thanks Sciccors ...

Scissors,

Thanks for the tips. I hav reworked the Feed43 recipes and got feeds which put the time and title in the 'header' for the link to the programme website based on your work.

This then means I get the schedule on the Kindle and I can pick the station I want to look at, and then look for times, and can link for mre detail as I need it (or want it).

The recipe (trivial as it is is here).

It'll do for me - tho I am sure it could be neater etc.



class AdvancedUserRecipe1325869903(BasicNewsRecipe):
title = u'BBC Radio'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True

feeds = [
(u'BBC Radio 4', u'http://feed43.com/7818176822386171.xml'),
(u'BBC Radio 4 Extra', u'http://feed43.com/8551475446203213.xml'),
(u'BBC World Service', u'http://feed43.com/0342272754282581.xml')]
Skinz is offline   Reply With Quote