Quote:
Originally Posted by ricardoff
|
If you post your code inside CODE tags (the hash/pound sign button) we can see your code and all indents. Inside QUOTE tags causes MR to strip the indents. As a moderator, I can edit your post to see the original indents, and I can see that you haven't indented
def print_version(self, url):
So that code is outside the
class AdvancedUserRecipe1313445974(BasicNewsRecipe):
and is never run.
Indent it the same amount as
title = u'International Viewpoint'
and indent everything below it the same additional amount.