Choosing the right CSS selectors

Hey!

I’m struggling creating a working RSS feed with the CSS selector method in connection with the following URL:

http://www.dw.com/search/ru/вена/sort/date/results/20/

The modified URL would look like this:

http://createfeed.fivefilters.org/index.php?url=http%3A%2F%2Fwww.dw.com%2Fsearch%2Fru%2F%D0%B2%D0%B5%D0%BD%D0%B0%2Fsort%2Fdate%2Fresults%2F20%2F&item=.XXX&item_title=.XXX&item_url=.XXX&item_desc=.XXX&item_date=.XXX&action=Preview#results

As you can see, I’ve already added the appropriate parameters, but couldn’t manage to find the proper CSS selectors for the title, URL, description and so on, to get a RSS feed from the search results.

I would really appreciate your help in this case.

Thanks in advance!

Hi,

I tried to create an RSS from Google scholar using feed creator but I am not able to extract any content.

In the url I included: https://scholar.google.com/scholar?hl=en&as_sdt=0,5&q=Insect+and+Proteins&scisbd=1
an in the second field I included this: gs_rt

The result shows me only:Insect and Proteins - Google Scholar

Submitted parameters (
[url] => https://scholar.google.com/scholar?hl=en&as_sdt=0,5&q=Insect+and+Proteins&scisbd=1
[in_id_or_class] => gs_rt
[url_contains] =>
)

With the following link:
http://createfeed.fivefilters.org/extract.php?url=https%3A%2F%2Fscholar.google.com%2Fscholar%3Fhl%3Den%26as_sdt%3D0%2C5%26q%3DInsect%2Band%2BProteins%26scisbd%3D1&in_id_or_class=gs_rt&url_contains=

Is there anything I am doing wrong? Thanks.

Alex