macyzbor Junior Member Joined Jul 23, 2009 Messages 147 Reaction score 12 Oct 12, 2009 #1 I need to scrape an rss feed, and take only the url from there. I can't find a script that does this easily. Does some one has this kind of script? Last edited: Oct 12, 2009
I need to scrape an rss feed, and take only the url from there. I can't find a script that does this easily. Does some one has this kind of script?
dukefx Regular Member Jr. VIP Joined Mar 8, 2009 Messages 367 Reaction score 252 Oct 13, 2009 #2 macyzbor said: I need to scrape an rss feed, and take only the url from there. I can't find a script that does this easily. Does some one has this kind of script? Click to expand... you can use curl and regex
macyzbor said: I need to scrape an rss feed, and take only the url from there. I can't find a script that does this easily. Does some one has this kind of script? Click to expand... you can use curl and regex
T TheMadBlackHatter Newbie Joined Aug 7, 2009 Messages 38 Reaction score 49 Oct 14, 2009 #3 Try http://www.simplepie.org/. It makes all of that a lot easier.