Custom recipe question
I've created a custom recipe for the Wall Street Journal Europe edition, in which I have just changed the main URL somewhere down the code of the built-in WSJ recipe.
My question is, should I also change the following line:
class WallStreetJournal(BasicNewsRecipe):
to something like
class WallStreetJournalEurope(BasicNewsRecipe):
Or is this irrelevant?
Thanks
Jorge
|