Hi JibsouX,
Could you please export your pipe and provide it here? Let me try to check how you set up your pipe! Maybe I will find something useful for giving you suggestion.
Best Regards!
https://drive.google.com/open?id=0B_1NOYHqSD24bVlDZjNYcDZ3VVk
*i have not set the filter here but i want to delete all the footer of the rss set.
An other question i have : how do i update the post at each new cron because it create new post every time…
Thanks !
Hi JibsouX,
I have a question, please look this http://screencast.com/t/vaSZ3VJNr3
About your next question, please try to use Slug processor, like this way: http://screencast.com/t/Q8NZYTii
Best Regards!
– Yes that’s those lines 😉
– Thanks for the 2nd part !
Thanks in advance !
Hi JibsouX,
You should use HTML Parser processor for removing those links.
Best Regards!
Thanks for your reply, I fully understand that you both want to sell your plugin (working method) but i search a simple free method and i think it’s possible to do it with only the processor by default like “keyword filter” or “Strip Tags”.
-
This reply was modified 9 years, 7 months ago by
JibsouX.
Hi JibsouX,
Yes, Strip Tags processor could help you remove all A tags from text. But it only strips A html tags and still keeps the inside content. For example with your feed:
<a href="http://www.asiaflash.com/voyance/" target="_blank"><font size="-1">Voyance</font></a> | <a href="http://www.asiaflash.com/" target="_blank"><font size="-1">Horoscope</font></a>
will become:
Voyance | Horoscope
and it seems not what you want. However it is up to you!
About Keywords Filter processor, it has different feature. It will only filter the input base on your keywords, not remove any texts.
Best Regards!