Hi,
I need some assistance with filtering an RSS feed, or possibly create one for me.
The RSS in question: http://www.reddit.com/r/kpopfap/new/.rss?sort=new
I would like to create a filtered version of the above RSS, that will only output the Title, and anything that contains the URL "https://gfycat.com/" or "https://imgur.com/" from the Raw Content #Text.
So an example of the output would be:
<item>
<title>Example Title 1</title>
<description>https://gfycat.com/123456</description>
</item>
<item>
<title>Example Title 2</title>
<description>https://imgur.com/123456</description>
</item>