View Single Post
Old 01-30-2011, 10:28 AM   #2
winterescape
Enthusiast
winterescape began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Jan 2011
Device: none
Quote:
Originally Posted by jdomingos76 View Post
I've copied the code for the wsj.recipe and changed only the following line:

return self.index_to_soup('http://online.wsj.com/itp')
to:
return self.index_to_soup('http://online.wsj.com/itp/europe')

The result is ok except that it doesn't push the "Front Section" section.
I've tried to understand the code but I'm not a programmer.
I will preface this with I also am not a programmer

I am also looking at the WSJ recipe and I see that the link is used more than one place

Take a look at the code here.
http://bazaar.launchpad.net/~kovid/c...pes/wsj.recipe


I see that the US link is on line 69. I also see links that may need to be changed on line 102 and 109
winterescape is offline   Reply With Quote