You will need to parse the HTML to retrieve the right URL. Just look for a good HTML parser, there are many around. You may need to use an abstraction layer for retrieving the HTML to handle cookies, logins etc properly. Check out JWebUnit and Apache Commons HttpClient.
Be warned though that in automatic downloads of sites you may violate the sites' terms and conditions. This may get you banned from the site (possibly on IP basis) or worse. I'm pretty sure that the site you gave does not allow it.
You will need to parse the HTML to retrieve the right URL. Just look for a good HTML parser, there are many around. You may need to use an abstraction layer for retrieving the HTML to handle cookies, logins etc properly. Check out JWebUnit and Apache Commons HttpClient.
Be warned though that in automatic downloads of sites you may violate the sites' terms and conditions. This may get you banned from the site (possibly on IP basis) or worse. I'm pretty sure that the site you gave does not allow it.
thanks for attention
can you give me sample code to get the download link without having to click the download button..
i don't know how to parse java script