Quote:
Originally Posted by jdomingos76
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