View Single Post
Old 02-17-2010, 09:03 AM   #1449
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by rylsfan View Post
I am trying to work in a feed from the Kansas City Star. When I go to print version they embed a v-print in the middle.

But instead, I just get a page of nothing :-)
Try this:

Code:
    def print_version(self, url):
        art, sep, rest = url.rpartition('/story/')
        return art + '/v-print/story/' + rest
kiklop74 is offline