removing links from rss feeds

nutsforsports

Junior Member
Joined
Aug 18, 2008
Messages
183
Reaction score
49
Is there a way to remove clickable links from an rss feed? If so, would you need a customizable rss feed script?

Basically I have a site that runs off of rss feeds (yahoo and such) and don't want the big ugly links that come with it.

Thanks!
 
My PHP Script
Download
Code:
http://www.mediafire.com/?2jdozomyemu
VirusTotal
Code:
http://www.virustotal.com/analisis/8e1b43f82a3ee4e36704056efeac6d19d77f3a1786e9d381d6dd18635f52d08f-1267868222
Need hosting with PHP+CURL
Usage:
1. convert you source rss url info base64 string
Code:
 online service http://www.motobit.com/util/base64-decoder-encoder.asp
2. Convert RSS Online
Code:
[URL]http://youdomain.com/convert/2rss.php?fm=base64url[/URL]
3. Get rss without links
4. Optional
if you want to remove some text from rss, write it per line to file badtext.txt
Thats all
 
Back
Top