Links are not recognized

Hi!

First of all, I really love your products and have subscribed for the premium membership. I have been testing some of the functions which are really great.

However, when I attempted to create a feed from this site, then the original article links aren’t recognised.

Here below is my attempt…

http://createfeed.fivefilters.org/extract.php?url=https%3A%2F%2Fnews4hk.com%2Ftag%2F65220-%E5%A4%9A%E5%8A%9F%E8%83%BD%E6%99%BA%E6%85%A7%E7%87%88%E6%9F%B1&in_id_or_class=post-meta&in_id_or_class=post-meta&&strip_if_text=查看原始文章&

The id or class attribute contains the title

The id or class attribute contains the original article links

How can I resolve this problem? Thank you.

Best wishes!

Hi Howard,

When you want to use one element for the title and another for the URL, you’ll need to use the item parameter with item_title and item_url parameters.

With item you’ll select the boxes with the data you want. In this case, something like:

  • item=.post-data

Then you can use the item_title parameter to select the title element:

  • item_title=.post-meta a

And item_url to select the original URL element:

  • item_url=.post-orignal a

Final result will look like this:

http://createfeed.fivefilters.org/index.php?url=https%3A%2F%2Fnews4hk.com%2Ftag%2F1449-%E8%81%AF%E5%90%88%E5%9C%8B&item=.post-data&item_title=.post-meta%20a&item_url=.post-orignal%20a&key=&action=Preview#results

Submitted parameters (
    [url] => https://news4hk.com/tag/1449-%E8%81%AF%E5%90%88%E5%9C%8B
    [item] => .post-data
    [item_title] => .post-meta a
    [item_url] => .post-orignal a
)

Hope that’s some help.

Wonderful!!!

I have applied the new parameters to my other feeds. It works!!!

Thank you very much!!

1 Like