I was wondering if anyone knew of some code that i could use to crawl a website looking for rss feeds, kind of like how firefox detects rss feeds in a webpage.
2006-10-30
17:10:26
·
3 answers
·
asked by
Brady
3
in
Computers & Internet
➔ Programming & Design
i want to replicate what firefox does on my website. And firefox uses the head tag but i also believe it searches for .xml links and sees if their rss.
2006-10-30
17:48:16 ·
update #1
there isn't a website that i've seen that does this, thats part of the reason i'm trying to create one. I'd be happy with just looking in the head tag for one, but i don't even know how to go about crawling pages in php.
My idea is to have the user enter the website of a site they are looking for rss feeds on, say discovery.com. Then i crawl 3 levels or so looking for rss feeds then provide a list for them, so they can add them to their custom home page at my website. (my site is an online rss reader)
http://www.globalnewsnow.info
thanks for the response
2006-11-01
07:45:32 ·
update #2
do you know of any good and easy to use ones?.. i'm really lost on this, never used php to do this sort of thing. What is the easiest way to search the reponse for the rss tag?
Thanks for sticken with me on this
2006-11-01
14:42:08 ·
update #3