Quote:
Originally Posted by rylsfan
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