Quote:
Originally Posted by Starson17
You want to replace DetailNews with ImprimerDetail.
Try this (No guarantees - I don't have anywhere to test it right now):
Code:
def print_version(self, url):
return url.replace('http://www.investmentexecutive.com/client/en/News/DetailNews', 'http://www.investmentexecutive.com/client/en/News/ImprimerDetail')
|
Hi starson, I tried this earlier, didn't work.