View Single Post
Old 11-16-2010, 03:57 AM   #1
scrumhalf
Member
scrumhalf began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Sep 2010
Device: Sony PRS-600
Custom News Source

I am trying to add a custom news source to my Sony PRS600 ebook. The download should be a sports league table, but I get the code for the table. How can I get the table itself? The detail in the fetch is:
class AdvancedUserRecipe1289897094(BasicNewsRecipe):

title = u'League 2 South'
oldest_article = 7
max_articles_per_feed = 100

feeds = [(u'League 2 South Results', u'http://www.rfu.com/Fixtures/MatchByDivision.aspx?DivID=75369596')]

I've read some of the tutorial on modifying code above but it's a bit beyond me. Any help would be gratefully received.
scrumhalf

Part copy of code in ebook:
League 2 South Results

<div id="divToolTip" class="ToolTip"> </div> <form name="Form1" method="post" action="MatchByDivision.aspx?DivID=75369596" id="Form1"> <input type="hidden" name="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" value="dDw5NzI2MjA3NzM7dDw7bDxpPDE+Oz47bDx0PDtsPGk 8MT47aTw1PjtpPDc+O2k8MTM+O2k8MTc+Oz47bDx0PDtsPGk8N z47aTw5Pjs+.....
scrumhalf is offline   Reply With Quote