how do I download a link?

In attemting to extract the parameters for an rtmp link in a web resource groovy I found the link http://castamp.com/embed.php?c=puurnld4 (and other c values) could not be opened as a url. ie: String linkHtml = new URL(srcUrl).getText() Explorer also returns a blank page.
I can however download the link using my downloader utility and it contains the necessary rtmp parameter values, so my question is what is the best way to download that link using groovy?
I can however download the link using my downloader utility and it contains the necessary rtmp parameter values, so my question is what is the best way to download that link using groovy?