View Single Post
Old 05-28-2010, 12:00 PM   #8
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 russell359 View Post
all i want is to know how to add /print to the end of the article url
You're in the wrong thread, but since the answer is easy, I'll add it it here:

Add this to your recipe:

Code:
def print_version(self, url):
        print_url = url + '/print'
        return print_url
Starson17 is offline   Reply With Quote