The problem is probably that the RSS feed provides links to an intermediate page which is automatically redirected (this is done by websites for tracking purposes). So your print=true is being discarded during the redirect. To get around it you would need to implement the get_article_url method in your recipe to resolve the correct article url.
|