This is the full article:
http://www.investor.bg/news/article/112881/332.html
And this is the print version:
http://www.investor.bg/news/printer/112881/332.html
From the recipe guide it looks like I should copy the BBC example for the print version and I add to the recipe the following:
Code:
def print_version(self, url):
return url.replace('http://www.investor.bg/news/article/', 'http://www.investor.bg/news/printer/')
But I still get the full version, not the print version.
Can anyone give an advice?