Animesh Kumar {itsAnimesh}

Animesh Kumar {itsAnimesh}

I'm an IT professional/FOSS Geek living and working in New Delhi, India. Currently for the most part I work as a Technical Consultant developing Open Source ICT solutions for social and societal inclusion. I am a a FOSS enthusiast, I want to create an awareness about FOSS through the work I do. Below are the latest updates from a some social networks I subscribe to.

Strip/Remove HTML Tags from RSS in Yahoo Pipes!!!

Have being goofing around with Yahoo Pipes trying to clean up a feed and finally figured out how to remove all HTML tags from an RSS Feed, so I figured I better post this…

To clean up any feed you have to use an Operator – REGEX
Link it to your pipe populate the fields….
In my case I just needed the HTML stripped from the description, so I selected item.description in the first regex field….
Then added: Lessthan-period-astrisk-questionmark-greaterthan (Just it case it doesn’t publish right on the forum)

<.*?>

to the “replace” field and left the “with” field blank…. Then check the “G”, so it loops through the data….Finally connect the REGEX to the output and test.

You could used the same method by adding more expressions to the REGEX to filter all HTML from the other fields as well..

Hope this is helpful.. :)

Thanks for Reading... Please Post Your Comments Below

  1. Lovely says:

    Exactly what I was looking for. Thank you!

  2. thank you for this! do you know what the other option, the m, the s and the i?

  3. Tal Galili says:

    Great tip – just used it – thank you.

  4. alexandrojv says:

    WOW perfect :D

  5. Miguel says:

    this helped me; thanks

  6. Mike says:

    Thanks for posting this. Much appreciated.

  7. b says:

    wonderful!

  8. kevin says:

    Hi thank you but do we keep the images

  9. You are the Man! I have been searching for hours looking for regex to fix my pipe. I tried a whole bunch of stuff and nothing worked until I found your explanation. It is the check the g box that no one esle talked about. Thank you so so much!