Problem with Feed CleanUp

I am using nitter.net/TwitterUsername/media/rss to fetch pictures from a twitter account, and I need to remove text from both the rss entry title and rss entry content. And I wish to remove “Line Break” signs from the entry title.

Problem: When I insert text into “remove text”, it only removes this text from the entry title, so I am forced to use the title which contains unwanted linebreaks.

How to remove LineBreak signs from the RSS entry titles?
or else: Howto remove text from the RSS entry content?

Can you please provide the Feed Creator URL with the parameters you’ve entered so we can look into it.

Yes, example below. This seems to be a bug, only happening in a special case: Keep entries with “#hashtag”, and remove same #hashtag including succeeding signs.

https://createfeed.fivefilters.org/index-mergefeeds.php?url[]=https%3A%2F%2Fnitter.net%2Ftriodosuk%2Fmedia%2Frss&max=5&order=feed&description=1&text_contains[]=%23sustainable&remove[]=%23sustainable+future

The problem here is that the preview doesn’t include the actual HTML in the feed description. The title contains “#sustainable future” but the description contains “<a href="...">#sustainable</a> future”. So you need two removal strings. See:

https://createfeed.fivefilters.org/index-mergefeeds.php?url[]=https%3A%2F%2Fnitter.net%2Ftriodosuk%2Fmedia%2Frss&max=5&order=feed&description=1&text_contains[]=%23sustainable&remove[]=<a+href%3D"https%3A%2F%2Fnitter.net%2Fsearch%3Fq%3D%23sustainable">%23sustainable<%2Fa>+future&remove[]=%23sustainable+future

If you click “RSS Feed” you’ll see the actual content in the description items - they may not always be plain text.

1 Like