"Nicolas Cavigneaux" <bounga / altern.org> schrieb im Newsbeitrag news:pan.2004.05.25.20.40.03.951102 / altern.org... > Hello, > > I've written, some times ago, a Ruby code that allows me to follow web > links and to retrieve easily interesting files. This little software > works well. To extract the links from a downloaded webpage I use > URI.extract and I've noticed that URI.extract miss a lot of links. In > fact URI.extract doesn't understand (resolve ?) relative links (for > example link). Am I wrong ? If I don't, > what way do you advice to me to be sure to retrieve all the relative links ? I think I remember there was a method URI.join which could join an absolute URI and a relative one. Or was it URL.join? robert