I was wondering if someone could help me make a recipe for a news source
http://www.lrytas.lt. The website divides longer articles into pages, but you can access the whole article via print version. However, I do not know how to produce the print version.
Here is the link of an multipage article accessed through the rss channel (
http://www.lrytas.lt/kiti/rss.htm):
http://www.lrytas.lt/-13819312591379...m_campaign=rss
and here is the print version:
http://www.lrytas.lt/print.asp?k=new...12591379871087
I would also like to cut away the header "printed from www.lrytas.lt", the code of which reads like this:
<tr align="left">
<td width="140"><img src="/img/logo_small.gif" alt="Lietuvos Rytas Logo" style="border: 0pt none ;"></td><td ><strong>Šis puslapis atspausdintas iš http://www.lrytas.lt</strong>
</td>
</tr>
Help would be appreciated. I tried to do it by trying to learn from other recipies, but failed.