View Single Post
Old 08-17-2011, 09:36 AM   #4
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by ricardoff View Post
This is what I tried to do:

RSS: http://www.internationalviewpoint.or...p?page=backend

Article: http://www.internationalviewpoint.or...hp?article2242

Print version: http://www.internationalviewpoint.or...d_article=2242

Code I used:

Why isn't it working? It gets the articles, but then it'll show links etc. and not the entire article.
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.
Starson17 is offline   Reply With Quote