wget - force link conversion for all links?

Hello,

In using wget with the -k option to convert links to relative URLs, I am finding that not all the links get converted in a recursive download, and when downloading a single file, none of them do. I am assuming that this is because wget will only convert those URLs for files it has downloaded, as it seems to describe in the manual.

I would like to be able to force wget to convert all of the links, even on single file downloads. I have read through the man page and do not see a way to do this, and have found nothing about it googling.

Any input, or suggestions of another utility to do this?

Thank you kindly,

Allasso

What version of wget are you using? I do not have this problem downloading single files. It could also be that particular webpage is hiding links in javascript or something.