How to use item_desc?

Hello,

I am trying to generate from http://www.tori.fi/uusimaa?f=&q=&cg=5030&w=1&st=s&st=g&c=0&ca=18&l=0&md=th

The problem is, i cannot get the price shown on feed description using item_desc parameter.
Description field is just empty no matter which css div or class i use.
Am i doing something wrong?

Hi Sepo,

You didn’t mention what you’d tried using for parameters. Here’s my attempt:

  1. URL: http://www.tori.fi/uusimaa?f=&q=&cg=5030&w=1&st=s&st=g&c=0&ca=18&l=0&md=th
  2. item: .desc
  3. item_desc: .list_price

Result: http://createfeed.fivefilters.org/index.php?item=.desc&item_desc=.list_price&url=http%3A%2F%2Fwww.tori.fi%2Fuusimaa%3Ff%3D%26q%3D%26cg%3D5030%26w%3D1%26st%3Ds%26st%3Dg%26c%3D0%26ca%3D18%26l%3D0%26md%3Dth&action=Preview#results

Hi, these instructions helped me finally retrieve the description which was in

Random text here.

Thanks!

But now I am looking for a way to also retrieve the Title which is in:

Title of article here

How can I do that? I´d like to keep the link on the title too.

I seem to be able to retrieve one or the other. How can I get both data? Thanks in advance.

Ray