View Single Post
Old 11-19-2011, 04:33 PM   #11
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:
your print=true is being discarded during the redirect. To get around it you would need to implement the get_article_url method in your recipe to resolve the correct article url.
To do this, add this to your recipe.
Code:
    def get_article_url(self, article):
        print article
        return None
The recipe won't produce anything, but you can check the printed results to see if the link you need is in there. You can check to see what link you need by checking where the print version link points to.
Starson17 is offline   Reply With Quote